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 04-25-2002, 10:18 AM
Hardy's Avatar
Hardy
Dragon
 
Join Date: Feb 2002
Location: GI, NE
Posts: 924
Default error in World (error 11001...still)

Here are my files i bet you will ask for Not posting the items with the # sign in front to save space, they are there though.

Boot5zones: Unable to get host name?

LoginServer.ini read.
Using database 'eq' at localhost
Loading items...done.
Loading guild ranks...done.
World server listening on: port 9000
Unable to get the host name. Error: 11001New TCP connection: 127.0.0.1:1836

Zones:

Using database 'eq' at localhost
Loading items & NPCs...done.
Spells loaded from 'spdat.eff'.
Loading guild ranks...done.
Loading faction data...done.
Connected to worldserver: 127.0.0.1:9000
Entering sleep mode

Boot5zones notepad:

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

db.ini:

[Database]
host=localhost
user=is correct
password=is correct
database=eq

Loginserver.ini:

[LoginServer]
loginserver=eqlogin.eqemu.org
worldname=Pimpy's Server
locked=false
loginport=5999
account=
password=
worldaddress=68.113.168.176

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

eqhost is correct, but just incase, hehe:

[Registration Servers]
{
"eqlogin.eqemu.org:5999"
}
[Login Servers]
{
"eqlogin.eqemu.org:5999"
"eqlogin1.eqemu.org:5999"
"64.81.113.126:5999"
}

I am running Drawdes 0.85 world data, i think thats the version number, the newer one :p

I think thats it
:p :p :p
Reply With Quote
  #2  
Old 04-25-2002, 01:08 PM
Kyouchou
Sarnak
 
Join Date: Apr 2002
Posts: 38
Default

eqhost.txt should say the following for connecting to the public server system...


[Registration Servers]
{
"eqlogin.eqemu.org:5999"
}
[Login Servers]
{
"eqlogin.eqemu.org:5999"
}


That's it... nothing more.

Try it that way.

If you're trying to connect through minilogin, then it should say this:


[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localost:5999"
}


Hope that helps,
Kyouchou
Reply With Quote
  #3  
Old 04-25-2002, 01:30 PM
Hardy's Avatar
Hardy
Dragon
 
Join Date: Feb 2002
Location: GI, NE
Posts: 924
Default

same error :(

LoginServer.ini read.
Using database 'eq' at localhost
Loading items...done.
Loading guild ranks...done.
World server listening on: port 9000
Unable to get the host name. Error: 11001New TCP connection: 127.0.0.1:2125

This is what it says before i boot up zones:

LoginServer.ini read.
Using database 'eq' at localhost
Loading items...done.
Loading guild ranks...done.
World server listening on: port 9000
Reply With Quote
  #4  
Old 04-25-2002, 03:58 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

remove

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



BTW where did you get the file or info that said put that in?
Reply With Quote
  #5  
Old 04-26-2002, 06:13 AM
Hardy's Avatar
Hardy
Dragon
 
Join Date: Feb 2002
Location: GI, NE
Posts: 924
Default

heh, it came with either version 3.0 or 3.1, can't remember which. At school now, I will try that when I get off of work tonight, thx
Reply With Quote
  #6  
Old 04-26-2002, 06:31 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

this is your problem

[LoginServer]
loginserver=eqlogin.eqemu.net
worldname=Pimpy's Server
locked=false
loginport=5999
account=
password=
worldaddress=68.113.168.176


You have it out of order. loginport shout be at the bottom. WHY did you move it around?
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #7  
Old 04-26-2002, 09:22 AM
Hardy's Avatar
Hardy
Dragon
 
Join Date: Feb 2002
Location: GI, NE
Posts: 924
Default

I didn't move it around, thats how it was when i downloaded 3.1.1. and guess what! I still got the same error! But you know, instead of you guys helping me and trying to make me look like a fucking jackass, I will figure it out. I would think it would be you guys that are the jackasses because that loginport came with 3.1.1, i am not that fuckin stupid to switch them around. What would be the point?
Also that Loginconfig, that came with 3.1.1 also, i deleted it then re-extracted that file, and wow, there it was again
Reply With Quote
  #8  
Old 04-26-2002, 09:33 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

Not trying to be rude, but I have the original zip of 3.1.1, and this is the login.ini


### --- This file tells world.exe what loginserver to connect to.
### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
### --- adding an account and password only grants the server a green name and is not needed.

# READ README.TXT

[LoginServer]
loginserver=localhost
worldname=HereIam
locked=false
account=
password=
worldaddress=localhost
loginport=5999



This is the eqlogin one..

### --- This file tells world.exe what loginserver to connect to.
### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
### --- adding an account and password only grants the server a green name and is not needed.

# READ README.TXT

[LoginServer]
loginserver=eqlogin.eqemu.net
worldname=Type Server Name Here
locked=false
account=
password=
worldaddress=Put your IP here
loginport=5999



The orders are correct in the package...
Reply With Quote
  #9  
Old 04-26-2002, 09:37 AM
Hardy's Avatar
Hardy
Dragon
 
Join Date: Feb 2002
Location: GI, NE
Posts: 924
Default

Then be smart, I said a couple posts up I wasn't sure which one it was, it was a 3.something. Read the posts before you reply
Reply With Quote
  #10  
Old 04-26-2002, 10:05 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

I asked because:

1) I know it isn't needed for normal use
2) It is the second time I have seen it
3) I have yet to find out where that section/files are comming from

