Strange Backtrace error - 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: Strange Backtrace error (
/showthread.php?tid=676843)
Strange Backtrace error -
Xlithan - 21.06.2020
I've never ever seen this error before in SAMP. Just recently it's been coming up when I replaced some Includes.
Code:
[03:21:29] [debug] Run time error 6: "Invalid instruction"
[03:21:29] [debug] Unknown opcode 0x7800 at address 0xFFFFFFFF
[03:21:29] [debug] AMX backtrace:
[03:21:29] [debug] #0 ???????? in ?? () from gamemode.amx
[03:21:29] [debug] #1 native DestroyVehicle () [00471490] from samp-server.exe
[03:21:29] [debug] #2 000aa798 in ?? () from gamemode.amx
[03:21:29] [debug] #3 00211980 in public cmd_dvrespawn () from gamemode.amx
[03:21:29] [debug] #4 native CallLocalFunction () [004743b0] from samp-server.exe
[03:21:29] [debug] #5 00006ac8 in public OnPlayerCommandText () from gamemode.amx
Re: Strange Backtrace error -
Xlithan - 21.06.2020
Solved. There was some kind of incompatibility between a Pawno Include file, so I find the original ones I was using and it all works fine now.