[DEBUG] - 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: [DEBUG] (
/showthread.php?tid=630837)
[DEBUG] -
Johangelo1 - 19.03.2017
I could help with this. First I shut down the server when I entered and I did not know what it was that I had put the crashdetect plugin to find out what the error was and I appeared this.
Do you know what it could be?
Код:
[00:48:03] [debug] Run time error 6: "Invalid instruction"
[00:48:03] [debug] Unknown opcode 0xe7bc5c00 at address 0x00000037
[00:48:03] [debug] AMX backtrace:
[00:48:03] [debug] #0 00000037 in public OnDialogResponse () from GM.amx
Re: [DEBUG] -
jlalt - 19.03.2017
Use third debug mod and recheck the new printed information.
https://github.com/Zeex/samp-plugin-...ith-debug-info
Respuesta: [DEBUG] -
Johangelo1 - 19.03.2017
The error still follows
Re: [DEBUG] -
Mencent - 19.03.2017
Hello!
Yes, it should also.

Can you send us this debug now, please? I think, when you follow the description of this link above you must get more information in your debug about the error.
Respuesta: Re: [DEBUG] -
Johangelo1 - 19.03.2017
Quote:
Originally Posted by Mencent
Hello!
Yes, it should also. 
Can you send us this debug now, please? I think, when you follow the description of this link above you must get more information in your debug about the error.
|
Only that appears. Pawn compiles perfect
Re: [DEBUG] -
Mencent - 19.03.2017
Yes, you should post your errors again (like in your start post).
Respuesta: [DEBUG] -
Johangelo1 - 19.03.2017
I have no errors in the pawn ... I have not done anything in the callback. Just appeared that bug suddenly
Re: [DEBUG] -
Mencent - 19.03.2017
PHP код:
[00:48:03] [debug] Run time error 6: "Invalid instruction"
[00:48:03] [debug] Unknown opcode 0xe7bc5c00 at address 0x00000037
[00:48:03] [debug] AMX backtrace:
[00:48:03] [debug] #0 00000037 in public OnDialogResponse () from GM.amx
You got this error. And what do you get now?
Respuesta: [DEBUG] -
Johangelo1 - 19.03.2017
Keep coming out. Delete all the dialogs and leave only the log dialogs and login that was with those who started and still the bug appears
Re: [DEBUG] -
Mencent - 19.03.2017
Can you show us OnDialogResponse, please?