Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Server related issues #120

Open
TacTicTow opened this issue Feb 23, 2024 · 1 comment
Open

Server related issues #120

TacTicTow opened this issue Feb 23, 2024 · 1 comment

Comments

@TacTicTow
Copy link

Yes, I realize this is very much a WIP and servers are not supported, but I wanted to put this out there in the event anyone gets around to working on the server side of things. I have a server running on our box atm and when I go to connect to it I get disconnected immediately. The console shows a lot of GSC compile errors. If this can be remedied then servers may work with the caveat of just needing to connect directly to the ip via console.

These are the errors I get in the server console when trying to connect.

`*********** script runtime error *************
while processing instruction OP_equality
at function "givecontractchallenge" in file "scripts/mp/contracts.gsc"
at function "onplayerconnect" in file "scripts/mp/contracts.gsc"


*********** script runtime error *************
while processing instruction OP_JumpOnTrueExpr
at function "givecontractchallenge" in file "scripts/mp/contracts.gsc"
at function "onplayerconnect" in file "scripts/mp/contracts.gsc"


*********** script runtime error *************
while processing instruction OP_equality
at function "givecontractchallenge" in file "scripts/mp/contracts.gsc"
at function "onplayerconnect" in file "scripts/mp/contracts.gsc"


*********** script runtime error *************
while processing instruction OP_CastBool
at function "givecontractchallenge" in file "scripts/mp/contracts.gsc"
at function "onplayerconnect" in file "scripts/mp/contracts.gsc"


*********** script runtime error *************
while processing instruction OP_CastBool
at function "givecontractchallenge" in file "scripts/mp/contracts.gsc"
at function "onplayerconnect" in file "scripts/mp/contracts.gsc"


*********** script runtime error *************
while processing instruction OP_JumpOnFalse
at function "givecontractchallenge" in file "scripts/mp/contracts.gsc"
at function "onplayerconnect" in file "scripts/mp/contracts.gsc"


*********** script runtime error *************
while processing instruction OP_equality
at function "givecontractchallenge" in file "scripts/mp/contracts.gsc"
at function "onplayerconnect" in file "scripts/mp/contracts.gsc"


*********** script runtime error *************
while processing instruction OP_JumpOnTrueExpr
at function "givecontractchallenge" in file "scripts/mp/contracts.gsc"
at function "onplayerconnect" in file "scripts/mp/contracts.gsc"


*********** script runtime error *************
while processing instruction OP_equality
at function "givecontractchallenge" in file "scripts/mp/contracts.gsc"
at function "onplayerconnect" in file "scripts/mp/contracts.gsc"


*********** script runtime error *************
while processing instruction OP_CastBool
at function "givecontractchallenge" in file "scripts/mp/contracts.gsc"
at function "onplayerconnect" in file "scripts/mp/contracts.gsc"


*********** script runtime error *************
while processing instruction OP_CastBool
at function "givecontractchallenge" in file "scripts/mp/contracts.gsc"
at function "onplayerconnect" in file "scripts/mp/contracts.gsc"


*********** script runtime error *************
while processing instruction OP_JumpOnFalse
at function "givecontractchallenge" in file "scripts/mp/contracts.gsc"
at function "onplayerconnect" in file "scripts/mp/contracts.gsc"
**********************************************`

http://sb.hosted.nfoservers.com/e107_plugins/lgsl/?s=10

@Koriebonx98
Copy link

givecontractchallenge

"scripts/mp/contracts.gsc"

check if you have scripts installed if yes try remove see if works?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants