Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::General Support

Archive::General Support Archive area for General Support's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
  #1  
Old 02-15-2004, 12:56 PM
TheFunkyBox
Sarnak
 
Join Date: Jun 2003
Posts: 50
Default 1017 Error.

I just got through everything I needed to do to create my offline server.

My server shows up on the lest but when i try to connect it give me the 1017 error.

I have sourced the 5.3 stuff into my database.

I have turned off my firewall

I have checked the forums for solutions to my problem, so please dont be angry.
  #2  
Old 02-15-2004, 01:01 PM
tofuwarrior
Fire Beetle
 
Join Date: Feb 2004
Posts: 19
Default

Is your EQ patched to the latest version for the GoD expansion? If so.. that is the problem.
  #3  
Old 02-15-2004, 01:48 PM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Yes, 1017 is usually a version error.. if you patched the only way you are going to be able to play is on Shawn319's server. ... Otherwise if you DIDNT patch SINCE the 10th, you might be running too old of a client.. But, Post your loginserver.ini, db.ini, eqhost.txt, the output of your world.exe and zone.exe, and the contents of load5zone.bat.
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
  #4  
Old 02-15-2004, 02:24 PM
TheFunkyBox
Sarnak
 
Join Date: Jun 2003
Posts: 50
Default

Minilogin accounts.ini

Code:
127.0.0.1 test test
LoginServer.ini

Code:
### --- 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=127.0.0.1
loginport=5999
worldname=Offline
worldaddress=127.0.0.1
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
MiniLogin Account.ini

Code:
LoginServer.ini read.
MiniLoginAccounts.ini read.
Server mode: Standalone
Login server listening on port:5999
World.exe

Code:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.3-DR3
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26679, 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
Warning: Pants may change during online play.
TCP listening on: 127.0.0.1:9000
World server listening on: 127.0.0.1:9000
Connected to LoginServer: 127.0.0.1:5999
Boot5zones.bat

Code:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.3-DR3
[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] FileLoadSPDat() Loading spells from spells_us.txt
[Status] FileLoadSPDat() spells loaded: 5002
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 153 commands loaded
[Status] Entering sleep mode
Connected to worldserver: localhost:9000
db.ini

Code:
# READ README.TXT!

[Database]
host=localhost
user=test
password=test
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.
  #5  
Old 02-15-2004, 02:32 PM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

mysql -u root eq
GRANT ALL PRIVILEGES ON eq.* TO user@localhost IDENTIFIED BY 'password' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON eq.* TO user@127.0.0.1 IDENTIFIED BY 'password' WITH GRANT OPTION;

Change user to the user in your db.ini
Change password to the password in your db.ini

GRANT ALL PRIVILEGES ON eq.* TO test@localhost IDENTIFIED BY 'test' WITH GRANT OPTION;
__________________

kRPG Profile
  #6  
Old 02-15-2004, 02:33 PM
TheFunkyBox
Sarnak
 
Join Date: Jun 2003
Posts: 50
Default

Sorry Monrezz but that didnt help..
  #7  
Old 02-15-2004, 04:36 PM
Liscadipesce's Avatar
Liscadipesce
Hill Giant
 
Join Date: Jan 2003
Location: Ontario, Canada
Posts: 110
Default

Do you have the test/test account made in the DB?
__________________


(Liscadipesce) then how do you expect to run a bot?
(Liscadipesce) It has to be run off of your computer...
(Tajk) ftp? =D
  #8  
Old 02-16-2004, 01:02 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Quote:
127.0.0.1 test test
There is a problem that I didnt realize before I went through this. when you create this file, when you are typing it and get to the second test then add a space and press enter, it adds another line which causes it to not be able to connect... Try this as follows:

Code:
Type in your ip that you want used (eg.. 127.0.0.1
press space
type in your username
press space
type in your password
press space
do NOT press enter here 
save-as miniloginaccount.ini

when you get this error, what is the output of your world.exe and/or zone.exe it usually tells you something..

Also, are you sure that the user you are trying to use is created in your db? Did you use the ISERT INTO accounts command? Also when is the last time you DID patch?
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
  #9  
Old 02-16-2004, 08:28 AM
TheFunkyBox
Sarnak
 
Join Date: Jun 2003
Posts: 50
Default

Okay.. I patched like 1 day ago...BUT I didnt download the GOD zones. The only expantions that I have are Ruins of Kunark and Shadows Of Luclin

EDIT : I FOUND SOMETHING

Code:
[Error] Expecting OP_SendLoginInfo, got 254
This came from my world.exe after I tried to connect to my server

I do have the test/test account sourced into my sql database

When I start Minilogin both the files are read correctly

Did I do what you guys wanted me to do? Or am I missing something?
  #10  
Old 02-16-2004, 10:31 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

Doesn't matter about GoD zones, it's eqgame.exe that causes the error and that gets downloaded regardless.

Just wait until 5.5-Dr1 is released. Shouldn't be long now.
__________________

kRPG Profile
  #11  
Old 02-16-2004, 04:01 PM
TheFunkyBox
Sarnak
 
Join Date: Jun 2003
Posts: 50
Default

So 5.5 DR1 will fix my problem?

Cool... So how long are we talking? weeks? Months?
  #12  
Old 02-16-2004, 05:11 PM
animepimp
Dragon
 
Join Date: Jan 2004
Posts: 860
Default

Quote:
Originally Posted by TheFunkyBox
So 5.5 DR1 will fix my problem?

Cool... So how long are we talking? weeks? Months?
Right now for some of the servers. Just look for the version number on them.
  #13  
Old 02-16-2004, 10:41 PM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

Probably talking days
__________________

kRPG Profile
  #14  
Old 02-17-2004, 01:03 PM
TheFunkyBox
Sarnak
 
Join Date: Jun 2003
Posts: 50
Default

Awesome

Thanks, good news because I want to be able to play offline.


Thanks, for all your help guys! :P
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 12:23 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3