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

Random crash server? :S

Liikuid

Spin Machine!
Joined
Jul 17, 2010
Messages
257
Reaction score
24
Location
Iquique, Chile
good as the title says, I have problems with my server
because it falls every now and then, but it is unknown when
sometimes spend 20 minutes or sometimes hours fall. Help
please have reviewed almost all actions, Movements,
creaturescript, etc ...

THANKS :D

PD: i use Alissow Server, version 0.4.1 (Alissow)
 
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
And then post the backtrace in this thread, and we'll try to solve it...

Here's Dev-Cpp: http://otland.net/f19/stians-dev-cpp-repack-0-2-crypto-64bit-62455/#post642226
Find the sources yourself, since you're using a custom distribution :p!
 
When your server crashes, it shows you what functions in the source code caused the crash. This can be of huge help when you have no idea what's causing the crashes.
 
Back
Top