View Single Post
  #1  
Old 12-19-2002, 03:20 PM
WumelorWrath
Fire Beetle
 
Join Date: Nov 2002
Posts: 19
Default Random Zone Server Crash

Ok here is the problem. Just at random times, zone servers of mine will shut themselves down. I am running 10 zone servers and after like 2 hours only 2 are running. At the end of each of the server dos windows. It says this.

Automatic shutdown
Message:----SERVER SHUTDOWN----
Zone shutdown: going to sleep

I dunno what my problem could be. I am running it through my router, but i had this problem before i had it going through my router so i know its not that. Ill post my boot10zones.bat too

REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.

REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1

REM: If you still get errors try using localhost instead of 127.0.0.1

REM:--------------Start-----------------------


@echo off
start zone . divineunrighteous.no-ip.org 7995 127.0.0.1
start zone . divineunrighteous.no-ip.org 7996 127.0.0.1
start zone . divineunrighteous.no-ip.org 7997 127.0.0.1
start zone . divineunrighteous.no-ip.org 7998 127.0.0.1
start zone . divineunrighteous.no-ip.org 7999 127.0.0.1
start zone . divineunrighteous.no-ip.org 8000 127.0.0.1
start zone . divineunrighteous.no-ip.org 8001 127.0.0.1
start zone . divineunrighteous.no-ip.org 8002 127.0.0.1
start zone . divineunrighteous.no-ip.org 8003 127.0.0.1
start zone . divineunrighteous.no-ip.org 8004 127.0.0.1
exit
cls


REM:---------------END------------------------
ANY kind of help would be appreciated please.
Reply With Quote