View Full Version : error in World (error 11001)
Hardy
04-25-2002, 10:18 AM
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 :D
:p :p :p
Kyouchou
04-25-2002, 01:08 PM
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
Hardy
04-25-2002, 01:30 PM
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
Lurker_005
04-25-2002, 03:58 PM
remove
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
BTW where did you get the file or info that said put that in?
Hardy
04-26-2002, 06:13 AM
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
Shawn319
04-26-2002, 06:31 AM
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?
Hardy
04-26-2002, 09:22 AM
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
Trumpcard
04-26-2002, 09:33 AM
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...
Hardy
04-26-2002, 09:37 AM
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
Lurker_005
04-26-2002, 10:05 AM
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)
Shawn319
04-26-2002, 10:10 AM
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
Lurker_005
04-26-2002, 10:16 AM
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?
Hardy
04-26-2002, 03:24 PM
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.
Hardy
04-26-2002, 03:32 PM
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
Hardy
04-26-2002, 03:57 PM
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
Hardy
04-26-2002, 06:32 PM
It is fixed, I am on my server, yay! Here was the problem: remember up on my last couple posts it couldn't read the loginserver.ini, well that was because of the space after it. This time the account= had a space in it, deleted that and it now works ;)
Kranuk_69
06-26-2002, 03:28 AM
Heya Hardy,
I was having the same error until i looked at my Boot5zones.win9x.bat they changed it so you have to put your IP address on both sides of the 7995 7996 7997 7998 and 7999. I was having the same error until i changed that. hope that helps you... (note: im using boot5zones.win9x.bat)
Good Luck!!:)
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.