PDA

View Full Version : Error while loading world server.


seh1635
06-10-2003, 05:40 PM
Ok,

I've gotten the files built, but when I try to run the server I get the following message. I went back and looked, and there were no errors during the build. Lots of warnings, but no errors.

Anyone have any suggestions?

Using database 'eq' at 127.0.0.1
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
Loading Variables, zone names & items...
LoadEMuShareMemDLL::Load() failed to load library error=Error: Could not load it
...done.
LoginServer.ini read.
Loading guild ranks...done.
Loading EQ time of day...done.
Deleted 0 stale player corpses from database.
Deleted -1 stale player backups from database.
Breaking linux compiles....
TCP listening on: 10.0.0.3:9000
World server listening on: 10.0.0.3:9000
Connected to LoginServer: 10.0.0.2:5999


My db.ini looks like the following
[Database]
host=127.0.0.1
user=*****
password=*****
database=eq

My LoginServer.ini looks like the following

[LoginServer]
loginserver=10.0.0.2
loginserver2=10.0.0.2
loginport=5999
loginport2=5999
worldname=THE TEST
worldaddress=10.0.0.3
locked=false
account=
password=


[WorldServer]
Defaultstatus=
Unavailzone=

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

Acolyte
06-11-2003, 01:51 AM
Copy EMuMemShare.so to /usr/lib and try again.

The Acolyte

gej302
06-11-2003, 04:52 AM
or, if you want a less invasive solution do:

export LD_LIBRARY_PATH=.

in the directory of the EQEmuMemShare.so file, or replace that . with the directory location of the file. Note that this must be done once per login or put into your profile, if you use the explicit directory and not the . option

Acolyte
06-11-2003, 08:02 AM
But I like my libs where I can keep track of them... personal preference really.