View Single Post
  #10  
Old 05-01-2003, 04:50 PM
pyrodigm
Fire Beetle
 
Join Date: May 2003
Posts: 3
Default

I'm also getting the error =120 when I try to run the world.exe. Here's my configuration if it helps. I'm trying to run a lan server so I'm using localhost for IPs.

System is win98 se.

db.ini

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


loginserver.ini

# READ README.TXT

[LoginServer]
loginserver=localhost
loginport=5999
loginport2=5999
worldname=Pyrodigm's
worldaddress=localhost
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

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


Boot5zones

@echo off

if NOT exist spells_en.txt goto NOSPELL

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


Here is the text when I run world.exe

c:\eqemu>world
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

Any clues on the error 120 or the error with the current world version? Thanks for the help.
Reply With Quote