Posts: 66
Threads: 20
Joined: Jan 2014
Reputation:
0
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.
Posts: 170
Threads: 10
Joined: Sep 2011
Also create file in your pawno directory named:
with content:
After that recompile gamemode. It will show you more details about error, much easier to detect crashes
Posts: 66
Threads: 20
Joined: Jan 2014
Reputation:
0
I did it. But anyone write server_log.
Posts: 6,242
Threads: 8
Joined: Jun 2008
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.
Posts: 66
Threads: 20
Joined: Jan 2014
Reputation:
0
I seeing " connect to server" and crash. I don't know where is the problem in script.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Crashdetect is for server crashes only. It doesn't help with client crashes.
Posts: 66
Threads: 20
Joined: Jan 2014
Reputation:
0
But server give same crash my friend ?
Posts: 6,242
Threads: 8
Joined: Jun 2008
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)