PDA

View Full Version : Blasted 1017 help please


Sylint
11-16-2003, 03:19 PM
Hey guys, I was wondering if you could help me... I have read quite a few posts on the board to try and get this error straigtened out but I have come up empty handed. If someone could steer me in the right direction it would be highly appreciated.

My problem is that I try logging into my server and it keeps giving me the dreaded 1017 error, I'm not sure what to do.

I've followed all the guides/pieced together information on the boards to get the server working and everything seems to be in working order.

Heres the specs:

=======
Machine
=======
Intel Pentium 4 3.06 Ghz
512 MB RDRAM
Windows XP SP1 Home Edition

=======
EQemu
=======
EQEmu version 0.5.0 latest release
Path C:\eqemu\EQEmu Release

========
Database
========
The base one included in Eqemu
Db.sql
Path C:\mysql\bin

=======
Mysql
=======
Version 4.0
Path C:\mysql


=========
World.exe
=========

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.0
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=25718, max id=68196
[Status] LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading addon.ini..
[Status] Loading EQ time of day..
[Error] Could not load EQTime file ./eqtime.cfg
[Error] Unable to load ./eqtime.cfg
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Liberating a country that despises us...
TCP listening on: 192.88.124.233:9000
World server listening on: 192.88.124.233:9000
Connected to LoginServer: eqlogin1.eqemulator.net:5997
4717 New TCP connection: 127.0.0.1:1077
4717 New TCP connection: 127.0.0.1:1078
4727 New TCP connection: 127.0.0.1:1079
4727 New TCP connection: 127.0.0.1:1080
4727 New TCP connection: 127.0.0.1:1081
New zoneserver: #1 127.0.0.1:1077
New zoneserver: #2 127.0.0.1:1081
New zoneserver: #3 127.0.0.1:1080
New zoneserver: #4 127.0.0.1:1079
New zoneserver: #5 127.0.0.1:1078
Zoneserver SetConnectInfo: 127.0.0.1:1077: 192.88.124.233:7999
Zoneserver SetConnectInfo: 127.0.0.1:1078: 192.88.124.233:7998
Zoneserver SetConnectInfo: 127.0.0.1:1079: 192.88.124.233:7997
Zoneserver SetConnectInfo: 127.0.0.1:1080: 192.88.124.233:7995
Zoneserver SetConnectInfo: 127.0.0.1:1081: 192.88.124.233:7996

==============
Boot5zones.bat
==============

[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.0
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading NPCTypes from database...
[Status] Loading npc faction lists
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading Loot tables from database...
[Status] Loading doors
[Status] Loading Doors from database...
[Status] FileLoadSPDat() Loading spells from spells_us.txt
[Status] FileLoadSPDat() spells loaded: 4352
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 148 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 127.0.0.1:9000

======
Db.ini
======

# READ README.TXT!

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


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.

===============
LoginServer.ini
===============

### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We recommend using the eqemulator.net Loginserver ALWAYS.

### --- NOTE: You can NOT use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automatically.

# READ README.TXT
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginport=5997
worldname=Sylint's work in progress
worldaddress=192.88.124.233
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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

=====================
Boot5zones.bat (info)
=====================

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:--------------Start-----------------------
@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . 192.88.124.233 7995 127.0.0.1
start zone . 192.88.124.233 7996 127.0.0.1
start zone . 192.88.124.233 7997 127.0.0.1
start zone . 192.88.124.233 7998 127.0.0.1
start zone . 192.88.124.233 7999 127.0.0.1
exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------


Well if someone can help me figure this all out it again, would be greatly appreciated. Also if someone could help me figure out how to get everything going good, for example moving npc's, working merchants, droppable loot, etc. It would be highly appreciated as well and would benefit you all as another server would be up and running.

Thanks for your time

Sylint

mangoo
11-16-2003, 04:09 PM
check your router settings

ndnet
11-16-2003, 08:43 PM
Have you tried these?


Start -> Run -> "cmd"

cd C:\eqemu\EQEmu Release

world adduser YourEmuLogin YourEmuPassword 200

And if that doesn't work:

Run mysql.exe and execute the following commands:

use YourEQDatabaseName;
INSERT INTO account SET name='YourEmuLogin', password='YourEmuPassword', status=200;

What puzzles me is why you're trying to use eqlogin1.eqemulator.net as your login server when your IP is a local network address. I'd imagine it would show your server on the server selection, but only those on your local network would be able to access it, and it would be using their board name/passwords. If you're going to run a private server, perhaps you should just use minilogin and set up seperate accounts per network IP.

Sylint
11-17-2003, 01:10 AM
I tried the stuff you suggested and everything has already been done. It said there was a duplicate key in the database when I tried to create an account through mysql. The goal was to have a public server for everyones perusal. As for network router settings... can't really do that as I am using the universities internet atm. If anyone has any further suggestions on what could be causing the problem please post here it would be highly appreciated. XP firewall is off btw as well.

Thanks again,

Sylilnt

mattmeck
11-17-2003, 01:41 AM
As for network router settings... can't really do that as I am using the universities internet atm

That might be the issue right there. I know of dozens of cases where it was the persons school who was blocking them from hosting.

Magick
11-17-2003, 11:22 AM
I'm not 100% sure that zone.bat will run as:

start zone . 192.88.124.233 7995 127.0.0.1
start zone . 192.88.124.233 7996 127.0.0.1
start zone . 192.88.124.233 7997 127.0.0.1
start zone . 192.88.124.233 7998 127.0.0.1
start zone . 192.88.124.233 7999 127.0.0.1
exit
cls


Seems like you're torn between local play and net play. Do you want this as a public server or private??

If I remember, the setup for that was:

start zone . YourIP 7995 YourIP

I'm pretty sure it still needs to be your REAL IP in both instances. One was the IP of zone.exe and the other was world.exe. (in case they're different IP's). If you're not using minilogin, that likely won't work.

Outside of that, nothing caught my eye as an issue. If changing your boot5 doesn't work, I'd suggest going against the grain and setting the Emu up for local/private and seeing what issues you have. If you change everything over to 127.0.0.1, it still loads up error-less, and you still have issues connecting (1017) then I'd start wondering about the client.

Your eqgame.exe is patched to live, correct?

Sylint
11-17-2003, 01:51 PM
Thanks for responding. Yes I would most definately like this to be a public server as this would benefit the entire EQemu community if I can get this thing running correctly.

When you state that the ip placed in zone.bat has to be the REAL IP... do you mean the external ip (the one that everyone on the internet sees) or internal (the actual ip).

I'm not using minilogin atm, how would you set that up?

EQ is patched to EQlive currently.

I am going to try making this a private server later today and I'll let you know how that goes.

mattmeck
11-17-2003, 02:02 PM
When you state that the ip placed in zone.bat has to be the REAL IP... do you mean the external ip (the one that everyone on the internet sees) or internal (the actual ip).

Both actualy

start zone . External 7995 Internal