Server keeps restating - 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 keeps restating (
/showthread.php?tid=330060)
Server keeps restating -
captainjohn - 31.03.2012
On my Server Log I will get this, then the server will just restart.
Code:
[04:46:21] [debug] Run time error 4: "Array index out of bounds"
[04:46:21] [debug] Accessing element at index 500 past array upper bound 499
[04:46:21] [debug] Backtrace (most recent call first):
[04:46:21] [debug] #0 0004cb84 in ReadHouse (i=500) at C:\Users\John\Desktop\Script\filterscripts\House_System.pwn:2366
[04:46:21] [debug] #1 0002ac78 in public Streamer_OnFilterScriptInit () at C:\Users\John\Desktop\Script\filterscripts\House_System.pwn:522
[04:46:21] [debug] #2 ???????? in native CallLocalFunction () from exec_server43959_child
[04:46:21] [debug] #3 0002a1dc in public S@@_OnFilterScriptInit () at C:\Users\John\Desktop\Script\pawno\include\streamer.inc:254
[04:46:21] [debug] #4 ???????? in native CallLocalFunction () from exec_server43959_child
[04:46:21] [debug] #5 00009540 in public S@@_OnFilterScriptInit () at C:\Users\John\Desktop\Script\pawno\include\YSI\internal\y_dohooks.inc:680
[04:46:21] [debug] #6 ???????? in native CallLocalFunction () from exec_server43959_child
[04:46:21] [debug] #7 00001958 in public @yH_PlayerCommandText3 () at C:\Users\John\Desktop\Script\pawno\include\YSI\y_scriptinit.inc:129
I also get this too.
Code:
[04:46:21] [debug] Run time error 4: "Array index out of bounds"
[04:46:21] [debug] Accessing element at index 500 past array upper bound 499
[04:46:21] [debug] Backtrace (most recent call first):
[04:46:21] [debug] #0 0004cb84 in ReadHouse (i=500) at C:\Users\John\Desktop\Script\filterscripts\House_System.pwn:2366
[04:46:21] [debug] #1 0002ac78 in public Streamer_OnFilterScriptInit () at C:\Users\John\Desktop\Script\filterscripts\House_System.pwn:522
[04:46:21] [debug] #2 ???????? in native CallLocalFunction () from exec_server43959_child
[04:46:21] [debug] #3 0002a1dc in public S@@_OnFilterScriptInit () at C:\Users\John\Desktop\Script\pawno\include\streamer.inc:254
[04:46:21] [debug] #4 ???????? in native CallLocalFunction () from exec_server43959_child
[04:46:21] [debug] #5 00009540 in public S@@_OnFilterScriptInit () at C:\Users\John\Desktop\Script\pawno\include\YSI\internal\y_dohooks.inc:680
[04:46:21] [debug] #6 ???????? in native CallLocalFunction () from exec_server43959_child
[04:46:21] [debug] #7 00001958 in public @yH_PlayerCommandText3 () at C:\Users\John\Desktop\Script\pawno\include\YSI\y_scriptinit.inc:129
Re: Server keeps restating -
RichBoy - 31.03.2012
Remove all Filterscripts then try if it dosent crash, Got updated plugins? Inicludes?
Re: Server keeps restating -
captainjohn - 31.03.2012
It started after I added [03]Garsinos house system.
So it must be something to do with that or the includes it uses?