[Question] DBPass equals Error: Error

09/18/2009 04:13 SolarisJ#1
Hi guys, im using CoEmu v2 source, everything (except this) is working fine. Got the GameServer running and all the ips set to 127.0.0.1 , however I got this weird error in LoginServer...

---CoEmu v2 LoginServer - Starting up!---
This program is a branch
[LoginServer-Init] Starting MasterSocket Thread.
[LoginServer] Init OK.
[Database] Connection OK.
[LoginServer] Press enter to kill the server.
[LoginServer] test logging in to CoEmu
DBPass equals ERROR: ERROR

What does this mean? o.O
It happens whenever I tries to log in with an account.
09/18/2009 04:15 -Shunsui-#2
maybe the database passwords are wrong or dont match? idk never used coemuv2 but just a hint
09/18/2009 04:28 SolarisJ#3
Nope, pretty sure it's correct. I suppose we would get a unable to connect to xxx@localhost during the Database state if I got the database user or password wrong.
09/18/2009 06:35 onlyme64#4
Not rly, flako is right. When u get
Quote:
DBPass equals ERROR: ERROR
it means uve entered the wrong password.
Try setting the password for it again
09/18/2009 08:04 SolarisJ#5
Hmm, the password in MySQL, what encryption is it in?
11/16/2009 17:25 Jay1029#6
OnlyMe64 and flako27 are WRONG I know they are wrong because I know for a fact that my DB passwords are correct. I have a LOTF Server using the same db pw and its working perfectly fine. Say my db pw was 12345...in BOTH Login and GamServer the passwords in DatabaseConnection.cs are both 12345, So tell me how that password is wrong lol.... And if the password was wrong I'm pretty sure it would say DBPass equals ERROR: 12345 not DBPass equals ERROR: ERROR

I'm going to reset my password I guess...So how would I resept my appserv password? Cua thats what I need to reset right?...even though I'm like 98% sure thats not the problem
11/16/2009 17:25 Jay1029#7
OnlyMe64 and flako27 are WRONG I know they are wrong because I know for a fact that my DB passwords are correct. I have a LOTF Server using the same pw and its working perfectly fine. Say my db pw was 12345...in BOTH Login and GamServer the passwords in DatabaseConnection.cs are both 12345, So tell me how that password is wrong lol.... And if the password was wrong I'm pretty sure it would say DBPass equals ERROR: 12345 not DBPass equals ERROR: ERROR

I'm going to reset my password I guess...So how would I reset my appserv password? Beause that''s what I need to reset right?...even though I'm like 98% sure that's not the problem
11/16/2009 18:02 Basser#8
Not reading all the replies because I'm in a hurry but this is the problem;
It couldn't find the account or couldn't read the password.

Why does it say equals "ERROR"?
The string's value is "ERROR", so if it can't get the real password, the value will be ERROR.
11/17/2009 01:18 Santa#9
You need to double check the Database password IN the SOURCE.

@ Jay

Please explain to me how that has anything to do with a CoEmuV2 source? You said yourself that your using lotf so obviously you don't know and should not be posting. Although its a very universal question, you can't compare it to a Lotf server.