Server crashing "(... <26 arguments>)at <unknown file>:0" - 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 crashing "(... <26 arguments>)at <unknown file>:0" (
/showthread.php?tid=599597)
Server crashing "(... <26 arguments>)at <unknown file>:0" -
feartonyb - 27.01.2016
SA:MP server is crashing when a specific player logs in and server reads his variables from MySQL database. It happens only to few players.
Crashdetect log:
Код:
[01:17:39] [debug] Server crashed while executing DevMode.amx
[01:17:39] [debug] AMX backtrace:
[01:17:39] [debug] #0 00000076 in ?? (... <26 arguments>) at <unknown file>:0
[01:17:39] [debug] #1 00000076 in public OnQueryFinish () at <unknown file>:0
Anybody knows why is this happening?
Re: Server crashing "(... <26 arguments>)at <unknown file>:0" -
ikey07 - 27.01.2016
Corrupted user data, a.k.a some data field isnt what it suppose to be, often happens when invalid data is being saved.
Check each field in his row in mysql, to be sure its all fine there, and then go to find what caused that invalid saving.
Re: Server crashing "(... <26 arguments>)at <unknown file>:0" -
feartonyb - 27.01.2016
I think I found the bug. I called "SELECT" to get players IP from DB but I used integrer instead of string. That's probably it.
Re: Server crashing "(... <26 arguments>)at <unknown file>:0" -
feartonyb - 27.01.2016
Nope, not fixed. Can you be more specific
ikey07
Re: Server crashing "(... <26 arguments>)at <unknown file>:0" -
feartonyb - 29.01.2016
Still need help.
Re: Server crashing "(... <26 arguments>)at <unknown file>:0" -
Shinja - 29.01.2016
Make sure you have added all plugins needed in server.cfg