| 
				 Please help still getting wrong user/pass in world.exe 
 I'm not running a lan or anything.  I've got 1 cpu and i'm trying to get it to run the server and client.  I've downloaded all of the latest files for eqemu, mysql and so forth.
 My OS is Windows XP Corp w/ Service Pack
 
 All my files read as follows:
 
 
 ~MiniLogin.exe~
 
 LoginServer.ini read.
 MiniLoginAccounts.ini read.
 Server mode: Standalone
 Login server listening on port:5999
 
 
 ~World.exe~
 
 Using database 'eq' at localhost
 EQEmu 0.4.1 Spekkio
 Loading zone names & items...
 EMushareMem.dll loaded.
 Loading items from database...
 ...done.
 LoginServer.ini read.
 Loading guild ranks...done.
 Loading EQ time of day...Reading time file failed, bytes read: 0
 failed.
 Formatting drive c:
 World server listening on : port 9000
 Connected to LoginServer: localhost:5999
 New TCP connection: 127.0.0.1:2531
 New zoneserver: #1 127.0.0.1:2531
 New TCP connection: 127.0.0.1:2532
 New zoneserver: #2 127.0.0.1:2532
 Zoneserver SetConnectInfo: 127.0.0.1:2532:  localhost:7997
 Zoneserver SetConnectInfo: 127.0.0.1:2531:  localhost:7999
 New TCP  connection: 127.0.0.1:2533
 New zoneserver: #3 127.0.0.1:2533
 New TCP connection: 127.0.0.1:2534
 New zoneserver: #4 127.0.0.1:2534
 Zoneserver SetConnectInfo: 127.0.0.1:2533: localhost:7998
 New TCP connection : 127.0.0.1:2535
 New zoneserver: #5 127.0.0.1:2535
 Zoneserver SetConnectInfo: 127.0.0.1:2534: localhost 7996
 Zoneserver SetConnectInfo: 127.0.0.1:2535: localhost 7995
 41880 New client from ip: 127.0.0.1 port: 2538
 127.0.0.1:  Wrong name/pass: name='eqemu'
 Removing client from ip:127.0.0.1 port:2538
 
 
 ~Boot5zones.bat~
 
 Using database 'eq' at localhost
 EQEmu 0.4.1 Spekkio
 Loading zone names, items & NPCs...
 EMuShareMem.dll loaded.
 ...done.
 If this is the last message you see, you forgot to move spells_en.txt from your EQ dir to this dir.
 Spells loaded.
 Loading guild ranks... done.
 Loading faction data... done.
 Connected to worldserver: 127.0.0.1:9000
 Entering sleep mode
 
 *This is what everything reads as after i've tried to run everquest thru EQW and logged in with the eqemu/eqemu as username/pass and selected my server.. crashes with 1017 error and goes back to server select screen.
 
 
 The .ini files read as follows....
 
 ~LoginServer.ini~
 
 [LoginServer]
 loginserver=localhost
 loginserver2=localhost
 loginport=5999
 loginport2=5999
 worldname=Norrath
 locked=false
 account=
 password=
 worldaddress=localhost
 
 [WorldServer]
 Defaultstatus=
 Unavailzone=
 
 [LoginConfig]
 ServerMode=Standalone
 ServerPort=5999
 UplinkAddress=
 UplinkPort=
 UplinkAccount=
 UplinkPassword=
 
 
 ~Boot5zones.bat~
 
 REM:--------------Start-----------------------
 @echo off
 
 if NOT exist spells_en.txt goto NOSPELL
 
 start zone . localhost 7995 localhost
 start zone . localhost 7996 localhost
 start zone . localhost 7997 localhost
 start zone . localhost 7998 localhost
 start zone . localhost 7999 localhost
 exit
 cls
 
 :NOSPELL
 echo You did not copy the spells_en.txt from your everquest directory to this one.  Please do so or zones will crash on startup.
 PAUSE
 
 REM:---------------END------------------------
 
 
 ~MiniLoginAccounts.ini~
 
 # Max 200 lines total (including comments and blank lines)
 # Blank lines may mess up the line # reported in error messages
 localhost eqemu eqemu
 
 
 ~db.ini~
 
 [Database]
 host=localhost
 user=******
 password=******
 database=eq
 
 
 
 
 Please if anybody has a clue i would much appreciate it... i've even gone into mysql and done the following:
 
 use eq INSERT INTO account SET name='eqemu', password='eqemu', status=200,lsaccount_id=0;
 
 
 Still can't get it to run.. after running everquest using EQW and loging in with the eqemu/eqemu user/pass i see my server listed.. but after selecting it i get the error 1017 and world.exe reports wrong username/password = 'eqemu'
 
 My EQ is patched to the current patch as of February 7, 2003.  I have even downloaded and extracted the files from the EQfix off of IRC.
 
			
			
			
			
				  |