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

Server crashing at serversave

mikeware

New Member
Joined
Jul 17, 2007
Messages
338
Reaction score
0
Location
Brazil
Hey, My server crashed when it saved, this problem is happening with somebody else too?
here's the config.lua:
serverSaveHour = 3
shutdownAtServerSave = "no"
cleanMapAtServerSave = "yes"


Im using forgotten 2.5
thanks
 
Try to change:
cleanMapAtServerSave = "yes"
to
cleanMapAtServerSave = "no"
 
I've this same bug. I'll try this change.
I've another question: where is world saved? I'm using Sqlite version of TFS.
 
@Libero

The world is saved in your data-directory. "/data/world/<mapname>-worldsave.xml".

@ontopic

I've got the same problem, :/ but yeah, I'll try to change, tried to submit this on your sourceforge-site, but when I try to submit it, it just tells me "webpage could not be found" :(

Yours, Empty.
 
In /data/world/ I have only:
forgotten-house.xml
forgotten-spawn.xml
forgotten.otbm

How to make manual save? Sorry for newbie question - I just yesterday compiled my first ots.

Edit:
I just had another Seg Fault (.
I've core dump if it can help (12 KB)
 
Type:
gdb TheForgottenServer core
then type:
bt

Paste the output here.
 
warning: core file may not match specified executable file.
Core was generated by `./TheForgottenServer'.
Program terminated with signal 11, Segmentation fault.
Cannot access memory at address 0x400164e8
#0 0x08114afe in Player::manageAccount ()
(gdb) bt
#0 0x08114afe in Player::manageAccount ()
Cannot access memory at address 0x419e9138
(gdb)
 
"warning: core file may not match specified executable file."

It means you have updated the file 'TheForgottenServer' after the crash, it has to be the same.
 
Which SVN revision is it then?
 
Anything special you did on the account manager?
 
Not I. I think it was my friend. I don't know what he did. :-/
 
Back
Top