SA-MP Forums Archive
I have an error while start the server - 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: I have an error while start the server (/showthread.php?tid=610701)



I have an error while start the server - Grimlock - 27.06.2016

Hello guys, please i need help, i have problem/error while starting the server and i dont know how to fix it so i'll post here , maybe some of you can fix this i'll be thanks a lot.

Код:
[05:21:58] [debug] Server crashed due to an unknown error
[05:21:58] [debug] Native backtrace:
[05:21:58] [debug] #0 ec941e8b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[05:21:58] [debug] #1 ec93abcf in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[05:21:58] [debug] #2 ec93bdbc in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[05:21:58] [debug] #3 ec93c226 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[05:21:58] [debug] #4 ec941adc in ?? () from plugins/crashdetect.so
[05:21:58] [debug] #5 ecc8a410 in ?? ()
[05:21:58] [debug] #6 ecc8a430 in ?? ()
[05:21:58] [debug] #7 ec994607 in gsignal () from /lib/i386-linux-gnu/libc.so.6
[05:21:58] [debug] #8 ec997a33 in abort () from /lib/i386-linux-gnu/libc.so.6
[05:21:58] [debug] #9 ec98d757 in ?? () from /lib/i386-linux-gnu/libc.so.6
[05:21:58] [debug] #10 ec98d807 in ?? () from /lib/i386-linux-gnu/libc.so.6
[05:21:58] [debug] #11 08098558 in ?? () from ./samp03svr
[05:21:58] [debug] #12 080d60e1 in ?? () from ./samp03svr
[05:21:58] [debug] #13 080a4f0b in ?? () from ./samp03svr
[05:21:58] [debug] #14 080ab922 in ?? () from ./samp03svr
[05:21:58] [debug] #15 080aa0fd in ?? () from ./samp03svr
[05:21:58] [debug] #16 ec97fa83 in __libc_start_main () from /lib/i386-linux-gnu/libc.so.6



Re: I have an error while start the server - Vince - 27.06.2016

Memory addresses and question marks are not useful. Compile with -d3 flag for full symbolic information. Although the presence of gsignal() and abort() lead me to believe that the server was killed externally by the kill command.


Re: I have an error while start the server - Grimlock - 28.06.2016

please i'm not a pro scripter, iam just new scripter, please explain it on language can i know


Re: I have an error while start the server - Sew_Sumi - 28.06.2016

Quote:
Originally Posted by Grimlock
Посмотреть сообщение
please i'm not a pro scripter, iam just new scripter, please explain it on language can i know
Read up about compiler flags then...

It's simply parameteres for the compiler that you need to set in pawno.