Zeex
Zeex
Does your server crash with a different version of crashdetect?
That seems like a useful feature indeed, perhaps I'll add it the next version. I thought about adding something like this but wasn't quite sure it would be worth the...
So what's the bug? or you're looking for help with your crash?
It does display a call stack when possible, but when it says "due to an unknown error" it usually means that the AMX call stack was empty at that time....
I would not recommend using crashdetect on a live server, there is a certain overhead associated with tracking errors, therefore your code will run slower. The plugin uses a modified...
Could you write a few lines to explain what this patch does? And where the values `33` and `0x10000` come from?
OK, that's great, thanks
I don't mind if somebody doesn't include that notice
Please follow this guide and re-compile your script with debug info enabled: https://github.com/Zeex/samp-plugin-crashdetect/wiki/Compiling-scripts-with-debug-info After that when this issue happens again you will see more details in the crash report (function...
Oh right, sorry, I missed that part. Please provide the following info: 1. What version of crashdetect are you using? You can find this in the server log 2. What...