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
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