auroramod / iw7-mod

Modification for IW7 (Infinite Warfare)
https://auroramod.dev
GNU General Public License v3.0
177 stars 63 forks source link

Server related issues #120

Open TacTicTow opened 7 months ago

TacTicTow commented 7 months ago

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 commented 4 months ago

givecontractchallenge

"scripts/mp/contracts.gsc"

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