A problem caused when I using fixes2 plugin. -
yxliang - 08.06.2013
When I using fixes2, it's always caused server not response and you can't close it normally. After that, I read my server's log file and see the crashdetect reported the issue is caused by a function that called by SetTimer. I tried remove the fixes2 and the server is running correctly.
Re: A problem caused when I using fixes2 plugin. -
Scenario - 08.06.2013
Can you post exactly what crashdetect printed, please?
Re: A problem caused when I using fixes2 plugin. -
yxliang - 08.06.2013
Quote:
Originally Posted by RealCop228
Can you post exactly what crashdetect printed, please?
|
It is long and the function name that displayed is not the same everytime.
Re: A problem caused when I using fixes2 plugin. -
Scenario - 08.06.2013
That's fine. Go ahead and show it anyways..
Re: A problem caused when I using fixes2 plugin. -
MarinacMrcina - 08.06.2013
That fixes2 caused OnPlayerUpdate to not be called so i removed it from my server
Re: A problem caused when I using fixes2 plugin. -
yxliang - 09.06.2013
Quote:
Originally Posted by RealCop228
That's fine. Go ahead and show it anyways..
|
However, I deleted it...
Quote:
Originally Posted by MarinacMrcina
That fixes2 caused OnPlayerUpdate to not be called so i removed it from my server
|
Are you sure that?
Re: A problem caused when I using fixes2 plugin. -
yxliang - 10.06.2013
Some more answers?
Re: A problem caused when I using fixes2 plugin. -
yxliang - 14.06.2013
any idea?
Re: A problem caused when I using fixes2 plugin. -
yxliang - 15.06.2013
Every time the error message is different. It is like
[17:48:53] [debug] Server received interrupt signal while executing
[17:48:53] [debug] AMX backtrace:
[17:48:53] [debug] #0 0004e600 in public JunkBuster ()
[17:48:53] [debug] System backtrace:
[17:48:53] [debug] #0 002f3f41 in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[17:48:53] [debug] #1 002ea41f in _ZN11crashdetect20PrintSystemBacktraceEPv () from plugins/crashdetect.so
[17:48:53] [debug] #2 002e89d7 in _ZN11crashdetect15SystemInterruptEPv () from plugins/crashdetect.so
[17:48:53] [debug] #3 002f34a3 in ?? () from plugins/crashdetect.so
[17:48:53] [debug] #4 008b840c in ?? ()
[17:48:53] [debug] #5 002f6b08 in amx_Exec () from plugins/crashdetect.so
[17:48:53] [debug] #6 002e9622 in _ZN11crashdetect9DoAmxExecEPii () from plugins/crashdetect.so
[17:48:53] [debug] #7 002f1699 in ?? () from plugins/crashdetect.so
[17:48:53] [debug] #8 080dbc65 in ?? () from ./samp03svr
[17:48:53] [debug] #9 080b58cb in ?? () from ./samp03svr
[17:48:53] [debug] #10 080b10a3 in ?? () from ./samp03svr
[17:48:53] [debug] #11 0034bce6 in __libc_start_main () from /lib/libc.so.6
[17:48:53] [debug] #12 0804b521 in ?? () from ./samp03svr
Re: A problem caused when I using fixes2 plugin. -
Scenario - 15.06.2013
It seems like the JunkBuster FS is causing the initial issues. Try to not load JunkBuster and see if it runs okay..