| 
				 TCPConnection::Connect():connect() failed. Error: 10061 
 I am having a little problem see below.
 First I thought it may be a firewall issue, but I have removed all firewalls.
 
 Then I thought it may be a router issue, so i rebuild my network with out a router i.e One Computer
 
 and still get this issue. I recomplied from a fresh CVS just in case and no luck
 
 any ideas.
 
 
 [Status] CURRENT_ZONE_VERSION: EQEMu 0.5.5-DR1
 [Status] Loading Variables
 [Status] Loading zone names
 [Status] Loading items
 [Status] EMuShareMem loaded
 [Status] Loading npcs
 [Status] Loading npc faction lists
 [Status] Loading loot tables
 [Status] Loading doors
 [Status] FileLoadSPDat() Loading spells from ./spells_us.txt
 [Status] FileLoadSPDat() spells loaded: 4340
 [Status] Loading guilds
 [Status] Loading factions
 [Status] Loading corpse timers
 [Status] Loading what ever is left
 [Status] Loading commands
 [Status] command_init(): Warning: Command 'help' defaulting to access level 0!
 [Status] command_init(): Warning: Command 'version' defaulting to access level 0
 !
 [Status] command_init(): Warning: Command 'serversidename' defaulting to access
 level 0!
 [Status] command_init(): Warning: Command 'loc' defaulting to access level 0!
 [Status] command_init(): Warning: Command 'flag' defaulting to access level 0!
 [Status] command_init(): Warning: Command 'si' defaulting to access level 0!
 [Status] 157 commands loaded
 WorldServer connect: Connecting to the server failed: TCPConnection::Connect():
 connect() failed. Error: 10061
 [Error] worldserver.Connect() FAILED!
 [Status] Entering sleep mode
 
 
 db.ini
 I have tried localhost and machine name for host as well (even tied DB on a second PC!)
 
 [Database]
 host=192.168.1.20
 user=eq
 password=eq
 database=eq
 compression=off
 
 
 loginserver.ini
 
 ive removed my exterial fixed IP for security reasons, ie I have no firewall atm.
 
 [LoginServer]
 loginserver=eqlogin1.eqemulator.net
 loginport=5997
 worldname=Sparhawks Everquest
 worldaddress=###.###.###.183
 locked=false
 
 [WorldServer]
 Defaultstatus=0
 Unavailzone=
 
 [LoginConfig]
 ServerMode=Standalone
 ServerPort=5999
 UplinkAddress=
 UplinkPort=
 UplinkAccount=
 UplinkPassword=
 
 
 boot5zones.bat
 
 REM: ****Read this first!!!****
 
 REM: This file requires your real IP in the place of "YourIP" when you are connecting
 REM: To the EQEmu Loginserver.
 
 REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1
 
 REM: If you still get errors try using localhost instead of 127.0.0.1
 
 REM:--------------Start-----------------------
 @echo off
 
 if NOT exist spells_en.txt goto NOSPELL
 
 start zone . ###.###.###.183 7995 192.168.1.20
 start zone . ###.###.###.183 7996 192.168.1.20
 start zone . ###.###.###.183 7997 192.168.1.20
 start zone . ###.###.###.183 7998 192.168.1.20
 start zone . ###.###.###.183 7999 192.168.1.20
 exit
 cls
 
 :NOSPELL
 echo You did not copy the spells_en.txt from your everquest directory to this one.  Please do so or zones will crash on startup.
 PAUSE
 
 REM:---------------END------------------------
 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |