SA-MP Forums Archive
Server 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: Server Crash (/showthread.php?tid=605606)



Server Crash - ToiletDuck - 22.04.2016

Whats dis? can anyone explain me what dis crashdetect trying to say?

Код:
[07:02:11] [debug] Server crashed while executing HGRP.amx
[07:02:11] [debug] AMX backtrace:
[07:02:11] [debug] #0 native SetPlayerName () [00396fb0] from sscanf.dll
[07:02:11] [debug] #1 00397138 in public OnQueryFinish () from HGRP.amx
[07:02:11] [debug] System backtrace:
[07:02:12] [debug] #0 00397029 in ?? () from Z:\usr\local\gpx\users\jharu22\173.234.25.58-7892\Windows\plugins\sscanf.dll
[07:02:12] [debug] #1 004010b6 in ?? () from Z:\usr\local\gpx\users\jharu22\173.234.25.58-7892\Windows\samp-server.exe
[07:02:12] [debug] #2 003d340a in ?? () from Z:\usr\local\gpx\users\jharu22\173.234.25.58-7892\Windows\plugins\crashdetect.dll
[07:02:12] [debug] #3 003d5aa6 in ?? () from Z:\usr\local\gpx\users\jharu22\173.234.25.58-7892\Windows\plugins\crashdetect.dll
[07:02:12] [debug] #4 003cd621 in ?? () from Z:\usr\local\gpx\users\jharu22\173.234.25.58-7892\Windows\plugins\crashdetect.dll
[07:02:12] [debug] #5 003d345a in ?? () from Z:\usr\local\gpx\users\jharu22\173.234.25.58-7892\Windows\plugins\crashdetect.dll
[07:02:12] [debug] #6 1000a650 in ?? () from Z:\usr\local\gpx\users\jharu22\173.234.25.58-7892\Windows\plugins\mysql.dll
[07:02:12] [debug] #7 00469a66 in ?? () from Z:\usr\local\gpx\users\jharu22\173.234.25.58-7892\Windows\samp-server.exe
[07:02:12] [debug] #8 4c8d5dec in ?? ()



Re: Server Crash - itsCody - 22.04.2016

Probably to do with one of these:
[07:02:11] [debug] #0 native SetPlayerName () [00396fb0] from sscanf.dll
[07:02:11] [debug] #1 00397138 in public OnQueryFinish () from HGRP.amx

SetPlayerName
OnQueryFinish

Post where they are used


Re: Server Crash - Konstantinos - 22.04.2016

SetPlayerName function crashes the server if the new name passed is empty.


Re: Server Crash - ToiletDuck - 22.04.2016

Quote:
Originally Posted by itsCody
Посмотреть сообщение
Probably to do with one of these:
[07:02:11] [debug] #0 native SetPlayerName () [00396fb0] from sscanf.dll
[07:02:11] [debug] #1 00397138 in public OnQueryFinish () from HGRP.amx

SetPlayerName
OnQueryFinish

Post where they are used
Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
SetPlayerName function crashes the server if the new name passed is empty.
THank you both of you, Konstantinos thanks i found out what's the problem