What is this? - 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: What is this? (
/showthread.php?tid=330517)
What is this? -
captainjohn - 01.04.2012
Hello everyone, my server has been fine for the past few days.
Then today as I went to look at the log I see this.
I'm not sure why it's doing it, it just started today.
Code:
[11:29:59] [debug] Run time error 4: "Array index out of bounds"
[11:29:59] [debug] Accessing element at negative index -400
[11:29:59] [debug] Backtrace (most recent call first):
[11:29:59] [debug] #0 0001db1c in dcmd_getinfo (playerid=0, params[]=@0x00072b34 "") at C:\Users\John\Desktop\Script\filterscripts\ladmin4v2.pwn:1722
[11:29:59] [debug] #1 00061178 in public OnPlayerCommandText (playerid=0, cmdtext[]=@0x00072b10 "") at C:\Users\John\Desktop\Script\filterscripts\ladmin4v2.pwn:4696
[11:30:00] [debug] Run time error 7: "Stack underflow"
[11:30:00] [debug] Stack index (STK) is 0x1004B0, stack top (STP) is 0x1004AC
[11:30:00] [debug] Backtrace (most recent call first):
[11:30:00] [debug] #0 00000008 in public Float:GodUpdate (Float:oper=0.03125) at C:\Users\John\Desktop\Script\pawno\include\float.inc:108
[11:30:00] [debug] Run time error 7: "Stack underflow"
[11:30:00] [debug] Stack index (STK) is 0x1004B0, stack top (STP) is 0x1004AC
[11:30:00] [debug] Backtrace (most recent call first):
[11:30:00] [debug] #0 00000008 in public Float:PingKick (Float:oper=0.03125) at C:\Users\John\Desktop\Script\pawno\include\float.inc:108
Re: What is this? -
Silentfood - 02.04.2012
[11:29:59] [debug] Accessing element at negative index -400]
Could suggest your code is trying to find something in a table/array, with ID -400.
Which is invalid, as you can't have -400 people in a line.
Check your code, and any arrays or tables you're using. Looking closely, it may be coming from DCMD, and at OnPlayerCommandText.
Maybe someone is giving information from a command, to access element -400?