How to use crashdetect
#1

Hello guys, how to use crashdetect ?

I don't understand because my english low..

Can you tell me ?

NOT: I want learn why crash my server with this plugin.
Reply
#2

On top of your script:

PHP код:
#include <crashdetect> 
On server.cfg:

PHP код:
plugins crashdetect 
If you are using linux, it should be as follows on your server.cfg:

PHP код:
plugins crashdetect.so 
You'll see the reason of the crashes in your server Log!
Reply
#3

Also create file in your pawno directory named:
Quote:

pawn.cfg

with content:
Quote:

-d3

After that recompile gamemode. It will show you more details about error, much easier to detect crashes
Reply
#4

I did it. But anyone write server_log.
Reply
#5

I think you need to learn to script a bit more, or at least post more information about how this started happening.

CrashDetect shouldn't be the first thing you go for, you should at least know how to debug code.
Reply
#6

I seeing " connect to server" and crash. I don't know where is the problem in script.
Reply
#7

Crashdetect is for server crashes only. It doesn't help with client crashes.
Reply
#8

But server give same crash my friend ?
Reply
#9

You should figure out what you did recently that caused the issue, then you can have some idea of what areas to comment out to get it to be stable.

If the client is crashing, then you may have added some bad objects, or too many objects/map icons, or simply done some portion of code in the wrong place.

Where's your server_log.txt from the server? (Make sure to remove IPs and user info from it before you post it, and only include the last server startup until the crash, not the entire log file)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)