PDA

View Full Version : world.exe/boot5zone.bat closes...


dead_dr00d
03-15-2003, 01:50 PM
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

moshe69
03-16-2003, 12:46 PM
I have the same problem. Instead of using the 127.0.0.1 im using localhost, but boot5 and world.exe still close instantly. I looked around and found drawde had the same problem and said it was related to the Emesharemem.dll; can someone post a working version of it or something?

If i loginto EQwindows, all you get is a blank sever screen. I havent tried any newer DB's or addon's yet, mayeb they can solve the problem when sourced in.

Chicobomastr
03-20-2003, 01:51 PM
I have same problem too. :cry: