EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Cannot log into my own server (https://www.eqemulator.org/forums/showthread.php?t=17451)

Tree 12-18-2004 03:04 PM

Cannot log into my own server
 
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)

Code:

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

Code:

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

Code:

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


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

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