Were trying to help you, AND trying to find out why you need help (get rid of the problem for future users)
Reply With Quote
  #11  
Old 04-26-2002, 10:10 AM
Shawn319
Demi-God
 
Join Date: Jan 2002
Posts: 2,073
Default

Hardy, your problem is world.exe not connecting to the loginserver. Try this loginserver.ini

[LoginServer]
loginserver=eqlogin.eqemu.net
worldname=Type Server Name Here
locked=false
account=
password=
worldaddress=Put your IP here
loginport=5999
__________________
Shawn319
Semi-Retired EQ Addict

(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support

(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
Reply With Quote
  #12  
Old 04-26-2002, 10:16 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

OK, I just downloaded 3.0 3.1 3.1.1 and 3.1.1 update, NONE of them have that section. Did you get the files from somewhere else?
Reply With Quote
  #13  
Old 04-26-2002, 03:24 PM
Hardy's Avatar
Hardy
Dragon
 
Join Date: Feb 2002
Location: GI, NE
Posts: 924
Default

First off, I apologize with my responses, I am just having a very bad day today.

Thank you, that Loginserver.ini did work Shawn, I will update my windows install guide. I looked back, it was in a thread, someone told me to put that in, I was wrong on that, my mind was somewhere else. Thanks again for all your help.
Reply With Quote
  #14  
Old 04-26-2002, 03:32 PM
Hardy's Avatar
Hardy
Dragon
 
Join Date: Feb 2002
Location: GI, NE
Posts: 924
Default

oh cruddy, it don't work, here is my error and loginserver.ini:

[LoginServer] block not found in LoginServer.ini.
Using database 'eq' at localhost
Loading items...done.
Loading guild ranks...done.
World server listening on: port 9000

[LoginServer]
loginserver=eqlogin.eqemu.net
worldname=Pimpy's Server
locked=false
account=
password=
worldaddress=68.113.168.176
loginport=5999
Reply With Quote
  #15  
Old 04-26-2002, 03:57 PM
Hardy's Avatar
Hardy
Dragon
 
Join Date: Feb 2002
Location: GI, NE
Posts: 924
Default

I give up, its back to the same error again

Unable to get the host name. Error: 11001New TCP connection: 127.0.0.1:2384

I got it to find the loginserver block, it had 2 spaces after it, i deleted them, now it found it and now I get that error again.

Is there a minimum requirement or something? I am running a very slow computer but the servers of mine run fine:
333mhz
16ram video card, voodoo2 or 3
320mb ram
4gig hard drive
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 03:58 PM.


 

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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3