Author Topic: Unexplained server crash  (Read 576 times)

I have been running a dedicated server today and part of yesterday without issue, however it just crashed without explanation. Attached is my console log. Perhaps it will reveal the reason why to the more trained eye.

I wasn't doing anything in particular at the time and I doubt I will be able to repeat it.

I've never had one of my own servers crash on me before, so it's possible it was one the addons I recently installed. The most suspect ones being the checkpoint mod and the onplayerenterwater mod.

Well, I don't know the cause of the crash, and it's not this, but you may want to fix it.

Code: [Select]
Executing Add-Ons/Item_Parachute/server.cs.
Add-Ons/Item_Parachute/server.cs Line: 221 - Syntax error.
>>> Some error context, with ## on sides of error halt:
%client.player.unmountimage(2);

%client.paraing = 0;

return;

^{##
##


schedule(150, 0, checkvel, %client);

}

function hegrenadeImage::onFire(%this, %obj, %slot)
>>> Error report complete.

I've noticed a lot of server crashes when pressing buttons. Maybe thats the answer. :D