PDA

View Full Version : worldserver.connect() error


Daemonking2000
10-10-2005, 02:46 AM
It seems that for some reason my I cannot connect to the mysql server. Here is what my boot5zones look like.

[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.2-DR1
[Status] Loading opcodes..
[Status] Mapping Opcodes
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] EMuShareMem loaded
[Status] Loading loot tables
[Status] Loading doors
[Status] EMuShareMem loaded
[Status] EMuShareMem loaded
[Status] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 5443
[Status] Loading guilds
[Status] Loading guild list
[Status] EMuShareMem loaded
[Status] Loading GuildList from database...
[Status] Loading factions
[Status] Loading titles
[Status] Loading AA effects
[Status] Loading swarm spells
[Status] Loading tributes
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 183 commands loaded
[Status] Loading embedded perl XS
[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
WorldServer connect: Connecting to the server failed: TCPConnection::Connect():
connect() failed. Error: 10061
[Error] worldserver.Connect() FAILED!
[Status] Starting EQ Network server.
[Status] Entering sleep mode

Belfedia
10-10-2005, 02:46 AM
Your db.ini files is correct ?
Are you sure winmysqlAdmin is start ?

Damilis
10-10-2005, 02:46 AM
It seems that for some reason my I cannot connect to the mysql server. Here is what my boot5zones look like.

.....
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading doors
[Status] Loading guilds
[Status] Loading guild list
[Status] Loading GuildList from database...
[Status] Loading factions
[Status] Loading titles
[Status] Loading AA effects
[Status] Loading swarm spells
[Status] Loading tributes
[Status] Loading corpse timers
.....
WorldServer connect: Connecting to the server failed: TCPConnection::Connect():
connect() failed. Error: 10061
[Error] worldserver.Connect() FAILED!
.....


Looks like to me that you are getting lots of data out of the database so your MySQL connection is just fine. Its the zone.exe that is not connecting to world.exe. Double and triple check your loginserver.ini and the Internal and External IPs you entered in Boot5Zones.bat.

Daemonking2000
10-10-2005, 02:46 AM
I found out that I was just too stupid, I forgot to open world.exe so it couldn't connect. But thanks guys.