| 
				 Server not listed on server select 
 I have everything installed, but I cannot get my server to show up on the server select screen.  I have searched and read every post about this, but the fixes listed in other posts just don't seem to work fo rme.
 I am using version 5.3, Minilogin.
 
 
 Here are the files:
 
 eqhost.txt
 
 [Registration Servers]
 {
 "localhost:5999"
 }
 [Login Servers]
 {
 "localhost:5999"
 }
 
 
 LoginServer.txt
 
 # READ README.TXT
 [LoginServer]
 loginserver=localhost
 loginport=5997
 worldname=This Old House
 worldaddress=localhost
 accout=
 password=
 locked=false
 
 [WorldServer]
 Defaultstatus=0
 Unavailzone=
 
 [LoginConfig]
 ServerMode=Standalone
 ServerPort=5999
 UplinkAddress=
 UplinkPort=
 UplinkAccount=
 UplinkPassword=
 
 
 Boot5Zones.bat
 
 REM:--------------Start-----------------------
 @echo off
 
 if NOT exist spells_us.txt goto NOSPELL
 
 start zone . 127.0.0.1 7995 127.0.0.1
 start zone . 127.0.0.1 7996 127.0.0.1
 start zone . 127.0.0.1 7997 127.0.0.1
 start zone . 127.0.0.1 7998 127.0.0.1
 start zone . 127.0.0.1 7999 127.0.0.1
 exit
 cls
 
 
 
 If I use the localhost setting for loginserver=localhost in the LoginServer.txt, I get the following error:
 
 [Status] CURRENT_WORLD_VERSION:EQEMu 0.5.3-DR2
 [Status] Loading variables..
 [Status] Loading zones..
 [Status] Loading items..
 [Status] EMuShareMem loaded
 [Status] Loading items from database: count=0, max id=0
 [Error] DBLoadItems query 'SELECT gmflag,minstatus,unknown002,unknown005,unknown
 107,unknown108,id,weight,norent,nodrop,size,itemcl  ass,idfile,lore,slots,cost,nam
 e,icon,unknown105,booktype,filename,bagtype,bagslo  ts,bagsize,bagwr,augslot1type,
 augslot2type,augslot3type,augslot4type,augslot5typ  e,unknown018,unknown019,unknow
 n020,casttime2,unknown061,unknown067,unknown069,un  known070,unknown076,unknown077
 ,augtype,ldonpointtheme,ldonpointcost,unknown099,a  str,asta,aagi,adex,awis,aint,a
 cha,pr,mr,dr,fr,cr,skillmodvalue,skillmodtype,bane  dmgamt,banedmgbody,banedmgrace
 ,magic,hasteproclvl,light,delay,effecttype,range,d  amage,material,maxcharges,recl
 evel,recskill,charmfile,factionmod1,factionmod2,fa  ctionmod3,factionmod4,factiona
 mt1,factionamt2,factionamt3,factionamt4,reqlevel,h  p,mana,ac,color,classes,races,
 spellid,casttime,focusid,itemtype,accuracy,avoidan  ce,bardtype,bardvalue,combatef
 fects,deity,elemdmgamt,elemdmgtype,sellrate,shield  ing,spellshield,strikethrough,
 stunresist,tradeskills FROM items ORDER BY id', #1054: Unknown column 'casttime2
 ' in 'field list'
 Error: EMuShareMem: DLLLoadItems: !cbDBLoadItems
 [Error] Error: Could not load item data.  But ignoring
 [Status] LoginServer.ini read.
 [Status] Loading guild ranks..
 [Status] Loading addon.ini..
 [Status] Loading EQ time of day..
 [Error] Could not load EQTime file ./eqtime.cfg
 [Error] Unable to load ./eqtime.cfg
 [Status] Deleted 0 stale player corpses from database
 [Status] Deleted 0 stale player backups from database
 Breaking linux compiles....
 TCP listening on: 127.0.0.1:9000
 World server listening on: 127.0.0.1:9000
 Error: LoginServer::Connect: 'TCPConnection::Connect(): connect() failed. Error:
 10061'
 
 
 
 
 
 Any help would be appreciated.
 
 Thank you.
 
			
			
			
			
				  |