PDA

View Full Version : Error:11001- help needed please


Nafen
04-15-2002, 11:51 AM
First things first.. I have read through the various posts and tried all the suggestions and it still happens.. ill list my ini's etc and hopefully someone can help me out

When i start it all up the Zone 9X says
Unable to get the host name. Error:1101InitWorldServer failed

The login server and DB read

DB
# READ README.TXT!

[Database]
host=localhost
user=*****
password=*****
database=eq

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

Everything else starts up fine.. any suggestions? i downloaded the Minilogin that was posted and it still doesnt work

Thanks in advance

Hardarac
04-15-2002, 07:53 PM
In the world address line in the loginserver.ini u need the REAL IP ADDR of the machine with world on it

Ignore anyone that says Windows will work it out .... that is bulldish. If you are on a DHCP network then find out what the iP is and put that in ... and either check every timeu start ur machine .... or get a fixed IP Address in the DHCP range


Marv

Ruzkz
04-15-2002, 08:40 PM
Try this:
1) Open Bootzones5.Win9x.bat with a text editor
2) Change these lines

start zone9x . 127.0.0.1 7995 127.0.0.1
start zone9x . 127.0.0.1 7996 127.0.0.1
start zone9x . 127.0.0.1 7997 127.0.0.1
start zone9x . 127.0.0.1 7998 127.0.0.1
start zone9x . 127.0.0.1 7999 127.0.0.1

to

start zone9x . localhost 7995 localhost
start zone9x . localhost 7996 localhost
start zone9x . localhost 7997 localhost
start zone9x . localhost 7998 localhost
start zone9x . localhost 7999 localhost

Should fix it.

Lurker_005
04-16-2002, 09:36 AM
Personally I really don't like using localhost. The OS just resolves it to 127.0.0.1 anyhow... I am not positive, but for windows if you wipe out your host (file without an extension in your windows folder) I think localhost will stop working!

Anyhow, I just prefer using the actual IP addresses, especially if there are any problems.

meliudaj
04-16-2002, 09:53 AM
agreed.
using localhost instead of 127.0.0.1 only introduces another possible point of failure.

Ruzkz
04-16-2002, 11:41 AM
REM: When you are using minilogin, leave all IP entrys as 127.0.0.1 and if you still get errors try
REM: Using localhost as the IP instead of 127.0.0.1

I'd much rather use 127.0.0.1 as well.. but it caused the same 11001 error for me.. so ended up using localhost, which is working fine.... for now.. :rolleyes:

Shortlived
04-16-2002, 04:20 PM
As for using the real ip....I unfortanantly have dynamic dsl so my ip changes everytime....which sucks but hey at least it's still dsl.

Trumpcard
04-17-2002, 01:28 AM
Use a free dns service, and run a service that will update your ip in the dns records as it changes, that way you can reference by hostname rather than ip... That way you wont ever have to change your boot files... Works for me, I use www.dhs.org at home..

Lurker_005
04-17-2002, 06:08 AM
Ya know there have been lots of people with problems that turn out to be just typos Letter O instead of 0 spaces where they shouldn't be... I think that is the major reason changing 127.0.0.1 to localhost works, they get rid of the typo. Same with a lot of other errors.

So if anyone has problems, but all the configs seem right Then I encourage you to re-type all the settings ( stuff after the = ) replacing everything to the end of the line.