07.03.2016, 10:00
Quote:
Runtime error 4
Very simple, you're trying to access out-of-bound data in an array, in other words, a cell inside of an array that doesn't exist. Solution: If you're using the crashdetect plugin, it'll tell you which callback the error is in. Simply debug your code until you find the culprit, then remove it. |
The New Problem
PHP код:
[07:49:36] [debug] Server crashed while executing LcGaming.amx
[07:49:36] [debug] AMX backtrace:
[07:49:36] [debug] #0 native fwrite () from samp03svr
[07:49:36] [debug] #1 00201720 in ?? () from LcGaming.amx
[07:49:36] [debug] #2 00202738 in public Business_TransactionTimer () from LcGaming.amx
[07:49:36] [debug] Native backtrace:
[07:49:36] [debug] #0 b3f5ae8b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[07:49:36] [debug] #1 b3f53bcf in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[07:49:36] [debug] #2 b3f54dbc in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[07:49:36] [debug] #3 b3f55226 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[07:49:36] [debug] #4 b3f5aadc in ?? () from plugins/crashdetect.so
[07:49:36] [debug] #5 b775e600 in ?? ()
[07:49:36] [debug] #6 b775e420 in ?? ()
[07:49:36] [debug] #7 b7490871 in gsignal () from /lib/libc.so.6
[07:49:36] [debug] #8 b749214a in abort () from /lib/libc.so.6
[07:49:36] [debug] #9 b7489b8b in ?? () from /lib/libc.so.6
[07:49:36] [debug] #10 b7489c46 in ?? () from /lib/libc.so.6
[07:49:36] [debug] #11 0809b99c in ?? () from ./samp03svr
[07:49:36] [debug] #12 0809bdff in ?? () from ./samp03svr
[07:49:36] [debug] #13 080950e4 in ?? () from ./samp03svr
[07:49:36] [debug] #14 b3f5694b in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
[07:49:36] [debug] #15 b3f598f8 in ?? () from plugins/crashdetect.so
[07:49:36] [debug] #16 b3f5d916 in amx_Exec () from plugins/crashdetect.so
[07:49:36] [debug] #17 b3f55be6 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
[07:49:36] [debug] #18 b3f59659 in ?? () from plugins/crashdetect.so
[07:49:36] [debug] #19 b3b892ea in ?? () from plugins/streamer.so
[07:49:36] [debug] #20 080ebc05 in ?? () from ./samp03svr
[07:49:36] [debug] #21 080af03c in ?? () from ./samp03svr
[07:49:36] [debug] #22 080aa13a in ?? () from ./samp03svr
[07:49:36] [debug] #23 b747cd36 in __libc_start_main () from /lib/libc.so.6
[07:49:36] [debug] #24 0804b4e1 in ?? () from ./samp03svr
Any Help ?