Random crash? - 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: Random crash? (
/showthread.php?tid=481279)
Random crash? -
HK - 14.12.2013
Hello guys, i've been trying to find an issue on why my server is crashing randomly.
I've been editing abit in some rows in my script today and now I began to get these debug codes in my log:
Код HTML:
11:19:04] [debug] Run time error 7: "Stack underflow"
[11:19:04] [debug] Stack index (STK) is 0x576FD28, stack top (STP) is 0x576FD24
[11:19:04] [debug] Backtrace (most recent call first):
[11:19:04] [debug] #0 00000008 in OnPlayerUpdate () from ls-rp.amx
[11:19:04] [debug] Run time error 7: "Stack underflow"
[11:19:04] [debug] Stack index (STK) is 0x576FD2C, stack top (STP) is 0x576FD24
[11:19:04] [debug] Backtrace (most recent call first):
[11:19:04] [debug] #0 00000008 in SearchForNewlyPausedPlayers () from ls-rp.amx
[11:19:04] [debug] Run time error 7: "Stack underflow"
[11:19:04] [debug] Stack index (STK) is 0x576FD28, stack top (STP) is 0x576FD24
[11:19:04] [debug] Backtrace (most recent call first):
[11:19:04] [debug] #0 00000008 in OnPlayerUpdate () from ls-rp.amx
[11:19:04] [debug] Run time error 7: "Stack underflow"
[11:19:04] [debug] Stack index (STK) is 0x576FD28, stack top (STP) is 0x576FD24
[11:19:04] [debug] Backtrace (most recent call first):
[11:19:04] [debug] #0 00000008 in CheckStatus () from ls-rp.amx
[11:19:04] [debug] Run time error 7: "Stack underflow"
[11:19:04] [debug] Stack index (STK) is 0x576FD28, stack top (STP) is 0x576FD24
[11:19:04] [debug] Backtrace (most recent call first):
[11:19:04] [debug] #0 00000008 in OnPlayerUpdate () from ls-rp.amx
[11:19:05] [debug] Run time error 7: "Stack underflow"
[11:19:05] [debug] Stack index (STK) is 0x576FD2C, stack top (STP) is 0x576FD24
[11:19:05] [debug] Backtrace (most recent call first):
[11:19:05] [debug] #0 00000008 in SearchForNewlyPausedPlayers () from ls-rp.amx
[11:19:05] [debug] Run time error 7: "Stack underflow"
[11:19:05] [debug] Stack index (STK) is 0x576FD28, stack top (STP) is 0x576FD24
[11:19:05] [debug] Backtrace (most recent call first):
[11:19:05] [debug] #0 00000008 in OnPlayerUpdate () from ls-rp.amx
[11:19:05] [debug] Run time error 7: "Stack underflow"
[11:19:05] [debug] Stack index (STK) is 0x576FD28, stack top (STP) is 0x576FD24
[11:19:05] [debug] Backtrace (most recent call first):
Anyone know why its doing this?