SA-MP Forums Archive
Plugin crashdetect error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Plugin crashdetect error (/showthread.php?tid=504651)



Plugin crashdetect error - VIP475 - 05.04.2014

[13:58:37] Loading plugin: crashdetect
[13:58:37] CrashDetect v4.13.1 is OK.
[13:58:37] Loaded.
[13:58:37] Loaded 4 plugins.

[13:58:37]
[13:58:37] Ban list
[13:58:37] --------
[13:58:37] Loaded: samp.ban
[13:58:37]
[13:58:37]
[13:58:37] Filterscripts
[13:58:37] ---------------
[13:58:37] Loaded 0 filterscripts.

[13:58:38] [debug] Server crashed due to an unknown error
[13:58:38] [debug] Native backtrace:
[13:58:38] [debug] #0 5b596850 in ?? () from plugins\crashdetect.DLL
[13:58:38] [debug] #1 5b578694 in ?? () from plugins\crashdetect.DLL
[13:58:38] [debug] #2 5b58ce2d in ?? () from plugins\crashdetect.DLL
[13:58:38] [debug] #3 5b593c8f in ?? () from plugins\crashdetect.DLL
[13:58:38] [debug] #4 00469205 in ?? () from samp-server.exe
[13:58:38] [debug] #5 65646f6d in ?? () from samp-server.exe
[13:58:38] [debug] #6 54472f73 in ?? () from samp-server.exe
[13:58:38] [debug] #7 2e4d4441 in ?? () from samp-server.exe
[13:58:38] [debug] #8 00786d61 in ?? ()

when i start crashdetect.dll plugin on my homehost this happens......

there is in pawn folder pawn.cfg and in it is -d3

if i remove that -d3 thing from pawn.cfg... then it doesnt give this errors.... i dont know, help me

AND it closes my samp-server.exe server and turns it off because of this

anyone had this problem ?


Re: Plugin crashdetect error - VIP475 - 05.04.2014

anyone please...


Re: Plugin crashdetect error - Konstantinos - 05.04.2014

So without debug info (-d3), it doesn't crash at the startup? Atleast use the plugin without debug info and when it's time to find the problem, you can debug it manually.
Quote:

[debug] Server crashed due to an unknown error

Nothing you can with the above.


Re: Plugin crashdetect error - VIP475 - 05.04.2014

Quote:
Originally Posted by Konstantinos
View Post
So without debug info (-d3), it doesn't crash at the startup? Atleast use the plugin without debug info and when it's time to find the problem, you can debug it manually.

Nothing you can with the above.
if i remove the pawn.cfg .. from pawno folder, then compile and start.. it loads plugin,, but problem is when it will crash it will not show any warnings why it crashed...

how would i find problem manually without -d3 ?


Re: Plugin crashdetect error - Konstantinos - 05.04.2014

Crashdetect plugin should print about the crashes/run time errors even without -d3. The difference is just that it doesn't contain so many information such as lines or more backtrace and that's what the debug info does.

I haven't seen anyone facing the problem of yours so I'm not aware of it, sorry.


Re: Plugin crashdetect error - VIP475 - 05.04.2014

could u tell me steps again how to correctly run crashdetect to show errors ..?

like plugin, then pawn.cfg.. inside it -d3 etc..

maybe some permissions wrong?


Re: Plugin crashdetect error - Konstantinos - 05.04.2014

Loading the plugin, creating a file called pawn.cfg in pawno folder and write inside that file "-d3" (without quotes "") for the debug info. After that, you should re-compile your scripts and that's it.

I don't think has nothing to do with permissions, since the only permission you need is to execute plugins which is set since it loads the plugins.

I'd also recommend you if you cannot find any solution to post in Crashdetect plugin's thread and Zeex (the creator of the plugin) may be able to help you.


Re: Plugin crashdetect error - VIP475 - 05.04.2014

could u tell what means -d2 , -d1

and other ways to show full warnings other than -d3 ? i will try it then


Re: Plugin crashdetect error - Konstantinos - 05.04.2014

https://sampforum.blast.hk/showthread.php?tid=249897