03.11.2012, 19:19
For some reason crashdetect is reporting on some errors regarding to some hooked callbacks from different libraries and plugins.
So far I've noticed those errors comming from Incogito's streamer plugin, y_iterate and sscanf 2.6.
For some reason Kick() is also causing some trouble..
This is the error log:
I was trying to find the problem myself but I couldn't.. any ideas what might be the cause?
So far I've noticed those errors comming from Incogito's streamer plugin, y_iterate and sscanf 2.6.
For some reason Kick() is also causing some trouble..
This is the error log:
Quote:
[debug] Run time error 4: "Array index out of bounds" [debug] Accessing element at index 64002 past array upper bound 127 [debug] AMX backtrace: [debug] #0 00026f98 in ?? () from gamemode.amx [debug] #1 0000f5bc in public SSCANF_OnPlayerDisconnect () from gamemode.amx [debug] #2 native CallLocalFunction () [00472c00] from samp-server.exe [debug] #3 00002368 in public Streamer_OnPlayerDisconnect () from gamemode.amx [debug] #4 native CallLocalFunction () [00472c00] from samp-server.exe [debug] #5 00001a54 in public OnPlayerDisconnect () from gamemode.amx [debug] #6 native Kick () [0046fc70] from samp-server.exe [debug] #7 0002f124 in ?? () from gamemode.amx [debug] #8 00032f1c in public Itter_OnPlayerConnect () from gamemode.amx [debug] #9 native CallLocalFunction () [00472c00] from samp-server.exe [debug] #10 00025088 in public S@@_OnPlayerConnect () from gamemode.amx [debug] #11 native CallLocalFunction () [00472c00] from samp-server.exe [debug] #12 0000f340 in public SSCANF_OnPlayerConnect () from gamemode.amx [debug] #13 native CallLocalFunction () [00472c00] from samp-server.exe [debug] #14 000022e4 in public Streamer_OnPlayerConnect () from gamemode.amx [debug] #15 native CallLocalFunction () [00472c00] from samp-server.exe [debug] #16 000019b8 in public OnPlayerConnect () from gamemode.amx |