My Server is Crashing - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: My Server is Crashing (
/showthread.php?tid=377049)
My Server is Crashing -
Crazyboobs - 12.09.2012
Hello!
My server is crashing .but i dont know the reason for that .it is not crashing when i open it ( after sometimes )
is there any plugins to find the reason? Please help me
Re: My Server is Crashing -
SAMP_Luke - 12.09.2012
Download the crashdetect plugin. It will tell you in your console why it is crashing.
( If I helped, rep me! )
Re: My Server is Crashing -
C00K13M0N$73R - 12.09.2012
Sooo uhhhh we gonna guess your server_log?
Any crashinfo.txt?
no?...
Try crashdetect?...
You get the point.
Re: My Server is Crashing -
Crazyboobs - 12.09.2012
I saw this on the console
Quote:
[debug] #0 0000334c in ?? () from NGTDM.amx
[23:09:06] [debug] AMX backtrace:
[23:09:06] [debug] Accessing element at index 255 past array upper bound 254
[23:09:06] [debug] Run time error 4: "Array index out of bounds"
|
What is it?
Re: My Server is Crashing -
PinEvil - 12.09.2012
Do you have NGTDM compiled? and do you have the .pwn file
Edit: Do you have any Errors on the pwn file?
Re: My Server is Crashing -
Crazyboobs - 12.09.2012
Yes i compiled and no errors
Re: My Server is Crashing -
Crazyboobs - 13.09.2012
why this error showing in my console
Quote:
[debug] #0 001a4d94 in public PingKick () from NGTDM.amx
[17:58:52] [debug] AMX backtrace:
[17:58:52] [debug] Accessing element at index 4 past array upper bound 3
[17:58:52] [debug] Run time error 4: "Array index out of bounds"
|
Re: My Server is Crashing -
Lordzy - 13.09.2012
Update your plugins and includes to latest version and try.
And the report above is Crash report?
Post your server_log.txt also.
Re: My Server is Crashing - Glint - 13.09.2012
I think there's a public function in your script called PingKick() ? if so can you show us the function ?