SA-MP Forums Archive
[Help]Server crash Debug please help - 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: [Help]Server crash Debug please help (/showthread.php?tid=509762)



[Help]Server crash Debug please help - jesdynguyen - 27.04.2014

Code:
[debug] Server crashed while executing NGRP_dfu.amx
[28/04/2014 06:07:53] [debug] AMX backtrace:
[28/04/2014 06:07:53] [debug] #0 native mysql_close () [00339500] from mysql.DLL
[28/04/2014 06:07:53] [debug] #1 0002c034 in ?? () from NGRP_dfu.amx
[28/04/2014 06:07:53] [debug] #2 000ae088 in public SAT_OnGameModeExit () from NGRP_dfu.amx
[28/04/2014 06:07:53] [debug] #3 native CallLocalFunction () [00472ef0] from samp-server.exe
[28/04/2014 06:07:53] [debug] #4 0001b6a4 in public ScriptInit_OnGameModeExit () from NGRP_dfu.amx
[28/04/2014 06:07:53] [debug] #5 native CallLocalFunction () [00472ef0] from samp-server.exe
[28/04/2014 06:07:53] [debug] #6 0000e1dc in public OnGameModeExit () from NGRP_dfu.amx
[28/04/2014 06:07:53] [debug] System backtrace:
I got crash from this call , Can anyone help me resolve this?

Thanks for visit my topic


Re: [Help]Server crash Debug please help - jesdynguyen - 27.04.2014

public OnGameModeExit()
{
djson_GameModeExit();
g_mysql_Exit();
return 1;
}