PDA

View Full Version : Cannot log into my own server


Tree
12-18-2004, 03:04 PM
My public sever has gotten up, but for some reason i cannot log into it, others can log in and create a character and roam around, but i cannot even get to character select screen. I recieve and 1017 error every time i do. (after a short load of a black screen)

My world.exe displays this everytime i attempt to log (tree is my account)

48281 New client from ip: 68.97.33.186 port: 1696
Logged in: FirstLogin LS#48448: Tree
Logged in: FirstLogin LS#48448: Tree
Logged in: FirstLogin LS#48448: Tree
Logged in: FirstLogin LS#48448: Tree
Logged in: FirstLogin LS#48448: Tree
Logged in: FirstLogin LS#48448: Tree
Logged in: FirstLogin LS#48448: Tree
Logged in: FirstLogin LS#48448: Tree
Client disconnected
Removing client from ip:68.97.33.186 port:1696

I am hosting on the same computer i am logging on.
I have tried these fixes so far but none work
Changing worldaddress to localhost
resourcing accounts.sql
deleteing account tree in database
assigning account Tree with 200 status

I know its possible to host and play on the same computer becuase one of my friends does that.

If you need any more info just ask.
If ANY ONE can solve this problem ill give em a pickle

FiCtIoN
12-18-2004, 07:04 PM
have you sourced in the minilogin variable in mysql

INSERT INTO variables (varname, value, information) VALUES ('LoginType', 'Minilogin', 'Set this to Minilogin to login using a minilogin server :)');

alter table account add minilogin_ip varchar(32) not null;

and this to create the account

insert into account (name,status, minilogin_ip) values('account_name_here',250,'127.0.0.1');