Log in

View Full Version : Server Errors


IAmally
06-18-2003, 05:38 AM
1st I follow the following instructions to the T http://forums.eqemu.net/viewtopic.php?t=8493

and here's what I'm getting...

Loading world.exe....

Using database 'eq' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
Loading Variables, zone names & items...
EMuShareMem.dll loaded.
Loading items from database...
...done.
[LoginServer] block not found in 'LoginServer.ini'.
Loading guild ranks...done.
Loading EQ time of day..."./eqtime.cfg" is NOT a vaild EQTime file. File version
is 0; EQTime version is 1000 - failed.
Deleted 0 stale player corpses from database.
Deleted -1 stale player backups from database.
Liberating a country that despises us...
TCP listening on: port 9000
World server listening on: port 9000

Loading boot5zones.bat everythign seems to go fine until the end I get this...

WorldServer connect: Connecting to the server failed: TCPConnection::Connect():
Couldnt resolve hostname. Error: 11001
[Error] worldserver.Connect() FAILED!
[Status] Entering sleep mode

Now I read alot about this error here...

this is what I tried...


1st changeing all the ip's to both localhost and 127.0.0.1

currently I have my loginserver configured as such....

### --- 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.netloginserver2=eqlogin 2.eqemu.netloginport=5999loginport2=5999worldname= Malikkia's Palaceworldaddress=24.50.86.61locked=falseaccount= password=[WorldServer]Defaultstatus=Unavailzone=[LoginConfig]ServerMode=StandaloneServerPort=5999UplinkAddress= UplinkPort=UplinkAccount=UplinkPassword=

boot5zones looks as follows...

REM:--------------Start-----------------------
@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . 24.50.86.61 7995 localhost
start zone . 24.50.86.61 7996 localhost
start zone . 24.50.86.61 7997 localhost
start zone . 24.50.86.61 7998 localhost
start zone . 24.50.86.61 7999 localhost
start zone . 24.50.86.61 8000 localhost

no matter what I changed my ip to I'd get the same errors loading the boot5zones...

now world.exe seems to log the boot5zones.bat

9812 New TCP connection: 127.0.0.1:1955
New zoneserver: #1 127.0.0.1:1955
Zoneserver SetConnectInfo: 127.0.0.1:1955: localhost:7997
10047 New TCP connection: 127.0.0.1:1956
10047 New TCP connection: 127.0.0.1:1957
New zoneserver: #2 127.0.0.1:1957
New zoneserver: #3 127.0.0.1:1956
10062 New TCP connection: 127.0.0.1:1958
10062 New TCP connection: 127.0.0.1:1959
10062 New TCP connection: 127.0.0.1:1960
New zoneserver: #4 127.0.0.1:1960
New zoneserver: #5 127.0.0.1:1959
New zoneserver: #6 127.0.0.1:1958
Zoneserver SetConnectInfo: 127.0.0.1:1956: localhost:7996
Zoneserver SetConnectInfo: 127.0.0.1:1957: localhost:7995
Zoneserver SetConnectInfo: 127.0.0.1:1958: localhost:8000
Zoneserver SetConnectInfo: 127.0.0.1:1959: localhost:7999
Zoneserver SetConnectInfo: 127.0.0.1:1960: localhost:7998
127.0.0.1:1955: TCPConnection::RecvData(): Error: 10054
127.0.0.1:1956: TCPConnection::RecvData(): Error: 10054
127.0.0.1:1957: TCPConnection::RecvData(): Error: 10054
127.0.0.1:1958: TCPConnection::RecvData(): Error: 10054
127.0.0.1:1959: TCPConnection::RecvData(): Error: 10054
127.0.0.1:1960: TCPConnection::RecvData(): Error: 10054
Removing zoneserver from ip:0.0.0.0 port:0 (localhost:8000)
Removing zoneserver from ip:0.0.0.0 port:0 (localhost:7999)
Removing zoneserver from ip:0.0.0.0 port:0 (localhost:7998)
Removing zoneserver from ip:0.0.0.0 port:0 (localhost:7996)
Removing zoneserver from ip:0.0.0.0 port:0 (localhost:7995)
Removing zoneserver from ip:0.0.0.0 port:0 (localhost:7997)

this would leave me to believe that these 2 lines are probably the problem....

[LoginServer] block not found in 'LoginServer.ini'.

and

Loading EQ time of day..."./eqtime.cfg" is NOT a vaild EQTime file. File version
is 0; EQTime version is 1000 - failed.
Deleted 0 stale player corpses from database.
Deleted -1 stale player backups from database.
Abort/retry/cancel?
TCP listening on: port 9000

not really sure what I'm missing....

oh just a thought as far as my router I just enabled DMZ hosting just to get around putting in all the ports... figured might as well bypass nat all together....

any help would rule...

Mauritius
06-18-2003, 07:40 PM
POSSIBLE CAUSE: [LoginServer] block not found in 'LoginServer.ini'.
loginserver.ini is a bit messed up
POSSIBLE SOLUTION:
### --- 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=Malikkia's Palace
worldaddress=24.50.86.61
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

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

IAmally
06-19-2003, 04:03 AM
tried pasting the text you had wrote into the ini file.... sadly it's still the same

I start world.exe and....

Using database 'eq' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
Loading Variables, zone names & items...
EMuShareMem.dll loaded.
Loading items from database...
...done.
[LoginServer] block not found in 'LoginServer.ini'.
Loading guild ranks...done.
Loading EQ time of day..."./eqtime.cfg" is NOT a vaild EQTime file. File version
is 0; EQTime version is 1000 - failed.
Deleted 0 stale player corpses from database.
Deleted -1 stale player backups from database.
Breaking bards...done
TCP listening on: port 9000
World server listening on: port 9000

LoginServer.ini looks like this

### --- 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=Malikkia's Palace
worldaddress=24.50.86.61
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

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

now when I run Boot5Zones.bat everything works fine until the end when something happens with resolving the host....

WorldServer connect: Connecting to the server failed: TCPConnection::Connect():
Couldnt resolve hostname. Error: 11001
[Error] worldserver.Connect() FAILED!


I don't get it gggrr

IAmally
06-19-2003, 06:25 AM
well making some progress....
removed my router (I'll deal with that later) since dmz hosting didn't appear to be doing the job and I got the server to connect I think but it's not showing up when I got to log in....

I'm still getting this when i run world.exe

Using database 'eq' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4-DR1
Loading Variables, zone names & items...
EMuShareMem.dll loaded.
Loading items from database...
...done.
[LoginServer] block not found in 'LoginServer.ini'.
Loading guild ranks...done.
Loading EQ time of day..."./eqtime.cfg" is NOT a vaild EQTime file. File version
is 0; EQTime version is 1000 - failed.
Deleted 0 stale player corpses from database.
Deleted -1 stale player backups from database.
You may already be a winner... of the darwin award.
TCP listening on: port 9000
World server listening on: port 9000


BUT... without the router Boot5Zones.bat connects! but I'm not sure if entering sleep mode is what I want

here is the last few lines I see...

[Status] Loading what ever is left
[Status] Entering sleep mode
Connected to worldserver: 24.50.86.41:9000


so yay looks like it connected

but I don't see the server when I log in.... humm

Ademonde
06-19-2003, 03:05 PM
Ok, here is what you want to do. Plug your router back in, and boot up the DOS prompt. Type ipconfig to figure out your internal IP, and then put that in boot5zones.bat. If you're on win xp (forgot if you mentioned it or not) turn off the firewall, and then find the ip of your router, go there and forward port 9000 and all the zone ports that you are running in boot5zones.bat to your INTERNAL IP. Hope this helps.