SA-MP Forums Archive
Server crash when player join - 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: Server crash when player join (/showthread.php?tid=619179)



Server crash when player join - DeadMasterBG - 14.10.2016

Hello again

I make backup on my server and when player join server crash...

Can you help me...

Code:
[02:53:27] [join] DeadMasterBG has joined the server (2:172.16.1.102)
[02:53:28] [debug] Server crashed while executing UFFNVCNR.amx
[02:53:28] [debug] AMX backtrace:
[02:53:28] [debug] #0 native fclose () from samp-server.exe
[02:53:28] [debug] #1 0008feac in public Streamer_OnPlayerConnect (2) from UFFNVCNR.amx
[02:53:28] [debug] #2 native CallLocalFunction () from samp-server.exe
[02:53:28] [debug] #3 0001e7d8 in public Itter_OnPlayerConnect (2) from UFFNVCNR.amx
[02:53:28] [debug] #4 native CallLocalFunction () from samp-server.exe
[02:53:28] [debug] #5 0001d820 in public SSCANF_OnPlayerConnect (2) from UFFNVCNR.amx
[02:53:28] [debug] #6 native CallLocalFunction () from samp-server.exe
[02:53:28] [debug] #7 00017ba8 in public S@@_OnPlayerConnect (2, 512) from UFFNVCNR.amx
[02:53:28] [debug] #8 native CallLocalFunction () from samp-server.exe
[02:53:28] [debug] #9 00007904 in public OnPlayerConnect (2) from UFFNVCNR.amx
[02:53:29] [debug] Native backtrace:
[02:53:29] [debug] #0 0049939b in ?? () from samp-server.exe
[02:53:29] [debug] #1 004056cd in ?? () from samp-server.exe
[02:53:29] [debug] #2 5a57c6fa in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #3 5a582278 in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #4 5a57a0d7 in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #5 5a57c74a in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #6 004746be in ?? () from samp-server.exe
[02:53:29] [debug] #7 004010b6 in ?? () from samp-server.exe
[02:53:29] [debug] #8 5a57c6fa in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #9 5a582278 in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #10 5a57a0d7 in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #11 5a57c74a in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #12 004746be in ?? () from samp-server.exe
[02:53:29] [debug] #13 004010b6 in ?? () from samp-server.exe
[02:53:29] [debug] #14 5a57c6fa in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #15 5a582278 in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #16 5a57a0d7 in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #17 5a57c74a in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #18 004746be in ?? () from samp-server.exe
[02:53:29] [debug] #19 004010b6 in ?? () from samp-server.exe
[02:53:29] [debug] #20 5a57c6fa in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #21 5a582278 in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #22 5a57a0d7 in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #23 5a57c74a in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #24 004746be in ?? () from samp-server.exe
[02:53:29] [debug] #25 004010b6 in ?? () from samp-server.exe
[02:53:29] [debug] #26 5a57c6fa in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #27 5a582278 in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #28 5a57a0d7 in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #29 5a57c74a in ?? () from plugins\crashdetect.DLL
[02:53:29] [debug] #30 0046d960 in ?? () from samp-server.exe
[02:53:29] [debug] #31 0046650f in ?? () from samp-server.exe
[02:53:29] [debug] #32 00498d56 in ?? () from samp-server.exe
[02:53:29] [debug] #33 00469939 in ?? () from samp-server.exe
[02:53:29] [debug] #34 00498e11 in ?? () from samp-server.exe
[02:53:29] [debug] #35 004950d4 in ?? () from samp-server.exe
[02:53:29] [debug] #36 458d5151 in ?? () from samp-server.exe
[02:53:29] [debug] #37 15ff50f8 in ?? () from samp-server.exe
[02:53:29] [debug] #38 004ac0c4 in ?? () from samp-server.exe



Re: Server crash when player join - DeadMasterBG - 15.10.2016

Help me...


Re: Server crash when player join - Konstantinos - 15.10.2016

https://sampwiki.blast.hk/wiki/Fclose

Read the "Warning" box for the reason of the crash and look at the example for a fix (specifically the if statement).