SA-MP Forums Archive
[HELP!]Server 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: [HELP!]Server Crashing (/showthread.php?tid=385000)



[HELP!]Server Crashing - Penki4a - 14.10.2012

Ok so basically we got on a new hosting company,where the server crashes when a player joins...This hasn't happened on the other hosting company that we were on,but still they tell me,that this is a scriptwise error.I ran crashdetect and here are the lines i get:

[08:23:39] [debug] Run time error 4: "Array index out of bounds"
[08:23:39] [debug] Accessing element at index 9 past array upper bound 8
[08:23:39] [debug] AMX backtrace:
[08:23:39] [debug] #0 001d344c in ?? () from nrrp.amx
[08:23:39] [debug] #1 00050aa8 in public OnVehicleSpawn () from nrrp.amx
[08:23:39] [debug] #2 00049150 in public RL_OnGameModeInit () from nrrp.amx
[08:23:39] [debug] #3 native CallLocalFunction () [080d3870] from samp03svr
[08:23:39] [debug] #4 00023740 in public Streamer_OnGameModeInit () from nrrp.amx
[08:23:39] [debug] #5 native CallLocalFunction () [080d3870] from samp03svr
[08:23:39] [debug] #6 00021170 in public zcmd_OnGameModeInit () from nrrp.amx
[08:23:39] [debug] #7 native CallLocalFunction () [080d3870] from samp03svr
[08:23:39] [debug] #8 00020878 in public SSCANF_OnGameModeInit () from nrrp.amx
[08:23:39] [debug] #9 native CallLocalFunction () [080d3870] from samp03svr
[08:23:39] [debug] #10 0001ab54 in public Itter_OnGameModeInit () from nrrp.amx
[08:23:39] [debug] #11 native CallLocalFunction () [080d3870] from samp03svr
[08:23:39] [debug] #12 00019ef8 in public S@@_OnGameModeInit () from nrrp.amx
[08:23:39] [debug] #13 native CallLocalFunction () [080d3870] from samp03svr
[08:23:39] [debug] #14 00006b7c in public ScriptInit_OnGameModeInit () from nrrp.amx
[08:23:39] [debug] #15 native CallLocalFunction () [080d3870] from samp03svr
[08:23:39] [debug] #16 00000784 in public OnGameModeInit () from nrrp.amx
[08:23:39] [debug] Run time error 4: "Array index out of bounds"

I don't know why this is happening,everything is running fine when we run the server on localhost/VPS or on VoltHost ,does anyone have an idea?


Re: [HELP!]Server Crashing - Penki4a - 14.10.2012

Solved...