Log in

View Full Version : Error #1017 on 0.5.0


Kran
11-15-2003, 03:20 AM
hi all , I have read different topics on this error, and when i launch my server and i try to connect on it, it say :

the error #1017 !

help me plz !

11-15-2003, 03:54 AM
Are you using minilogin ? If so, did you do:

use eq;
INSERT INTO account SET name='eqemu', password='eqemu', status=200;

and login the EQ client as eqemu/eqemu ?

CHowell2005
11-15-2003, 03:59 AM
can more than one people play over a LAN with minilogin?

Kran
11-15-2003, 05:18 AM
Are you using minilogin ? If so, did you do:

use eq;
INSERT INTO account SET name='eqemu', password='eqemu', status=200;

and login the EQ client as eqemu/eqemu ?

I'm using Minilogin
That's work for me but for other machine, it say 1017

mattmeck
11-15-2003, 05:31 AM
Did you add that other computers IP into the minilogin accounts file?

Kran
11-15-2003, 05:34 AM
yes :

192.168.0.2 kran ***
192.168.0.1 twig ***

and minilogin say an error :
LoginServer.ini read.
Error in MiniLoginConfig.ini on line #1: Invalid format, should be 'IP username
password'
MiniLoginAccounts.ini read.
Server mode: Standalone
Login server listening on port:5997

CHowell2005
11-15-2003, 06:33 AM
add a space on the very end of the first line in minilogin.......miniloginaccounts.ini is very wierd...you must have a blank space at the end of each line with the EXCEPTION of the last line

Kran
11-15-2003, 08:10 AM
Now the Miniloginaccounts.exe works but my other machine can't connect to my server, it say the error 1017.

CHowell2005
11-15-2003, 11:24 AM
im not sure what to tell you kran...im having the same issues myself....my client pc works fine.....and ive set up a VPN netork with my friends so it is as if they are on the same LAN as i.....ive set them up perfect in the database and the minilogin accouts ect ect, ive made sure they are set up perfect on their pcs......and yet they still get the 1017 error......my theory to this problem is that right now minilogin can only support 1 login explicitly to eqemu/eqemu, im sure now that 0.5.0 is released that minilogin will perhaps receive a little more attention....e.i.:private servers......just be patient

Kran
11-15-2003, 07:53 PM
ok tks a lot

Storym
11-17-2003, 01:42 PM
Hi Kran.

I found that using your configuration, I had to use my real IP address instead of locahost for loginserver= xxx.xxx.xxx.xxx in the loginserver.ini in order to allow other computers to connect to my server. The only real downside is that everybody that logged in ended up sharing the same account, no matter what ID / PWD they used. Anyways, hope that works for you.


Storym