SA-MP Forums Archive
Help with these errors - 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 with these errors (/showthread.php?tid=627630)



Help with these errors - FaLLenGirL - 30.01.2017

Hello there friends.
I saw that i have this errors in my server-log.
Can you tell me what are this errors? and what is causing them..
I saw that is something with OnDialogResponse, a callback or something from that public, idk.

PHP код:
[16:18:01] [debugServer crashed while executing IS.amx
[16:18:01] [debugAMX backtrace:
[
16:18:01] [debug#0 native CallLocalFunction () [080dfac0] from samp03svr
[16:18:01] [debug#1 000987cc in public OnDialogResponse (0x00000000, 0x00000061, 0x00000001, 0x00000004, 0x0045f0f8) from IS.amx
[16:18:01] [debugNative backtrace:
[
16:18:01] [debug#0 f7478246 in _ZN10StackTraceC2EPv () from plugins/crashdetect.so
[16:18:01] [debug#1 f7470f03 in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[16:18:01] [debug#2 f747197c in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[16:18:01] [debug#3 f7473df4 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[16:18:01] [debug#4 f7477d1d in ?? () from plugins/crashdetect.so
[16:18:01] [debug#5 f77b3d40 in __kernel_rt_sigreturn () from linux-gate.so.1
[16:18:01] [debug#6 080dfcfc in ?? () from samp03svr
[16:18:01] [debug#7 080950e4 in ?? () from samp03svr
[16:18:01] [debug#8 f7470a91 in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so 



Re: Help with these errors - SyS - 30.01.2017

show the call back public OnDialogResponse

Compile the code in -d3 it might give some more informations


Re: Help with these errors - FaLLenGirL - 30.01.2017

PHP код:
public OnDialogResponseplayeriddialogidresponselistiteminputtext[ ] ) 
I already compiled with -d3 and nothing.


Re: Help with these errors - Deroxi - 30.01.2017

I think he means everything from OnDialogResponse.


Re: Help with these errors - FaLLenGirL - 30.01.2017

OnDialogResponse is pretty huge...


Re: Help with these errors - Dayrion - 30.01.2017

PHP код:
public OnDialogResponse (0x000000000x000000610x000000010x000000040x0045f0f8from IS.amx 
Post your whole OnDialogResponse or.. try to remove the recent changes from this callback.