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

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-27-2004, 02:29 PM
neomancipator
Fire Beetle
 
Join Date: Sep 2004
Posts: 9
Default error 1017 after selecting server

I can load the game and get to the server select screen but after selecting play i get a 1017 error message.
I followed the walkthrough instructions to set it up and even did the most recent patch as of 11/27/04
Note: while following the instructions i noticed that if i set my eqhost.txt to a read only file I get a error stating EQ cant find the host file eqhost.txt. if i set it back to a normal file I dont have a problem.
I set a DMZ host on my router to connect to my IP address.
I opened ports 5990 to 5999. are there other ports I should open up for the router?
any assistance would be helpful. If any other information is needed please post.
Reply With Quote
  #2  
Old 12-01-2004, 02:37 PM
neomancipator
Fire Beetle
 
Join Date: Sep 2004
Posts: 9
Default

I noticed that every time I launch the game my eqhost file changes

[Registration Servers]
{
"register.eqemulator.net:5999"
}
[Login Servers]
{
"24.174.185.97:5997"
"207.36.180.194:5997"
}

I know its supposed to be
[LoginServer]
Host=newlogin1.eqemulator.net:5994

If I set the file to read only I get a error message stating ithe game can not find the eqhost file.
Reply With Quote
  #3  
Old 12-04-2004, 06:13 PM
neomancipator
Fire Beetle
 
Join Date: Sep 2004
Posts: 9
Default

I've been trying to work on this for awhile can anyone help me out?
Reply With Quote
  #4  
Old 12-05-2004, 09:23 PM
chamelean90
Fire Beetle
 
Join Date: Nov 2004
Posts: 9
Default How to find out what is causing 1017

Firstly, set your EQHOSTS.TXT to read only

Then, set all possible addresses to 127.0.0.1 (as below), test it, if it works start migrating addresses 1 by 1 back to the address you would like and see at which point it fails. You should then be able to do a more specific search of the forums to assist more.

EQHOSTS.TXT
[LoginServer]
Host=127.0.0.1:5999

DB.INI
[Database]
host=127.0.0.1
user=***
password=***
database=eq

BOOT5ZONES.BAT
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 7999 127.0.0.1
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

LOGINSERVER.INI
[LoginServer]
loginserver=127.0.0.1
#loginserver2=newlogin1.eqemulator.net
loginport=5999
#loginport2=5999
worldname=enter any name here
worldaddress=127.0.0.1
locked=false
account=
password=
[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

MINILOGINACCOUNTS.INI
127.0.0.1 eqemu eqemu

Ensure all acocunts in the 'accounts' table have therir MINILOGIN_IP address set to 127.0.0.1 also, and ensure there is an 'eqemu' account with password 'eqemu' and minilogin_ip set to 127.0.0.1 (refer minilogin instructions in the forums)

This allowed me to get in standalone, now the fun part of migrating the addresses over 1 by 1,,, and finding out where exactly the problem is.

Hope this helps a little.
Reply With Quote
  #5  
Old 12-06-2004, 12:30 AM
Spike
Discordant
 
Join Date: Mar 2004
Location: Florida
Posts: 362
Default

Quote:
I get a error stating EQ cant find the host file eqhost.txt
You shouldn't be getting this error. Post your eqhost.txt information here. We'll try and correct it. (KEEP IN MIND THERE MUST BE NO SPACES, and after copying and pasting ull get a space after [LoginServer] on top row of text, and on bottom after the last word) double check this...

[LoginServer](DELETE SPACE HERE)
Host=newlogin1.eqemulator.net:5994(DELETE SPACE HERE)
__________________
Reply With Quote
  #6  
Old 12-12-2004, 05:15 AM
neomancipator
Fire Beetle
 
Join Date: Sep 2004
Posts: 9
Default Re: How to find out what is causing 1017

Quote:
Originally Posted by chamelean90
Firstly, set your EQHOSTS.TXT to read only

Then, set all possible addresses to 127.0.0.1 (as below), test it, if it works start migrating addresses 1 by 1 back to the address you would like and see at which point it fails. You should then be able to do a more specific search of the forums to assist more.

EQHOSTS.TXT
[LoginServer]
Host=127.0.0.1:5999

DB.INI
[Database]
host=127.0.0.1
user=***
password=***
database=eq

BOOT5ZONES.BAT
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 7999 127.0.0.1
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

LOGINSERVER.INI
[LoginServer]
loginserver=127.0.0.1
#loginserver2=newlogin1.eqemulator.net
loginport=5999
#loginport2=5999
worldname=enter any name here
worldaddress=127.0.0.1
locked=false
account=
password=
[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

MINILOGINACCOUNTS.INI
127.0.0.1 eqemu eqemu

Ensure all acocunts in the 'accounts' table have therir MINILOGIN_IP address set to 127.0.0.1 also, and ensure there is an 'eqemu' account with password 'eqemu' and minilogin_ip set to 127.0.0.1 (refer minilogin instructions in the forums)

This allowed me to get in standalone, now the fun part of migrating the addresses over 1 by 1,,, and finding out where exactly the problem is.

Hope this helps a little.
I cant find any of these files in my eq directory or my wr folder. I am a novice at this and I'm still having a bit of trouble. I dont understand what you mean by migrating addresses.
also the eqhost.txt will not go to read only. no matter what I do now it will always say there is no eqhost.txt file.
is there a known good walkthrough for a novice user?
Reply With Quote
  #7  
Old 12-12-2004, 05:27 AM
mattmeck
Guest
 
Posts: n/a
Default

thats because thats for running a server not playing on one.
Reply With Quote
  #8  
Old 12-12-2004, 05:29 AM
neomancipator
Fire Beetle
 
Join Date: Sep 2004
Posts: 9
Default

yeah I just want to play on a server not run one
Reply With Quote
  #9  
Old 12-12-2004, 05:54 AM
neomancipator
Fire Beetle
 
Join Date: Sep 2004
Posts: 9
Default

hahaha I just repatched and let it download the eqhost.txt file again and all optional zones. I then changed the eqhost.txt files to:
[LoginServer]
Host=newlogin1.eqemulator.net:5994

then set it to read only and now I can log in and create a character woot!
Reply With Quote
Reply


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 01:15 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3