Crashdetect problem
#1

Код:
[02:51:05] [debug] Server crashed while executing TRG.amx
[02:51:05] [debug] AMX backtrace:
[02:51:05] [debug] #0 00000034 in ?? (53, 52, 54, 53, 52, 54, 53, 52, 53, 54, ... <3 arguments>) from TRG.amx
[02:51:05] [debug] #1 00000034 in public OnPlayerKeyStateChange () from TRG.amx
can someone help me to find what crashing my server?
Reply
#2

Hi,

Now you should compile your GameMode in debug mode so CrashDetect can output more useful information (like the exact line on which the error occurs). To do so you need to pass the flag "-d3" to the Pawn compiler, you can easily do this by creating a "pawn.cfg" file inside the Pawno folder with the following contents:
Код:
-r -O0 -d3
After doing that, compile the GameMode, run the server and post the server log here again
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)