Zeex/samp-plugin-crashdetect

Strange output

oscar-broman opened this issue · 2 comments

For some reason, I see my server log filled with these:

[14:18:02] [debug] Run time error 6: "Invalid instruction"
[14:18:02] [debug]   Unknown opcode 0x7800 at address 0xFFFFFFFF
[14:18:02] [debug] Backtrace:
[14:18:02] [debug] #0  ???????? in public OnDialogResponse () at W:\Desktop\temp\gamemodes\main.pwn:378

(line 378 is a simple return statement)

Zeex commented

The error may seem strange yes, but the output is OK (at least the first too lines). crashdetect only reports runtime errors and does not "detect" them although the name suggests so.

BTW do you use FDLG (or whatever it's called) from Gamer_Z? Your problem is very similar to this:

http://forum.sa-mp.com/showpost.php?p=1761999&postcount=467

and my reply to that was:

http://forum.sa-mp.com/showpost.php?p=1762273&postcount=468

After doing some digging, I suspect it's coming from OnPlayerUpdate, and that y_hooks is the culprit (it does change lots of stuff around in the AMX).