View Single Post
  #1  
Old 06-12-2002, 02:46 AM
LordManiac
Fire Beetle
 
Join Date: Jun 2002
Posts: 7
Default Zone problem, can't create more then 2 zones

I can't create more then 2 zones, the first to windows are error free but after it i get this:

Failed to connect to database: Error: Can't connect to MySQL server on 'localhost' <10055>
Loading zone names, items & NPCs...Error in LoadZoneNames query 'SELECT MAX(zoneidnumber) FROM zone' #2006 MySQL server has gone away
blablala, just a couple of more errors like above and then:
done.
WorldServer connect: Connecting to the server failed. Error: 10055
InitWorldServer failed
Entering sleep mode

it doesn't mather which ip adress it uses, just the first two connecctions work. I have the problem with the EQEmu Public Login server and with the MiniLogin server.

My Loginserver.ini:

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

[LoginConfig]
ServerMode=Standalone
ServerPort=5999

my db.ini

# READ LOGINREADME.TXT!

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

my boot5zones.win9x.bat:

@echo off
start zone9x . 127.0.0.1 7995 127.0.0.1
start zone9x . 127.0.0.1 7996 127.0.0.1
start zone9x . 127.0.0.1 7997 127.0.0.1
start zone9x . 127.0.0.1 7998 127.0.0.1
start zone9x . 127.0.0.1 7999 127.0.0.1
exit
cls

Does anyone knows a solution?

my OS: Windows 98 Second Edition
EMU version: 0.3.3.1
Reply With Quote