[HELP] 5095 Elite-CoEmu Error!

06/27/2011 00:07 killersub#1
okay so to make this short I need a little help from you guys.

I keep getting this error in my console, well not much of an error probably just a bug, saying that my accounts won't login.

the error it gives is:

Code:
[WorldServer] Confirming login with LoginServer
[GameServer] Unauthenticated Login.
by "Unauthenticated" login it means?
06/27/2011 07:26 { Angelius }#2
ulong Keys;
Keys = Data[11];
Keys = (Keys << 8) | Data[10];
Keys = (Keys << 8) | Data[9];
Keys = (Keys << 8) | Data[8];
Keys = (Keys << 8) | Data[7];
Keys = (Keys << 8) | Data[6];
Keys = (Keys << 8) | Data[5];
Keys = (Keys << 8) | Data[4];
if (World.AuthenticatedLogins.ContainsKey(Keys))
{

}
else
{
Program.WriteLine("[GameServer] Unauthenticated Login.");
CSocket.Disconnect();
}

does it mean anything to you ?

if you dident see anything like ((your account ID)authenticated from LoginServer) before you get that Unauthenticated message than obviously something went wrong up on the login .

try harder and you'll find out whats wrong .

maybe you want to start with the Loginserver

good luck .
06/27/2011 23:27 BioHazarxPaul#3
yes there is an issue with the login server, that was one reason i stopped using the source during the times I was hosting my own pserver. If I remember right there is also an issue with the upgrade system, and a few other things I had a lot of them written down but I dont have that information anymore.