• 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!

Tfs 0.2.7 server crash sometimes when people order donates from the homepage

Dalale

GX
Joined
Jun 13, 2008
Messages
718
Reaction score
2
Location
Sweden
Tfs 0.2.7 server crash sometimes when people order donates from the homepage

can anyone help me? Whats the problem? I use xampp vers 1.6.6a;)


edit: It happends random -.- ! sometimes the server is online for aroud 100h and people can donate fine, then suddenly it crash <.<
 
Use GDB to get a backtrace.
  1. In Dev-Cpp, instead of Compile press Debug.
  2. Take the new .exe from sources_folder/dev-cpp/ and move it to your server's folder
  3. Download GDB from here: Debugger, gdb, for Windows
  4. Put gdb.exe in the same folder as the server, and type this in console:
    Code:
    file TheForgottenServer.exe
    run
  5. When it crashes, type bt or where
 
Back
Top