1017 -- A fix to consider
If you've used ./world adduser, and you're connecting to EQEmulator's loginserver, the user you added might end up with a 1017 error.
Here's what happened to me: I tried to patch to the new augments update, and I fubar'd my character because of a few things. Therefore, I kept going LD ... So I had my GM-Flagged girlfriend log in and delacct my GM account, and I figured an adduser would set me up nicely.. NOT. Kept getting 1017. Had her delacct again, and all is well. -- Xorith |
Hey there =) I used the code:
Code:
INSERT INTO variables (varname, value, information) VALUES ('LoginType', 'Minilogin', 'Set this to Minilogin to login using a minilogin server '); Code:
alter table account add minilogin_ip varchar(32) not null; Code:
insert into account (name,status, minilogin_ip) values('ACCOUNT_NAME_HERE',200,'127.0.0.1'); here is what I get in my world.exe box: Code:
Connected to LoginServer: newlogin1.eqemulator.net:5994 Code:
insert into account (name,status, minilogin_ip) values('shanxi',200,'68.217.134.200'); |
I get this error when I try to log in. I've never been able to log into WR before. I've recently reinstalled windows and EQ and fully patched EQ. Let the WR patcher run and I can log in and get to the server select window but then I get the 1017 error when clicking play. Any suggestions would be appreciated.
|
All times are GMT -4. The time now is 02:58 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.