• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux When logging into the game server crashes

Partyzanty

The God
Joined
Dec 26, 2015
Messages
35
Reaction score
12
Hello i have a problem i have a server on linux debian and when i try to log into the game the server crashes it all happened when i compiled something because i added some things to my source reuploading my data and source didnt help either can anyone help me or explain how to make maybe some kind of "logs" about crashes so i can fix it?
 
Hello i have a problem i have a server on linux debian and when i try to log into the game the server crashes it all happened when i compiled something because i added some things to my source reuploading my data and source didnt help either can anyone help me or explain how to make maybe some kind of "logs" about crashes so i can fix it?
run the server with
Code:
gdb ./tfs
run
Then when it crashes enter
Code:
bactrace full
 

Similar threads

Back
Top