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: Crashing (
/showthread.php?tid=588004)
Crashing -
toxicape - 04.09.2015
The server is up like 30 mins - 1 hour or more but its crashing and need to start it again. Is it from the host or?
Re: Crashing -
Nixtren - 04.09.2015
Use the plugin CrashDetect to troubleshoot/identify the cause of crash.
Re: Crashing -
toxicape - 04.09.2015
Just i mean its like the samp-server.exe ita going down and i need to start it again, in server-log didnt shows me somethings wrong. My point is did the host requierments is low?
Re: Crashing -
Vince - 04.09.2015
How are we going to be able to help you if you ignore what's being said?
Re: Crashing -
toxicape - 05.09.2015
[debug] Run time error 4: "Array index out of bounds"
[debug] Accessing element at index 12 past array upper bound 11
[debug] AMX backtrace:
[debug] #0 005e8148 in ?? (0) from custommode.amx
[debug] #1 005e7fa8 in public ServerHeartbeatTwo@_yT (0) from custommode.amx
Re: Crashing -
Yashas - 05.09.2015
Recompile your script with d3 flags so that crashdetect can find out the exact line which is causing the crash.
How to add d3 flag?
Create a file called pawn.cfg in pawno folder
Add a line "-d3" to the file
Save and exit