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

Windows My Server keeps closing?

Samaster

Raptorserver.ddns.net
Joined
Jun 9, 2013
Messages
291
Reaction score
23
Location
UK
I have a problem with my server.. after 12 hours or so, my server program on my computer closes itself and i don't know why.. I have disabled sleep mode and screen savers and it still does it..

I have hosted a server before, and that one never closed.. Can someone tell me whats wrong?
 
If it's just shut down check powering options(control panel, green battery and plug icon)
If it's somehow hung it's probably processor overload.

Check config also:
Code:
serverSaveHour = 10
shutdownAtServerSave = "yes"
 
i have
Code:
serverSaveHour = 10
shutdownAtServerSave = "yes"

however, it still closes :/
It may be CPU overload but when i check its only at 30-50%??
 
What does it says when it closing? is it like an window "Console have stopped worked..."

@Samaster Rightclick at your console, choose settings -> "Compatibility" (Or something like that...) -> open this program as windows xp (service pack 3)
 
Last edited:
no error message came up it just closed while i wasnt on my pc.. but now ive changed it and its worked so far :)
Ty bro
 
Have this problem to. I compiled TFS 1.0 x64
Checked my Config.lua for
Code:
serverSaveHour = 10
shutdownAtServerSave = "yes"
but i cant find it.
I have exact the same issue.
The server compiled perfect in Visual Studio 2013. No errors at all.
Server runs fine but after ~12h it just shutdown it self.

Any tips or hints what it could be?
 
I found the shutdownAtServerSave.
I found it in globalevents script folder in a file called serversave.
There i ser shutdownAtServerSave to false.

I will check if this solves my problem! :)
 
Back
Top