Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Windows Servers

Archive::Windows Servers Archive area for Windows Servers's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-25-2003, 04:46 AM
Newmer60
Sarnak
 
Join Date: May 2002
Posts: 31
Default Error 10060, running Boot5zones.exe

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"
Reply With Quote
  #2  
Old 06-25-2003, 04:49 AM
Merth
Dragon
 
Join Date: May 2003
Location: Seattle, WA
Posts: 609
Default

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.
Reply With Quote
  #3  
Old 06-25-2003, 06:09 AM
Newmer60
Sarnak
 
Join Date: May 2002
Posts: 31
Default Batch File

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?
Reply With Quote
  #4  
Old 06-25-2003, 06:43 AM
Merth
Dragon
 
Join Date: May 2003
Location: Seattle, WA
Posts: 609
Default

Boot5zones is your batch file. It's not an executable.
Reply With Quote
  #5  
Old 06-25-2003, 08:31 AM
Newmer60
Sarnak
 
Join Date: May 2002
Posts: 31
Default Batch File

Well i definitly have my Boot5zones, I can see it
Reply With Quote
  #6  
Old 06-25-2003, 02:02 PM
Shadowrun[EQ]
Sarnak
 
Join Date: Apr 2003
Posts: 36
Default

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.
__________________
Hmm DB error. . . ok fixed, hmm can't login. . .ok fixed, hmmm 1017 error. . .ok fixed, hmmmm crashed to desktop. . .ok fixed, hmmmmm UI Error. . .ok fixed, HardDrive Failure all Data is Lost. . .GAWD F$#$ DAMMIT PEACE OF S@#$ FU#@$#ING LIFE OF MINE#@$#@$!!!!
Reply With Quote
  #7  
Old 06-25-2003, 05:04 PM
Newmer60
Sarnak
 
Join Date: May 2002
Posts: 31
Default Info

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
Reply With Quote
  #8  
Old 06-25-2003, 07:02 PM
yaple17j
Fire Beetle
 
Join Date: Jan 2003
Posts: 9
Default

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.
Reply With Quote
  #9  
Old 06-25-2003, 11:45 PM
cannonalldex
Sarnak
 
Join Date: Jun 2003
Posts: 88
Default

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.
Reply With Quote
  #10  
Old 06-26-2003, 01:49 AM
Newmer60
Sarnak
 
Join Date: May 2002
Posts: 31
Default boot5zones

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.
Reply With Quote
  #11  
Old 06-26-2003, 03:42 AM
seh1635
Fire Beetle
 
Join Date: Jun 2003
Posts: 16
Default

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.
__________________
Never Meddle in the affairs of Dragons....

Cause You're crunchy and taste good with ketchup......
Reply With Quote
  #12  
Old 06-26-2003, 04:37 AM
Newmer60
Sarnak
 
Join Date: May 2002
Posts: 31
Default reply

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.
Reply With Quote
  #13  
Old 06-26-2003, 06:38 AM
Newmer60
Sarnak
 
Join Date: May 2002
Posts: 31
Default

Ok, now I can connect to other people's server, but I can't connect to mine. But other people can connect to mine.
Reply With Quote
  #14  
Old 06-26-2003, 07:19 AM
Shadowrun[EQ]
Sarnak
 
Join Date: Apr 2003
Posts: 36
Default

By any chance are you behind a router/firewall?
__________________
Hmm DB error. . . ok fixed, hmm can't login. . .ok fixed, hmmm 1017 error. . .ok fixed, hmmmm crashed to desktop. . .ok fixed, hmmmmm UI Error. . .ok fixed, HardDrive Failure all Data is Lost. . .GAWD F$#$ DAMMIT PEACE OF S@#$ FU#@$#ING LIFE OF MINE#@$#@$!!!!
Reply With Quote
  #15  
Old 06-26-2003, 07:38 AM
Newmer60
Sarnak
 
Join Date: May 2002
Posts: 31
Default

Router, yes..Firewall, no. But i opened up every port from 1 to 15000. I think im good there
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 11:45 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3