View Single Post
  #1  
Old 03-15-2003, 01:50 PM
dead_dr00d
Fire Beetle
 
Join Date: Mar 2003
Posts: 1
Default world.exe/boot5zone.bat closes...

i am using a local server setup
minilogin loads up and connects fine, but when i run world.exe it will close almost instantly, but running it in dos prompt results with:


Using database ' eq ' at localhost
[STATUS] CURRENT_WORLD_VERSION:EQEMu 0.4.3
[ERROR] CURRENT_WORLD_VERSION:EQEMu 0.4.3
Loading Variables, zone names & items...
LoadEMuShareMemDLL::Load<> failed error=120
Error: Could not load item data

I have sourced the addon db and i have even looked at all the items in my db through the admin tool, so i know i have items. i have the newest emusharemem.dll

db.ini:

[Database]
host=localhost
user=*****
password=*****
database=eq
compression=off

loginserver.ini:

[LoginServer]
loginserver=127.0.0.1
loginserver2=127.0.0.1
loginport=5999
loginport2=5999
worldname=This sucks
worldaddress=192.168.0.1 (my lan ip)
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

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

boot5zones.bat

@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 7999 127.0.0.1
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

i know the zones won't connect without world.exe, but when i run this the zones instantly close
if anyone knows what i am doing wrong, please let me know.. this has me boggled
Reply With Quote