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=475736)
server crash .. -
Jony_Cruze - 14.11.2013
pawn Код:
[17:48:47] [debug] Server crashed while executing rp.amx
[17:48:47] [debug] AMX backtrace:
[17:48:47] [debug] #0 00003470 in Audio_SetPlayerName (playerid=10, name[]=@0x008b8f1c "") at C:\Users\Filip\Desktop\SERVER\pawno\include\audio.inc:184
[17:48:47] [debug] #1 00117dc0 in PlayerUpdateListener (playerid=10) at C:\Users\Filip\Desktop\SERVER\gamemodes\rp.pwn:27319
[17:48:47] [debug] #2 00046538 in public CrashListener () at C:\Users\Filip\Desktop\SERVER\gamemodes\rp.pwn:5624
[17:48:47] [debug] System backtrace:
[17:48:47] [debug] #0 f6a9035b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[17:48:47] [debug] #1 f6a89389 in _ZN11crashdetect20PrintSystemBacktraceEPv () from plugins/crashdetect.so
[17:48:47] [debug] #2 f6a8b8ed in _ZN11crashdetect11OnExceptionEPv () from plugins/crashdetect.so
[17:48:47] [debug] #3 f6a8fe68 in ?? () from plugins/crashdetect.so
[17:48:47] [debug] #4 f7738410 in ?? ()
[17:48:47] [debug] #5 080c9c47 in ?? () from /home/gsp_1327/93.119.26.226-7777/samp03svr
[17:48:47] [debug] #6 080cba55 in ?? () from /home/gsp_1327/93.119.26.226-7777/samp03svr
[17:48:47] [debug] #7 f6a9219f in amx_Exec () from plugins/crashdetect.so
[17:48:47] [debug] #8 f6a8bdab in _ZN11crashdetect9DoAmxExecEPii () from plugins/crashdetect.so
[17:48:47] [debug] #9 f6a8e457 in ?? () from plugins/crashdetect.so
[17:48:47] [debug] #10 080dc115 in ?? () from /home/gsp_1327/93.119.26.226-7777/samp03svr
[17:48:47] [debug] #11 080b5cfb in ?? () from /home/gsp_1327/93.119.26.226-7777/samp03svr
[17:48:47] [debug] #12 080b14d3 in ?? () from /home/gsp_1327/93.119.26.226-7777/samp03svr
[17:48:47] [debug] #13 f7456e46 in __libc_start_main () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
[17:48:47] [debug] #14 0804b521 in ?? () from /home/gsp_1327/93.119.26.226-7777/samp03svr
I opened the server and suddenly this problem appeared...
Re: server crash .. -
Jony_Cruze - 27.11.2013
UP!!
Re: server crash .. -
ReD_DeVi - 27.11.2013
I never got this error
Re: server crash .. -
Konstantinos - 27.11.2013
CrashListener > PlayerUpdateListener > Audio_SetPlayerName >
server crash
The function Audio_SetPlayerName from audio.inc crashed the server. What's the line 27319 from rp.pwn?
Re: server crash .. -
Jony_Cruze - 27.11.2013
Solved , thanks konstantinos !