SA-MP Forums Archive
Unknown AMX Stacktrace - 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: Unknown AMX Stacktrace (/showthread.php?tid=620096)



Unknown AMX Stacktrace - denom - 26.10.2016

So i am having this problem and i don't really know what causes it.

Код:
[20:31:12] [debug] AMX backtrace:
[20:31:12] [debug] #0 ffffffff in public OnFilterScriptExit () from wat.amx
[20:31:13] [debug] Run time error 6: "Invalid instruction"
[20:31:13] [debug]  Unknown opcode 0x7800 at address 0xFFFFFFFF
[20:31:13] [debug] AMX backtrace:
[20:31:13] [debug] #0 ffffffff in public OnFilterScriptExit () from wat.amx
[20:31:53] [debug] Run time error 6: "Invalid instruction"
[20:31:53] [debug]  Unknown opcode 0x7800 at address 0xFFFFFFFF
[20:31:53] [debug] AMX backtrace:
[20:31:53] [debug] #0 ffffffff in public OnFilterScriptExit () from wat.amx
Any ideas?


Re: Unknown AMX Stacktrace - IceBilizard - 26.10.2016

post OnFilterScriptExit code


Re: Unknown AMX Stacktrace - denom - 26.10.2016

It's not existing in any of my scripts from GM to Filterscripts.


Re: Unknown AMX Stacktrace - Konstantinos - 26.10.2016

I have seen this happening in the past: https://github.com/Zeex/samp-plugin-...etect/issues/6

Do you use YSI at all? If yes, start updating to YSI 4 and make sure crashdetect is also updated. If it still gives the same output, try adding those callbacks as the link describes.