Server. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server. (
/showthread.php?tid=381511)
Server. -
DwayneB - 29.09.2012
When, I turn on my server it automaticly turn off in 10 minutes, for no reason. I checked the logs no errors.
Re: Server. -
mincer - 29.09.2012
try crash detect plugin...
Re: Server. -
GangsterLifeRP - 29.09.2012
You Might have some problems with Your Host/Home internet
and you also need to check if anyone is DDossing you that might cause it to lag
Show us your Server log
Re: Server. -
DwayneB - 29.09.2012
Код:
[23:00:00] [debug] Server crashed while executing eurorp.amx
[23:00:00] [debug] AMX backtrace:
[23:00:00] [debug] #0 native fwrite () [004056e0] from samp-server.exe
[23:00:00] [debug] System backtrace:
[23:00:01] [debug] #0 00493010 in ?? () from C:\Users\Ziga\Desktop\SAMP Serv\samp-server.exe
[23:00:01] [debug] #1 0040531e in ?? () from C:\Users\Ziga\Desktop\SAMP Serv\samp-server.exe
Hmmm?
Re: Server. -
ColorHost-Kevin - 29.09.2012
There is a issue within your script causing it to crash.
I would suggest checking into your script closely.
Re: Server. -
DwayneB - 29.09.2012
To check what ?
Re: Server. -
mincer - 30.09.2012
check your eurorp.pwn for issues
Re: Server. -
Alcatraz Gaming - 30.09.2012
Quote:
[23:00:00] [debug] Server crashed while executing eurorp.amx
|
Check your GM l ( Europe Roleplay? ), eurorp.amx
Quote:
[23:00:00] [debug] AMX backtrace:
[23:00:00] [debug] #0 native fwrite () [004056e0] from samp-server.exe
|
A Backtrace on your .amx file was run, so what it showed that the file didn't give the data needed to make the server work to samp-server.exe
Quote:
[23:00:01] [debug] #0 00493010 in ?? () from C:\Users\Ziga\Desktop\SAMP Serv\samp-server.exe
[23:00:01] [debug] #1 0040531e in ?? () from C:\Users\Ziga\Desktop\SAMP Serv\samp-server.exe
|
And because of that, the dedicated server detects that there is no GM in it, so it shuts down to prevent players from playing a blank script!
It's all because of europerp.amx!
Re-compile the script, and reply