PDA

View Full Version : TCPConnection::RecvData()


thekeepers
11-14-2004, 03:41 PM
Ok my server loads fine....and people can login and everything works however when people login this error appears in the world.exe

207.36.180.194:5994 TCPConnection::RecvData(): Error: 10053

and the server dissapears from the login server....

Any idea on a fix?

EDIT: It also happens when anyone trys to zone...they get disconnected

Sarepean
11-14-2004, 03:56 PM
Sounds like a database error or an incorrect boot5zones.bat problem.

Watch the zone.exe file when someone tries to zone and the world.exe file--- you're looking for error messages of any sort.

-Sarepean

thekeepers
11-14-2004, 04:01 PM
That is the only error i get...and its only in the world.exe all the zones load with no errors...

Echoes
11-14-2004, 04:02 PM
check your loginserver and connection files

thekeepers
11-14-2004, 04:04 PM
[LoginServer]
loginserver=newlogin1.eqemulator.net
loginport=5994
worldname=(Custom Legit)Age of Darkness--V1.2
worldaddress=**.***.***.**
locked=false
account=****
password=****
[WorldServer]
Defaultstatus=0
Unavailzone=

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

[ChatChannelServer]
server=localhost


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

They all look fine to me.

Echoes
11-14-2004, 04:05 PM
you using minilogin? maybe a space between worldserver part?

thekeepers
11-14-2004, 04:07 PM
No, im connecting to EQEMU login server...the server shows up...but after 1 person logs in it disconnects itself from the loginserver....and in about 30 seconds it will reconnect to the world server....

Echoes
11-14-2004, 04:09 PM
hmm mine says ### --- 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=newlogin1.eqemulator.net
loginport=5994
worldname=Echoes Private Server
worldaddress=**.***.**.**
locked=false
account=
password=

[WorldServer]
Defaultstatus=20
Unavailzone=

[ChatChannelServer]
server=

thekeepers
11-14-2004, 04:14 PM
Ok problem solved =) It didnt like me logging into the new server reg thing they are setting up =) works fine now.

1Boppoom1
11-15-2004, 03:15 AM
mine is exactly like him above but im using minilogin...ive sourced in the db about 5 times trying to fix but i still get the error. So im not quite sure if its a DB error.

Sarepean
11-15-2004, 09:57 AM
Your error is likely a boot5zone.bat error.

Change all IP addresses in boot5zones.bat to localhost.

-Sarepean