PDA

View Full Version : 1017; Correctly Patched & Set Up


mrea
12-13-2005, 10:50 AM
Now, to start off, I realize that I must be breaking anywhere from 3-5 commandments by posting this message. However, I did search first.

The error that I am running into is that world doesn't even seem to be getting any information from minilogin or the public eqemu server. When I view the output, nothing displays after the zone connection information.

After this happens, EQ freezes for anywhere from 1-5 minutes and then reports a 1017. My version is reported to be 6.2/6.3 and that would be plausible considering I can play on PEQ and Fibbons:

Version Number: SEQ45867
Extended Version Number: EQ3C903E04AB2F04B577F25EA81E2727A6B8291587

I know that this is an irritating situation for devs and the community as a whole but I would greatly enjoy getting back into EQEmu.

Below are the contents of the files:

boot5zones.bat
REM: REM: ****Read this first!!!****
REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.
REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1
REM: If you still get errors try using localhost instead of 127.0.0.1
REM:
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zone . xx.xx.xxx.xxx 7995 192.168.1.100
start zone . xx.xx.xxx.xxx 7996 192.168.1.100
start zone . xx.xx.xxx.xxx 7997 192.168.1.100
start zone . xx.xx.xxx.xxx 7998 192.168.1.100
start zone . xx.xx.xxx.xxx 7999 192.168.1.100
exit
cls
:NOSPELL
echo You did not copy the spells_us.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE
The x's represent my external IP address. Also, ports 7995-7999 and 9000 are forwarded to this server computer.

LoginServer.ini
[LoginServer]
loginserver=eqemulator.net
loginport=5998
worldname=Teluvyen's World
worldaddress=xx.xx.xxx.xxx
locked=false
account=
password=

[WorldServer]
Defaultstatus=0
Unavailzone=

[ChatChannelServer]
ChatChannelServer=

[LoginConfig]
ServerMode=
ServerPort=

db.ini
[Database]
host=localhost
user=xxxx
password=xxxx
database=eq

I'm using 6.3DR1 and the latest Project EQ database (Velious RC1)

sdabbs65
12-13-2005, 12:04 PM
Are you by chance useing a linksys router ?
also the 192 address won;t work... I tried them before it has to be 127.0.0.1

mrea
12-13-2005, 12:08 PM
Yes, I'm behind a linksys. I forwarded the ports so I don't understand what else is wrong.

sdabbs65
12-13-2005, 12:10 PM
Yes, I'm behind a linksys. I forwarded the ports so I don't understand what else is wrong.


the 1017 error comes from improper subnet masks. You will want to be careful of multiple network cards in a single machine. Even though one may be set up properly to connect to EMU, the other could be defaulting the subnet mask to 255.0.0.0. You will be able to check your subnet mask
by going to DOS and typeing ipconfig.

sdabbs65
12-13-2005, 12:12 PM
I have a wireless system in my house I have to disable it and then run bootzones then re-enable it after everything loads for it to work properly...
it drives me nuts with my UO server cuz my broadband connection resets everytime we get a bad rainstorm.

1Boppoom1
12-22-2005, 07:10 PM
my best bet would be changing the LAN ip on your Boot5zones.bat to your IP so it reads

start zone . xx.xx.xxx.xxx 7999 xx.xx.xxx.xxx


most servers seem to run with that set without any problems.....

Good Luck!