SA-MP Forums Archive
[Help] Console Crash - 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: [Help] Console Crash (/showthread.php?tid=541522)



[Help] Console Crash - ZenBish - 12.10.2014

Hi guys, this is the problem. I run up the server and everything works just fine, but after some time console insta closes/crashes. I really need help.
Код:
[11:53:49] [debug] Server crashed while executing NRRP_nomysql.amx
[11:53:49] [debug] AMX backtrace:
[11:53:49] [debug] #0 native fwrite () from samp-server.exe
[11:53:49] [debug] #1 000526c0 in ?? (0x01ca50f8, 0x02d241b8) from NRRP_nomysql.amx
[11:53:49] [debug] #2 0023e610 in public cmd_admin (0x00000000, 0x01de20d4) from NRRP_nomysql.amx
[11:53:49] [debug] #3 0023dfa0 in public cmd_a (0x00000000, 0x01de20d4) from NRRP_nomysql.amx
[11:53:49] [debug] #4 native CallLocalFunction () from samp-server.exe
[11:53:49] [debug] #5 0000bd24 in public OnPlayerCommandText (0x00000000, 0x01de2090) from NRRP_nomysql.amx
[11:53:49] [debug] Native backtrace:
[11:53:49] [debug] #0 77dc22d2 in ?? () from C:\Windows\SysWOW64\ntdll.dll
[11:53:49] [debug] #1 00493990 in ?? () from samp-server.exe
[11:53:49] [debug] #2 0040531e in ?? () from samp-server.exe



Re: [Help] Console Crash - ZenBish - 12.10.2014

Anyone?


Re: [Help] Console Crash - Vince - 12.10.2014

Код:
native fwrite
Код:
in public cmd_admin
That should give you a clear indication as to what you're looking for and where to find it.