PDA

View Full Version : Help me again!


Fajoobies
12-27-2002, 07:21 AM
I get, when running the world.exe jabby thing,


loading EQ Time of day, reading time file failed, bytes read: 0 failed
Error: Logingserver::Connect: 'TCPConnection::Connect<>: Connect<> failed. Error: 10061

both of those, what should I do?

tamarae
12-27-2002, 12:59 PM
the first one about time of day - ignore it, its not causing problems.

the second one says that your worldserver isnt connecting to the loginserver for some reason or another. - for whatever reason it states to you in error 10061

Fajoobies
12-27-2002, 02:10 PM
So what should I do to fix it?

Fajoobies
12-28-2002, 05:17 AM
Anyone, please?

DeletedUser
12-28-2002, 09:08 AM
What is in your LoginServer.ini file?

Fajoobies
12-28-2002, 09:10 AM
### --- 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=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Flabby Bum Server
locked=false
account=
password=
worldaddress=64.233.201.84

[WorldServer]
Defaultstatus=
Unavailzone=

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

DeletedUser
12-28-2002, 10:17 AM
Did you run minilogin? a 10061 is connection refused, so if your login server isn't running, then it wont work.

Fajoobies
12-28-2002, 03:17 PM
idn't run a minilogin, im just going for a server.

DeletedUser
12-28-2002, 03:59 PM
Then why do you have localhost in the loginserver.ini? You should have left them as default.

Fajoobies
12-30-2002, 08:39 AM
ahhh, thanks. I tried to run a minilogin, i should have added that.