View Full Version : Error 1017...
GrimReaper
03-15-2002, 03:20 PM
After all the files are loaded, and it should bring up the Character Select screen, it gives me a 1017 error, then in the World.exe console I see this:
Logged in: Local: eqemu
Sending list of guilds
Unknown opcode: 0x3521 size:2056
Client disconnected
Removing client from ip:127.0.0.1 port:2931
Does anyone know how I can fix this, or if it is fixable?
BTW, I'm using Windows XP if this makes any difference or not, and I'm not behind a firewall or using a LAN like I've seen in other posts about error 1017.
Hardarac
03-17-2002, 04:32 AM
Hmm... Now I am getting 1017 errors too.
I was running the whole thing on a single machine but the performance was diabolical ... so i moved the login world and zone servers rto a second machine and just running the emu on my main machine.
Prior to the move it all kinda worked.. a few oopcode errors in the zones ...
but now I get 1017 errors on login attempts.
Does the mini login server only allow logins from localhost?
Tia ( i hope)
marv.
Shawn319
03-17-2002, 10:15 AM
Are you on minilogin or trying to connect to gotfrags? please paste your db.ini, loginserver.ini and boot5zone.bat here (minus any passwords of course)
I am getting the 1017 errors for remote login through minilogin as well.
My setting for db.ini and loginserver.ini and boot5zone.bat are identical to those indicated by the readme for the minilogin settings. Here they are in any case (I'm running the server on Windows 2000):
[Database]
host=localhost
user=****
password=*******
database=eq
[LoginServer]
loginserver=localhost
worldname=My Server
locked=false
account=
password=
worldaddress=localhost
loginport=5999
@echo off
start zonent . 127.0.0.1 7800 127.0.0.1
start zonent . 127.0.0.1 7801 127.0.0.1
start zonent . 127.0.0.1 7802 127.0.0.1
start zonent . 127.0.0.1 7803 127.0.0.1
start zonent . 127.0.0.1 7804 127.0.0.1
exit
cls
I then tried running the minilogin locally (minilogin and the client on the same machine; and the world, zones, and db on another machine). I was able to bypass the 1017 error, however as soon as I try to enter the world after selecting a character I get dropped (according to the world server log).
Shinegami
03-19-2002, 03:11 PM
I'm having the same exact problem, yet I can login via mini login just fine. With the gotfrags LS my server is displayed but gives an error 1017 when I try to login. Info:
[Database]
host=localhost
user=****
password=*******
database=eq
[LoginServer]
loginserver=eqlogin.gotfrags.com
worldname=Matsuri
locked=false
account=
password=
worldaddress=192.168.1.100
loginport=5999
@echo off
start zonent . 192.168.1.100 7800 192.168.1.100
start zonent . 192.168.1.100 7801 192.168.1.100
start zonent . 192.168.1.100 7802 192.168.1.100
start zonent . 192.168.1.100 7803 192.168.1.100
start zonent . 192.168.1.100 7804 192.168.1.100
exit
cls
I'm also behind a linksys router.. To login regularly to other servers (such as CJ and gotfrags) I had to enable port forwarding for ports 9000-9004 (to avoid error 1017). Also running Winxp home edition
Meekrat
03-28-2002, 06:50 AM
I am running minilogon and client on 2 diff machine and as such have found that to get them working i had to place the ip of the server in the ini files instead of "localhost". This works for me and may help someelse in there trouble shooting. i am also placing a copy of the files here.
This solved my Error 1017 problem and also getting booted to server selection after pressing ENTER WORLD from char selection screen. Good luck to other users....and keep up the good work to the dev team. ( patiently waiting of local chat/login :) )
****db.ini
# READ README.TXT!
[Database]
host=localhost
user=*****
password=*****
database=eq
****loginserver.ini
[LoginServer]
loginserver=90.0.0.150
worldname=Local Server
locked=False
account=
password=
worldaddress=90.0.0.150
loginport=5999
****boot5zones.bat
@echo off
start zonent . 90.0.0.150 7800 90.0.0.150
start zonent . 90.0.0.150 7801 90.0.0.150
start zonent . 90.0.0.150 7802 90.0.0.150
start zonent . 90.0.0.150 7803 90.0.0.150
start zonent . 90.0.0.150 7804 90.0.0.150
exit
cls
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.