Author Topic: Error out on my own server?!  (Read 422 times)

I was hosting the other day, when suddenly, up came an error message, and the game froze.

the game didn't have very many bricks, or emitters.

console: http://www.mediafire.com/file/mlwot1nwj52/console.log

the error was the same as this accept on my server:

sorry, to clarify, the writing on the above pic has nothing to do with the topic although the message looks the same.

AND NO EDIT BUTTON...

Badspot

  • Administrator
One of your add-ons is causing some kind of huge function calling chain whenever someone dies.  Probably a zombie/bot add-on or some kind of deathmatch/gamerules add-on or perhaps a combination of several.

One of your add-ons seems to be calling WeaponImage::OnMount directly, which is stupid and is causing a large number of error messages.

You are running the old version of IGSO which causes "noshiftmovemap" error to appear.  I am adding this to the remote fail list right now.

Quote
Gamemode_zombie
...
Gamemode_TeamDeathmatch
...
GameMode_TDM
You're running Team Deathmatch along with one of the failed ports with huge syntax errors.

There may be incompatibilities between Rotondo's Zombies and Team Deathmatch.

Try disabling all your Add-Ons and running the server again.

You're running Team Deathmatch along with one of the failed ports with huge syntax errors.

There may be incompatibilities between Rotondo's Zombies and Team Deathmatch.

Try disabling all your Add-Ons and running the server again.

ty, will try.