PDA

View Full Version : Error running Boot5zones.bat


Omniscene
03-11-2003, 03:19 PM
First when running world.exe it gives the following line when trying to load EQ time of day:
Loading EQ time of day...Reading time file failed, bytes read: 0
failed.

Then when I try and run Boot5zones.bat each of the 5 instances of Zone.exe get this error popup:
Zone has caused an error in ZONE.EXE.
Zone will now close.

If you contine to experience problems,
try restarting your computer.

Please note that restarting the computer does not solve the problem.

The following is the text form my Boot5zones.bat:
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

if NOT exist spells_en.txt goto NOSPELL

start zone . my ip address 7995 my ip address
start zone . my ip address 7996 my ip address
start zone . my ip address 7997 my ip address
start zone . my ip address 7998 my ip address
start zone . my ip address 7999 my ip address
exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------

The following is the text from my LoginServer.ini:
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=Omnipotent
worldaddress=My IP address as seen on www.whatsmyip.com
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

The following is the text in my db.ini:
# READ README.TXT!

[Database]
host=localhost
user=My username for mysql
password=My pw for mysql
database=eq
compression=off


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.

If you had this problem and figured out how to fix it or just know the answer, please let me know!!!

Ty!!!