Log in

View Full Version : Error 10060, running Boot5zones.exe


Newmer60
06-25-2003, 04:46 AM
When i run Boot5zones.exe, I get this:

Using database 'eq' at localhost
[Status] CURRENT_ZONE_VERSION: EQEMu 0.4.4
[Error] CURRENT_ZONE_VERSION: EQEMu 0.4.4
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
EMuShareMem.dll loaded.
[Status] Loading npcs
Loading NPCTypes from database...
[Status] Loading npc faction lists
Loading NPC Faction Lists from database...
[Status] Loading loot tables
Loading Loot tables from database...
[Status] Loading doors
[Status] FileLoadSPDat() Loading spells from spells_en.txt
[Status] FileLoadSPDat() spells loaded: 3568
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
WorldServer connect: Connecting to the server failed: TCPConnection::Connect():
connect() failed. Error: 10060
[Error] worldserver.Connect() FAILED!
[Status] Entering sleep mode

And my World.exe looks like this:

Using database 'eq' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.4
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.4
Loading Variables, zone names & items...
EMuShareMem.dll loaded.
Loading items from database...
...done.
LoginServer.ini read.
Loading guild ranks...done.
Loading EQ time of day..."./eqtime.cfg" is NOT a vaild EQTime file. File version
is 0; EQTime version is 1000 - failed.
Deleted 0 stale player corpses from database.
Deleted -1 stale player backups from database.
You may already be a winner... of the darwin award.
TCP listening on: "REAL IP":9000
World server listening on: "REAL IP":9000
Connected to LoginServer: eqlogin1.eqemu.net:5999


So there's no problems with World.exe. And no problems with Boot5zones.exe until it tries to connect. Now this is using my real IP Address. I have all the ports open and everything. Now, for some odd reason when i use 192.168.0.2 as my IP address, it connects. But only I can log onto my server. Does anyone knows what's wrong?

------EDIT--------
Changed my real ip addresses to "REAL IP" ;)

Merth
06-25-2003, 04:49 AM
A quick google search yielded the following for TCP error 10060:

10060 Unable to connect to host

Check that the server you are trying to connect to from within the batch file does indeed exist. I forget which parameter specifies the world server, but you can figure that out with a little bit of digging.

Newmer60
06-25-2003, 06:09 AM
I did a search on my computer for "Batch" and only Dell stuff came up. Did the Batch file come with the source or binaries for eqemu?

Merth
06-25-2003, 06:43 AM
Boot5zones is your batch file. It's not an executable.

Newmer60
06-25-2003, 08:31 AM
Well i definitly have my Boot5zones, I can see it :)

Shadowrun[EQ]
06-25-2003, 02:02 PM
could you maybe post your loginserver.ini and your boot5zones.bat. The info you put inside them. Might be able to help out so we can help you better.

Newmer60
06-25-2003, 05:04 PM
Sure.
Here's my Loginserver.ini:
[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=GolcesGood
worldaddress=*REAL IP*
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

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

and Boot5zones.exe:
if NOT exist spells_en.txt goto NOSPELL

start zone . *REAL IP* 7995 *REAL IP*
start zone . *REAL IP* 7996 *REAL IP*
start zone . *REAL IP* 7997 *REAL IP*
start zone . *REAL IP* 7998 *REAL IP*
start zone . *REAL IP* 7999 *REAL IP*
exit
cls

yaple17j
06-25-2003, 07:02 PM
Yours:
--------
start zone . *REAL IP* 7995 *REAL IP*
--------




unless your *REAL IP* is the same IP your world.exe is running on then you need to set it like this
---------
start zone . *INTERNET IP* 7995 *WORLD.EXE SERVER IP*
---------
so if world.exe is running on the same server your zones are then you can use 127.0.0.1 or localhost if you like.

cannonalldex
06-25-2003, 11:45 PM
try using YourRealIp 7995 InternalIP

example
210.12.15.321 7995 192.168.0.1
210.12.15.321 7996 192.168.0.1


and so on, the more ports you open the more zones you will open at one time.

Newmer60
06-26-2003, 01:49 AM
Ok i tried RealIP 7995 InternalIP and everything connected fine, just that when I tried to long on my server, it said it couldn't connect. But then I looked at World.exe and saw that someone else was logging on, and logged on succesfully. I tried again, and I still couldn't log on. Some crap about re-running the patch.

-------edit--------
ok i cant log into any server, dunno why...was working yesterday. Maybe cause I downloaded a live EQ patch, not sure.

seh1635
06-26-2003, 03:42 AM
Just a question...

Do you have the ports forwarded from your external IP address to your internal IP address? In most cases you need to forward the ports you're using from the EQEMU login server to your own.

Newmer60
06-26-2003, 04:37 AM
Yes, my server works now. It's just for some reason i cannot connect to ANY server. Guess i'll just wait for 4.5 to come out. No one can figure out what's wrong.

Newmer60
06-26-2003, 06:38 AM
Ok, now I can connect to other people's server, but I can't connect to mine. But other people can connect to mine.

Shadowrun[EQ]
06-26-2003, 07:19 AM
By any chance are you behind a router/firewall?

Newmer60
06-26-2003, 07:38 AM
Router, yes..Firewall, no. But i opened up every port from 1 to 15000. I think im good there ;)