JaraLowell / OgarServ

Jara's version of Agar.io's private server prodject in Javascript modified from OgarProject using JXCore.
http://ogar.mivabe.nl
Other
28 stars 13 forks source link

erorr Stopped game #180

Closed malekksa505 closed 7 years ago

malekksa505 commented 7 years ago

Hello ,,

i have problem to Ogarserv for vps

test erorr : [00:39:21] TypeError: Cannot read property 'writeScore' of undefined at PlayerTracker.resetstats (/root/OgarServ/src/PlayerTracker.js:243:34) at GameServer.resolveCollision (/root/OgarServ/src/GameServer.js:1395:27) at GameServer.updateMoveEngine (/root/OgarServ/src/GameServer.js:1058:14) at GameServer.mainLoop (/root/OgarServ/src/GameServer.js:791:14) at ontimeout (timers.js:380:14) at tryOnTimeout (timers.js:244:5) at Timer.listOnTimeout (timers.js:214:5) [00:39:21] process.exit(1)

malekksa505 commented 7 years ago

@MastaCoder @JaraLowell

malekksa505 commented 7 years ago

!!!!

TheFlyingVoid commented 7 years ago

Same problem here. Seems to happen when two big players eat each other.

TheFlyingVoid commented 7 years ago

I think it has something to do with dumping the data into SQL and it not being able to dump so the server throws and error.

JaraLowell commented 7 years ago

i do not even seem to check there if MySQL is active or not; witch truly is a boo boo from my end presuming it always on LOL mutters Let me look in to this one, as it should not call it when gameserver.mysql is not loaded.

TheFlyingVoid commented 7 years ago

Thank you. That fixed it!