PDA

View Full Version : Bad password... i RTFM'd and still nothing... please help


Keldramos
04-19-2003, 08:45 PM
i run minilogin.exe with the following config...

db.ini::

[Database]
host=localhost
user=keldramos
password=*******
database=eq
compression=off

Loginserver.ini::

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

[WorldServer]
Defaultstatus=
Unavailzone=

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


MiniLoginAccounts.ini:
192.168.1.129 eqemu eqemu


my.ini:
[mysqld]
basedir=C:/mysql
#bind-address=192.168.1.129
datadir=C:/mysql/data
#language=C:/mysql/share/your language directory
#slow query log#=
#tmpdir#=
#port=3306
#set-variable=key_buffer=16M
[WinMySQLadmin]
Server=C:/mysql/bin/mysqld-nt.exe
user=keldramos
password=(Matches DB.ini)




when i run MiniLogin.exe i get....
LoginServer.ini read.
MiniLoginAccounts.ini read.
Server mode: Standalone
Login server listening on port:5999


when i run world.exe i get....
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.
Assassinating people that whine about horses...done
TCP listening on: 192.168.1.129:9000
World server listening on: 192.168.1.129:9000
Connected to LoginServer: localhost:5999
Login server responded with FatalError. Disabling reconnect.
Error message: 'Bad password'
127.0.0.1:5999: TCPConnection::RecvData(): Error: 10053


when i look back into the minilogin window i see....
LoginServer.ini read.
MiniLoginAccounts.ini read.
Server mode: Standalone
Login server listening on port:5999
New TCP connection: 127.0.0.1:1242
Bad Password: #1 127.0.0.1:1242
Dropping Connection: 0.0.0.0:0

i've tried doing the privileges thing.. a couple of different ways.. uninstalling/reinstalling mysql (rebooted between)... and still same problem... tried deleting my.ini.. rebooting, and making a new login/pass (making sure that db.ini still matches)... im using notepad as my editor (this a bad thing? or is it OK?)....

I REALLY want to get a LAN server running... there are sometimes up to 8 computers in this house, and it'd be cool to have our own little server... (cant use the login from login.eqemu because we are behind a hardware firewall....)

any help would be greatly appreciated!! thank you in advance!!

haywards6
04-19-2003, 09:53 PM
The password that the emulator is questioning is your login password that you use to get onto your server. You are using eqemu eqemu for user and pass it seems, you have to add that user to world.exe by going to a promt in the directory that world is run ex. c:\eqemu ...and type this "world.exe adduser eqemu eqemu" and then flag the account the same place by typing "world.exe flag eqemu 200" or whatever of course without the quotes, let me know if that works out for you. It seems that you mayhave added the account but left the password blank.

Hardy
04-20-2003, 05:25 AM
This may also sound stupid (hey, I did it 2 days ago! lol), but did you remember to change your eqhost.txt? I keep forgetting about that little txt file, and got the same error. Either that our your problem is the post above this one.

Keldramos
04-20-2003, 06:04 AM
No. The password that is in question is where world.exe tries to connect to minilogin... im not even to the point where im running everquest, so the eqhost has nothing to do with it....

Hardy
04-20-2003, 08:34 AM
ahh okey, I read it wrong, my bad. I guess it don't say you tried logging on in the world :P

All I can think of is maybe you mistyped your password in either mysql or db.ini.

Keldramos
04-20-2003, 08:51 AM
fixed it... the loginserver.ini was messed up... deleted it and made a new... works fine now