restart server

Results 1 to 2 of 2
  1. #1
    Elite Member maik is offline
    Member +Rank
    Feb 2006 Join Date
    hollandLocation
    143Posts

    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


  2. #2
    Member raul.roland is offline
    MemberRank
    Jan 2007 Join Date
    RomaniaLocation
    77Posts
    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



Advertisement