-
restart server
hi i am using nncron to restart my server when crash
but doesnt work
if my server crashes it says
mangosd.exe has encountered a problem
and needs to close then i must manualy
press yes and then restarter works
but if i am at work i cant press yes so server wont restart
how do u guys do this ??
thx
-
Guess your core is a little old so update it; what u've described happened also to me with an old version.
For restart u can use a simple *.bat file; put inside:
@ECHO OFF
CLS
ECHO MANGOS
:1
start /WAIT mangosd.exe
copy Server.log + ServerCrash.log Temp.log /y
copy Temp.log ServerCrash.log /y
goto 1