SA-MP Forums Archive
Help me with this plugins.. - 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: Help me with this plugins.. (/showthread.php?tid=650882)



Help me with this plugins.. - Bonch - 09.03.2018

I have runtime error with plugin crashdetect.so.
here is log

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[11:55:15] filterscripts = "" (string)
[11:55:15]
[11:55:15] Server Plugins
[11:55:15] --------------
[11:55:15] Loading plugin: crashdetect.so
[11:55:15] CrashDetect v4.15.1 is OK.
[11:55:15] Loaded.
[11:55:15] Loading plugin: mysql.so
[11:55:15] >> plugin.mysql: R39-2 successfully loaded.
[11:55:15] Loaded.
[11:55:15] Loading plugin: streamer.so
[11:55:15]

*** Streamer Plugin v2.7.8 by Incognito loaded ***

[11:55:15] Loaded.
[11:55:15] Loading plugin: multithread.so
[11:55:15] Failed (plugins/multithread.so: cannot open shared object file: No such file or directory)
[11:55:15] Loading plugin: debug.so
[11:55:15] CrashDetect must be loaded before 'streamer.so'
[11:55:15] [debug] Server crashed due to an unknown error
[11:55:15] [debug] Native backtrace:
[11:55:15] [debug] #0 f730fe8b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[11:55:15] [debug] #1 f7308bcf in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[11:55:15] [debug] #2 f7309dbc in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[11:55:15] [debug] #3 f730a226 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[11:55:15] [debug] #4 f730fadc in ?? () from plugins/crashdetect.so
[11:55:15] [debug] #5 f7744ed0 in __kernel_rt_sigreturn () from linux-gate.so.1
[11:55:15] [debug] #6 f614f4a2 in subhook_remove () from plugins/debug.so
[11:55:15] [debug] #7 f61369d4 in _ZN7SubHookD1Ev () from plugins/debug.so
[11:55:15] [debug] #8 f7361b2a in __cxa_finalize () from /lib/i386-linux-gnu/libc.so.6


Re: Help me with this plugins.. - Binx - 09.03.2018

Remove multithread.so and debug.so from your plugins line in the server.cfg.


Re: Help me with this plugins.. - Josh_Main - 09.03.2018

Go to your server.cfg file and under the line
Код:
 plugins
put
Код:
plugins crashdetect.so streamer.so
and remove multithread.so