View Single Post
  #5  
Old 04-04-2004, 05:33 PM
aventae
Fire Beetle
 
Join Date: Mar 2004
Posts: 8
Default

bleh ..am still getting this error:

Code:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.5-DR1
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26679, max id=68199
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Formatting drive C:
TCP listening on: localhost:9000
World server listening on: localhost:9000
Connected to LoginServer: localhost:5999
28620 New TCP connection: 127.0.0.1:2052
28620 New TCP connection: 127.0.0.1:2054
28620 New TCP connection: 127.0.0.1:2053
New zoneserver: #1 127.0.0.1:2053
New zoneserver: #2 127.0.0.1:2054
New zoneserver: #3 127.0.0.1:2052
Zoneserver SetConnectInfo: 127.0.0.1:2052: localhost:7998
Zoneserver SetConnectInfo: 127.0.0.1:2054: localhost:7999
Zoneserver SetConnectInfo: 127.0.0.1:2053: localhost:7995
28760 New TCP connection: 127.0.0.1:2055
28760 New TCP connection: 127.0.0.1:2056
New zoneserver: #4 127.0.0.1:2056
New zoneserver: #5 127.0.0.1:2055
Zoneserver SetConnectInfo: 127.0.0.1:2055: localhost:7997
Zoneserver SetConnectInfo: 127.0.0.1:2056: localhost:7996
75715 New client from ip: 127.0.0.1 port: 2069
127.0.0.1: Wrong name/pass: name='eqemu'
Removing client from ip:127.0.0.1 port:2069
It seems to be accepting my password ...becuase when i did the world adduser comand i got this:

Code:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\trye>cd\nqemu

C:\NQEmu>world adduser Myusername Mypassword 200
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.5-DR1
Account Attempting to be created:Myusername 200
Error in CreateAccount query 'INSERT INTO account SET name='Myusername', password='
Mypassword', status=200, lsaccount_id=0;' #1062: Duplicate entry 'Myusername' for key
 2
database.CreateAccount failed.

C:\NQEmu>
for making the minilogin acount file i refered to this post:
http://www.eqemulator.net/forums/vie...777267a04fa184

Anyone know what would still cuase this to give me wrong username and password?
Reply With Quote