EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=616)
-   -   1017 Error. (https://www.eqemulator.org/forums/showthread.php?t=11939)

TheFunkyBox 02-15-2004 12:56 PM

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.

tofuwarrior 02-15-2004 01:01 PM

Is your EQ patched to the latest version for the GoD expansion? If so.. that is the problem.

samandhi 02-15-2004 01:48 PM

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.

TheFunkyBox 02-15-2004 02:24 PM

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.


Monrezz 02-15-2004 02:32 PM

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;

TheFunkyBox 02-15-2004 02:33 PM

Sorry Monrezz but that didnt help..

Liscadipesce 02-15-2004 04:36 PM

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

samandhi 02-16-2004 01:02 AM

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?

TheFunkyBox 02-16-2004 08:28 AM

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

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?

Monrezz 02-16-2004 10:31 AM

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.

TheFunkyBox 02-16-2004 04:01 PM

So 5.5 DR1 will fix my problem?

Cool... So how long are we talking? weeks? Months?

animepimp 02-16-2004 05:11 PM

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.

Monrezz 02-16-2004 10:41 PM

Probably talking days :)

TheFunkyBox 02-17-2004 01:03 PM

Awesome :wink:

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


Thanks, for all your help guys! :P


All times are GMT -4. The time now is 05:27 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.