Thanks for the tip Grimbar...
I played with it some more, changing the lsaccount_id to 0 (it was at 1) and that generated the same Client disconnected (eqnc->GetState()=102) message.
I also deleted all accounts in Admin Tools, let minilogin use the accounts.ini and attempted to log in... that also gave a Client disconnected (eqnc->GetState()=102).
I disabled the MiniLoginaccounts.ini one more time, remade an account in the database using world adduser <name> <pass> <priv> which generated a Server GM account. according to the command window.
The thing I find strange is that EQEmu Admin Tool 4.2 would not show that newly created account under "accounts" when I restarted it?? I've heard world no long worked for adding accounts, I guess this proves it. In any case, I decided to try it and same GetState() message followed by a disconnect.
I then created the same GM account in Admin Tools (assuming that world didn't actually create since Admin Tools isn't seeing it in the db) and set the lsaccount_id to 0. I then tried to connect. Yup, you guessed it.. more Client disconnected (eqnc->GetState()=102).
Last try... I delete ALL ACCOUNTS from the database (using MySQL) and I create (going according to another accounts tip I found):
INSERT INTO account SET name='eqemu', password='eqemu', status=200, lsaccount_id=0;
I try to log in and.... Client disconnected (eqnc->GetState()=102).
Now here's something that caught my eye, and perhaps it''s correct but it seemed strange:
LOGINSERVER:
Login server listening on port:5999
New TCP connection: 192.168.0.79:1177 **This is World.exe on Comp #2 connecting**
95317 New client from ip: 192.168.0.5 port: 3627 **This is eqgame.exe reaching server select**
Client disconnected (eqnc->GetState()=102) **The millisecond "Play EQ" is clicked**
It's listening on port 5999 yet when world.exe connects it lists port 1446 (Even though World says it's connected on 5999)? The Client connects and gets port 1458? Does this auto foward to a new port on each connection?
Any other ideas??
|