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

Crash and rollback.

tatiana

Sexy Girl
Joined
Mar 30, 2009
Messages
201
Reaction score
5
Location
Brazil
I use otx 3, and someone found a bug that crash and rollback when he want to. Someone knows any bug that do this crash like script or npc? If yes, please help me.
 
Solution
Compile your server with -g option.

Then you can start it with command gdb theforgottenserver (where theforgottenserver is executable name).

Then type run

Then when crash comes, type backtrace and you will see what caused the crash.
Compile your server with -g option.

Then you can start it with command gdb theforgottenserver (where theforgottenserver is executable name).

Then type run

Then when crash comes, type backtrace and you will see what caused the crash.
 
Solution
Compile your server with -g option.

Then you can start it with command gdb theforgottenserver (where theforgottenserver is executable name).

Then type run

Then when crash comes, type backtrace and you will see what caused the crash.


how compile with -g ?

like: make -g ?
 
Back
Top