• 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 1.3 EXECUTABLE AUTOMATICALLY CLOSE AFTER HOURS

duuh30

New Member
Joined
May 14, 2019
Messages
18
Reaction score
0
I have a problem with the tfs 1.3 executable. I'm using Windows, this usually happens at dawn, I open the server and I go to sleep I do this to check for errors in any script, whenever I wake up and I see the executable has closed :(

Is there a log file where I can see these errors? What could be causing this?
 
config.lua

serverSaveNotifyMessage = true
serverSaveNotifyDuration = 5
serverSaveCleanMap = true
servidorSaveClose = true
servidorSaveShutdown = true

edit
servidorSaveClose = false
servidorSaveShutdown = false
 
I have a problem with the tfs 1.3 executable. I'm using Windows, this usually happens at dawn, I open the server and I go to sleep I do this to check for errors in any script, whenever I wake up and I see the executable has closed :(

Is there a log file where I can see these errors? What could be causing this?

Open it via .cmd to see the crash log. It will not get closed and will be printed directly on cmd.
Use:
Code:
cd "your_tfs_directory"
theforgottenserver.exe
 
Back
Top