-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Server crashes when you kick a NPC on OnPlayerEnterDynamicArea #66
Comments
Run the server with the CrashDetect plugin. |
[21:49:14] [debug] Server crashed due to an unknown error I tried many times, I got something different on the first line only: I tried in a different gamemode (grandlarc) too, this time I kicked the player when he entered the area: [22:22:45] [debug] Server crashed due to an unknown error |
Dude. Compile with -d3 (debug mode) then run crashdetect, that makes the output a lot easier to read. If you're running pawncc directly just append -d3 to the run line (for example, custom IDE's and etc). If you're using pawno use the pawno config file, just put -d3 in it. EDIT: Well actually it's only a native backtrace so that may not help... Unless you're only showing us part of the output... :3 |
I used -d3 there, I showed you everything. |
That won't help anything beacuse crash is in streamer, not in mode. You need to recompile streamer with debug info, that will help a lot. |
Crash info and the code I used here: http://forum.sa-mp.com/showpost.php?p=3540551&postcount=5204
The text was updated successfully, but these errors were encountered: