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] Expecting OP_SendLoginInfo, got 241 (https://www.eqemulator.org/forums/showthread.php?t=11785)

Swiftwing 02-07-2004 02:31 PM

1017 - [Error] Expecting OP_SendLoginInfo, got 241
 
I am constantly getting 1017 error at server select and I think it is because my live version is to new, is this the case and can it be fixed yet with a current precompiled version ?

"DB"
# 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=localhost
loginport=5999
worldname=Swiftwing's World
worldaddress=localhost
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone

"Boot5zones"

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 . localhost 7995 localhost
start zone . localhost 7996 localhost
start zone . localhost 7997 localhost
start zone . localhost 7998 localhost
start zone . localhost 7999 localhost
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------------------------
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

--World.exe output while idle---
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\pc>cd\eqemu

C:\eqemu>world
[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=26679, max id=68199
[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] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Breaking bards...done
TCP listening on: localhost:9000
World server listening on: localhost:9000
Connected to LoginServer: localhost:5999
117672 New TCP connection: 127.0.0.1:1908
New zoneserver: #1 127.0.0.1:1908
117719 New TCP connection: 127.0.0.1:1909
117719 New TCP connection: 127.0.0.1:1910
117719 New TCP connection: 127.0.0.1:1911
New zoneserver: #2 127.0.0.1:1911
New zoneserver: #3 127.0.0.1:1910
New zoneserver: #4 127.0.0.1:1909
Zoneserver SetConnectInfo: 127.0.0.1:1909: localhost:7996
Zoneserver SetConnectInfo: 127.0.0.1:1908: localhost:7995
Zoneserver SetConnectInfo: 127.0.0.1:1910: localhost:7999
Zoneserver SetConnectInfo: 127.0.0.1:1911: localhost:7997
117797 New TCP connection: 127.0.0.1:1912
New zoneserver: #5 127.0.0.1:1912
Zoneserver SetConnectInfo: 127.0.0.1:1912: localhost:7998

---Above is how everything looks untill I try to login, then world gives me this error---

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\pc>cd\eqemu

C:\eqemu>world
[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=26679, max id=68199
[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] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Breaking bards...done
TCP listening on: localhost:9000
World server listening on: localhost:9000
Connected to LoginServer: localhost:5999
117672 New TCP connection: 127.0.0.1:1908
New zoneserver: #1 127.0.0.1:1908
117719 New TCP connection: 127.0.0.1:1909
117719 New TCP connection: 127.0.0.1:1910
117719 New TCP connection: 127.0.0.1:1911
New zoneserver: #2 127.0.0.1:1911
New zoneserver: #3 127.0.0.1:1910
New zoneserver: #4 127.0.0.1:1909
Zoneserver SetConnectInfo: 127.0.0.1:1909: localhost:7996
Zoneserver SetConnectInfo: 127.0.0.1:1908: localhost:7995
Zoneserver SetConnectInfo: 127.0.0.1:1910: localhost:7999
Zoneserver SetConnectInfo: 127.0.0.1:1911: localhost:7997
117797 New TCP connection: 127.0.0.1:1912
New zoneserver: #5 127.0.0.1:1912
Zoneserver SetConnectInfo: 127.0.0.1:1912: localhost:7998
Zoneserver SetConnectInfo: 127.0.0.1:1912: localhost:7998
38641 New client from ip: 127.0.0.1 port: 2072
[Error] Expecting OP_SendLoginInfo, got 241
Removing client from ip:127.0.0.1 port: 2072



--Any help you can offer wopuld be great, thank you

Last edited by Swiftwing on 02-07-2004 10:02 AM; edited 3 times in total

samandhi 02-07-2004 02:39 PM

Quote:

I am constantly getting 1017 error at server select and I think it is because my live version is to new, is this the case and can it be fixed yet with a current precompiled version ?
You MIGHT have answered your own question. I noticed you are using 0.5.2. Try using 0.5.3 and see if that helps....

[edit] Aaah yes, I found a post that might help solidify that theory. Check it out: http://www.eqemulator.net/forums/vie...&highlight=241

Swiftwing 02-07-2004 04:44 PM

Thanks alot for the reply samandhi, do you know if there is a compiled 5.3 yet or do I just have to wait for the next release ?

And also is now a good time to make a backup copy of everquest live and keep it seperate from patches ?

Thanks again.

samandhi 02-07-2004 06:56 PM

Yes, there are Binaries, but there is NO support for them because they are still DR, not release... http://www.eqemulator.net/forums/viewtopic.php?t=12500

Quote:

And also is now a good time to make a backup copy of everquest live and keep it seperate from patches ?
Yes, now is a good time if you havent already, because there is a big patch coming up on the 10th (I think) and nobody is sure if it will break EqEmu yet. .... CYA is what I say hehe...

Swiftwing 02-07-2004 07:16 PM

Excellant, this will prove usefull, thanks alot

Don't worry I understand the zero support thing.

Swiftwing 02-08-2004 06:14 PM

That worked out great, everything is up and running now and I am finaly editing my own server for better zoning and what not. Thanks alot.

samandhi 02-08-2004 09:12 PM

Np, enjoy.:)


All times are GMT -4. The time now is 11:53 AM.

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