Help me! Run time error 5: "Invalid memory access" - 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 me! Run time error 5: "Invalid memory access" (
/showthread.php?tid=616375)
Help me! Run time error 5: "Invalid memory access" -
ThaiLuan - 04.09.2016
Код:
[12:38:32] [debug] Run time error 5: "Invalid memory access"
[12:38:32] [debug] AMX backtrace:
[12:38:32] [debug] #0 000f26e0 in public zcmd_OnGameModeInit () from vnpla_LA.amx
[12:38:32] [debug] #1 native CallLocalFunction () [004743b0] from samp-server.exe
[12:38:32] [debug] #2 0001cdf8 in ?? () from vnpla_LA.amx
[12:38:32] [debug] #3 000165c0 in public Itter_OnGameModeInit () from vnpla_LA.amx
[12:38:32] [debug] #4 native CallLocalFunction () [004743b0] from samp-server.exe
[12:38:32] [debug] #5 0000bb7c in ?? () from vnpla_LA.amx
[12:38:32] [debug] #6 0000ad14 in ?? () from vnpla_LA.amx
[12:38:32] [debug] #7 00004608 in public Streamer_OnGameModeInit () from vnpla_LA.amx
[12:38:32] [debug] #8 native CallLocalFunction () [004743b0] from samp-server.exe
[12:38:32] [debug] #9 00003c64 in public OnGameModeInit () from vnpla_LA.amx
Help me. Please!
Thanks all bro.
Re: Help me! Run time error 5: "Invalid memory access" -
Konstantinos - 04.09.2016
We currently only know that is caused in OnGameModeInit. You'll need to
compile with debug info so we can get more detailed logs (exact line).