30.01.2019, 14:11
My server doesn't start, i get an "array index out of bounds" in server log. Installed CD (CrashDetect) and got this:
But i don't know what could cause this.
Includes:
Recently i wrote a party command, thinking was that the problem i removed it, but nothing, still that error.
Any help?
Quote:
[16:09:14] [debug] Run time error 4: "Array index out of bounds" [16:09:14] [debug] Attempted to read/write array element at index 32 in array of size 32 [16:09:14] [debug] AMX backtrace: [16:09:14] [debug] #0 0000c4cc in ?? (381904742, 0, 0, 18206696, 32, -659480) in server.amx [16:09:14] [debug] #1 0000ca14 in ?? (18203172, 0, 0, 18206696, -659480) in server.amx [16:09:14] [debug] #2 0000e954 in ?? (18203172, 18206696, 18203160, 18203156) in server.amx [16:09:14] [debug] #3 0000ee14 in ?? (18206696) in server.amx [16:09:14] [debug] #4 0001443c in ?? () in server.amx [16:09:14] [debug] #5 000119d0 in public AMX_OnScriptInit () in server.amx [16:09:14] [debug] #6 0000f980 in public Debug_OnScriptInit () in server.amx [16:09:14] [debug] #7 00007990 in public YVers_OnScriptInit () in server.amx [16:09:14] [debug] #8 00007178 in public ScriptInit_OnScriptInit () in server.amx [16:09:14] [debug] #9 00006e50 in public SSCANF_OnGameModeInit () in server.amx [16:09:14] [debug] #10 000011a0 in public OnGameModeInit () in server.amx [16:09:14] [debug] Run time error 4: "Array index out of bounds" [16:09:14] [debug] Attempted to read/write array element at index 204131 in array of size 1 [16:09:14] [debug] AMX backtrace: [16:09:14] [debug] #0 0003dfbc in ?? () in server.amx [16:09:14] [debug] #1 0003daa4 in main () in server.amx [16:09:14] Script[gamemodes/server.amx]: Run time error 4: "Array index out of bounds" [16:09:14] Number of vehicle models: 0 |
Includes:
Quote:
#include <a_samp> #include <a_mysql> #include <sscanf2> #include <streamer> #include <crashdetect> #include <colors> #include <foreach> #include <zcmd> #include <gl_common> #include <sqlitei> #include <easyDialog> #include <YSI\y_timers> #include <YSI\y_iterate> #include <YSI\y_groups> |
Any help?