View Full Version : 1017 error on my server
Frienzied
12-19-2003, 11:12 AM
Ok, I didn't patch to latest or anything. My server is the only one that gets the 1017 error no matter who tries to log into it. Any idea or any additional information you need? I can't even log into my server. Thanks in advance.
Tertiary
12-19-2003, 11:19 AM
What server version ?
Public or minilogin ?
Post the output of your world and zone.exe processes
Which db are you using ?
Post your .ini and boot5zone.bat files
Then maybe someone can help you.
Frienzied
12-19-2003, 11:49 AM
Public or minilogin ?
Post the output of your world and zone.exe processes
Which db are you using ?
Post your .ini and boot5zone.bat files
[Everything replaced "IP" is where my actual IP is.]
I'm using public Server
World.exe
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.2
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=25924, max id=68199
[Status] LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[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: IP:9000
World server listening on: IP:9000
Connected to LoginServer: eqlogin1.eqemulator.net:5997
All zone.exe
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.2
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading doors
[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: internalip:9000
I'm using 5.2 database.
Boot 5 zones ini
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_us.txt goto NOSPELL
start zone . IP 7995 internalip
start zone . IP 7996 linternalip
start zone . IP 7997 linternalip
start zone . IP 7998 linternalip
start zone . IP 7999 internalip
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------------------------
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=testworld
worldaddress=IP
locked=false
[WorldServer]
Defaultstatus=0
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
I think that's all I have. Thanks! Please help!
Frienzied
12-20-2003, 09:30 AM
Ok I'm now able to log into my server because I changed the localhost on the boot5zones ini to 127.0.0.1, now I can't zone in. Everything is the same as it was on the boot5zones screen, when I try to zone in it lists what zone I'm trying to zone into and everything. So now I'm stuck again, heh.
mattmeck
12-20-2003, 10:34 AM
Could be a Nat issue, check out the Nat thread and make sure thats not the issue, also I have run across a couple people reciently where they had this issue because there ISP dosnt allow hosting.
Ok I'm now able to log into my server because I changed the localhost on the boot5zones ini to 127.0.0.1, now I can't zone in. Everything is the same as it was on the boot5zones screen, when I try to zone in it lists what zone I'm trying to zone into and everything. So now I'm stuck again, heh.
rename your quest folder to q and see what happens.
Frienzied
12-21-2003, 02:43 PM
Well, I resourced the database and I'm having the 1017 problem again! =(
Puck6633
12-21-2003, 08:21 PM
If you're using minilogin did you forget to re-add the eqemu user? I've done that more than once when resourcing the DB.
Try starting mysql (I.E. Start > Run > C:\mysql\bin\mysql -u <your username> -p <your DB name>) then enter the command INSERT INTO account SET name='eqemu', password='eqemu', status=200;
Hope that helps. :)
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.