SA-MP Forums Archive
Crashdetect plugin - 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: Crashdetect plugin (/showthread.php?tid=635998)



Crashdetect plugin - GGRPSkripter - 17.06.2017

Hello peeps,

i have some problems with crash detect plugin. In my server log there are no function names from my script. I have -d3 on my compailer options

Compiler options
Code:
-r -w 203 -d3
Server log
Code:
[23:19:38] [debug] AMX backtrace:
[23:19:38] [debug] #0 0048c6d0 in public OnSQLError (1, 1064, 28025620, 28023736, 28023732) from script.amx
[23:19:38] [debug] #1 native sql_query () from sql.so
[23:19:38] [debug] #2 000804f0 in public SacuvajIgraca (0) from script.amx
[23:19:38] [debug] #3 000ae9a0 in public ppb_OnPlayerDisconnect (0, 1) from script.amx
[23:19:38] [debug] #4 00030fb8 in public FC_OnPlayerDisconnect (0, 1) from script.amx
[23:19:38] [debug] #5 native CallLocalFunction () from samp03svr
[23:19:38] [debug] #6 00026fc4 in public SSCANF_OnPlayerDisconnect (0, 1) from script.amx
[23:19:38] [debug] #7 0001d310 in public Itter_OnPlayerDisconnect (0, 1) from script.amx
[23:19:38] [debug] #8 0001b008 in ?? (0, 1) from script.amx
[23:19:38] [debug] #9 0000b73c in public FIXES_OnPlayerDisconnect (0, 1) from script.amx
[23:19:38] [debug] #10 native CallLocalFunction () from samp03svr
[23:19:38] [debug] #11 00002264 in public OnPlayerDisconnect (0, 1) from script.amx
Any advice on solving this problem?


Re: Crashdetect plugin - JasonRiggs - 17.06.2017

Use the latest plugins, and include the crashdetect in the .pwn and put it in the beginning of ur plugins.


Re: Crashdetect plugin - NewFreeroamStunt - 18.06.2017

updates your sscnf plugin


Re: Crashdetect plugin - GGRPSkripter - 18.06.2017

Quote:
Originally Posted by JasonRiggs
View Post
Use the latest plugins, and include the crashdetect in the .pwn and put it in the beginning of ur plugins.
I cant use last version of plugin because i'm getting error.
Code:
 Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by plugins/crashdetect.so))
And i have the latest version of libstdc++.