View Single Post
  #1  
Old 10-07-2003, 03:14 PM
IAMrCleric
Fire Beetle
 
Join Date: Jun 2003
Posts: 5
Default Error 10061 from LoginServer

I am getting the following:

Error: LoginServer::Connect: 'TCPConnection::Connect(): connect() failed. Error: 10061'

When I try to run worlddebug.exe

db.ini
[Database]
host=localhost
user=ccline
password=ccline
database=eq
compression=off

LoginServer.ini
[LoginServer]
loginserver=eqlogin1.eqemu.net
loginport=5997
worldname=Nabums
worldaddress=65.26.181.166
locked=false
account=
password=

[WorldServer]
Defaultstatus=0
Unavailzone=

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

Boot5zones.bat
start zonedebug . 127.0.0.1 7995 127.0.0.1
start zonedebug . 127.0.0.1 7996 127.0.0.1
start zonedebug . 127.0.0.1 7997 127.0.0.1
start zonedebug . 127.0.0.1 7998 127.0.0.1
start zonedebug . 127.0.0.1 7999 127.0.0.1

Windows Xp Pro with all the latest updates, etc.

I have tried to replace 127.0.0.1 in the boot5zones to my ipaddress and that didn't help any.

I do not have a firewall nor do I have the one that comes with Xp turned on. I checked it.

I receive no errors until after the World Server listening on: 65.26.181.166:9000 message.

Any help would be appreciated.

Thanks.
Reply With Quote