Log in

View Full Version : Bad Password Msg in world.exe / no servers visible


daxalo
05-20-2003, 06:49 PM
Okay, here's my situation, I tried searching for this problem and could not find someone with the password error and could not solve the no servers visible issue with the numerous answers to that problem.

I am attempting to run the emu server and gameworld all on one pc. I am running the programs in the proper order. Here is the text from world.exe after running minilogin.exe first -

Using database 'eq' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.4.3
[Error] CURRENT_WORLD_VERSION:EQEMu 0.4.3
Loading Variables, zone names & items...
EMuShareMem.dll loaded.
Loading items from database...
...done.
LoginServer.ini read.
Loading guild ranks...done.
Loading EQ time of day..."./eqtime.cfg" is NOT a vaild EQTime file. File version
is 0; EQTime version is 1000 - failed.
Deleted 0 stale player corpses from database.
Formatting drive C:
TCP listening on: localhost:9000
World server listening on: localhost:9000
Connected to LoginServer: localhost:5999
Login server responded with FatalError. Disabling reconnect.
Error message: 'Bad password'

I hope this is responsible for my otherwise unfixable no server listed issue. This does not crash world.exe, it just gives the error and keeps waiting. Here is the readout of my files -

/// Miniloginaccounts.ini

127.0.0.11 eqemu1 eqemu1
127.0.0.12 eqemu2 eqemu2
127.0.0.13 eqemu3 eqemu3
127.0.0.14 eqemu4 eqemu4

/// db.ini

[Database]
host=localhost
user=<my mysql user name>
password=<my mysql password>
database=eq
compression=off

/// eqhost.txt (from everquest directory)

[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}

/// loginserver.ini


[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Dax
worldaddress=localhost
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=


I'm hoping someone is gonna post, "You moron, do yadda yadda"
Thanks for any help.

haloboycs
05-21-2003, 01:00 AM
nm, i re-read your post, its about mini-login, mini-login is frustuating to me.

Maranwe
05-21-2003, 05:40 AM
did you create the accounts in your mysql database? I mean, did you open up mysql.exe, type use eq, and then do the INSERT INTO account SET name='eqemu1', password='eqemu1', status=200; and so forth for all the accounts you're trying to connect to?

Just a thought

Maranwe

daxalo
05-21-2003, 05:53 AM
Thanks for the tip Maranwe, but that didn't fix it :cry:
Gonna keep messing with it for a while, if anyone has any other ideas, please post.