View Single Post
  #10  
Old 01-08-2014, 11:05 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Quote:
Originally Posted by Akkadius View Post
A solution if you're not already doing it is to loop the .exe, so if it crashes, then it will start it right back up. Just run your chatserver with the .bat script rather than the .exe alone.

Code:
:LOOP
ucs.exe
GOTO LOOP
Mine is of the Linux flavor, it never dies...but clients lose connection. Once you zone it normally reconnects.
Reply With Quote