SA-MP Forums Archive
Weird Crash Log - Part 2 - 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: Weird Crash Log - Part 2 (/showthread.php?tid=655584)



Weird Crash Log - Part 2 - Uvais - 24.06.2018

Code:
[23:22:10] [debug] Server crashed while executing LS-CNR.amx
[23:22:10] [debug] AMX backtrace:
[23:22:10] [debug] #0 0000000c in ?? (6, 20580024, 0) from LS-CNR.amx
[23:22:10] [debug] #1 0004d4f8 in ?? (6, 20580000, 0) from LS-CNR.amx
[23:22:10] [debug] #2 0004fe54 in ?? (6, 20580000, 0, 0, 0, 8, 6, 20580000, 0, 0, ... <1073741813 arguments>) from LS-CNR.amx
[23:22:10] [debug] #3 000230f4 in public OnPlayerCommandText (6, 20580000) from LS-CNR.amx
What does this mean? I think it's something wrong with OnPlayerCommandText callback? Can someone explain? Shall i post the code under the callback here?


Re: Weird Crash Log - Part 2 - Ultraz - 24.06.2018

Yes show me your callbacks here.


Re: Weird Crash Log - Part 2 - Uvais - 24.06.2018

What's weird is, there is nothing under OnPlayerCommandText..


Re: Weird Crash Log - Part 2 - Uvais - 24.06.2018

Fixed it myself, it was the problem with a specific command that i just made!


Re: Weird Crash Log - Part 2 - Sew_Sumi - 24.06.2018

Use -d3 in the compiler options as crashdetects release thread says when you use crashdetect, otherwise, it's all gibberish.


Re: Weird Crash Log - Part 2 - GTLS - 25.06.2018

OnPlayerCommandText is called inside zcmd when you call a command.