PDA

View Full Version : Error 10061


ldrakken
09-11-2002, 05:14 AM
When I run WORLD.exe I get this:

Using database 'eq' at localhost
EQemu 0.3.6 Ladin Schraubt H"hner Worldserver
Loading zone names & items...done.
WOrld Server Listening on: port 9000
Error: LoginServer::Connect: 'TCPConnectoin::Connect<>:
connect<> failed. Error 10061


Any clues as to what causes this?

My boot5zone.bat:

start zone . localhost 7995 localhost
(and the same with other ports)

db.ini:

[Database]
host=localhost
user=*******
password=*******
database=eq

localserver.ini:

[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=jdahmer
locked=false
account=
password=
worldaddress=localhost

[WorldServer]
Defaultstatus=
Unavailzone=

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


any help would be much appreciated. Thanks

Nira
09-11-2002, 10:45 AM
Are you trying to run a minilog server?

If you are, you need to boot up the minilogin.exe before the world.exe

ldrakken
09-11-2002, 11:34 AM
Thanks Ill try that.