Posts: 91
Threads: 24
Joined: Oct 2010
Reputation:
0
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.
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
Can you post exactly what crashdetect printed, please?
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
That's fine. Go ahead and show it anyways..
Posts: 119
Threads: 23
Joined: May 2012
Reputation:
0
That fixes2 caused OnPlayerUpdate to not be called so i removed it from my server
Posts: 91
Threads: 24
Joined: Oct 2010
Reputation:
0
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
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
It seems like the JunkBuster FS is causing the initial issues. Try to not load JunkBuster and see if it runs okay..