Servers constantly restarting.
#1

Title pretty much says it all..

Server.log shows me:

Quote:

Server not running (possible crash), restarting.

I have been told it may be because it's looking for like a script file that's not there, but so far I have found none.
If you can help me and need to view my script add me on MSN:

ryanandrewsimpson@hotmail.com

Thanks in advance,
Ryan
Reply
#2

Try some commands?
If the server restarts after a command then remove the command.
Like i had a problem with my /changename after i changed the command alittle, it crashed my server when ever somebody wrote the command.
Reply
#3

Nope, it does it without any commands being processed, tested it.
Reply
#4

BUMP. Sorry to be buggish but I would like this to be fixed asap, annoying as hell.
Reply
#5

BUMP.
Reply
#6

Maybe a filterscript?
Check what you added last, then try to remove it one by one.
Or try unload all filterscript, then load them one by one to check which one bugs it.
Reply
#7

You could also have an open loop(never stops) or maybe your script has an odd circle

pawn Код:
forward Callback1();
forward Callback2();
public OnGameModeInit()
{
  Callback1();
  return 1;
}
public Callback1()
{
  Callback2();
}
public Callback2()
{
  Callback1();
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)