YouWaste
New Member
- Oct 16, 2012
- 11
- 0
Hi, I'm getting this little.. Or it may be big, error on my emulator everytime I connect to my emulator. I've tried switching the SWFs, but it's still the same errors! Anyways, here's the picture.
Here's what's on the Handshake.cs #44 line or whatever: Session.TryAuthenticate(Ticket, Session.RemoteAddress.ToString());
Here's the line on Session.cs #367: Console.WriteLine("[Authentication Failed]: " + RemoteAddress);
Here's the line on Session.cs #596: { (Yes, just the symbol "}")
The DataRouter.cs Line: mCallbacks[Message.Id].Invoke(Session, Message);
The CharacterInfoLoader.cs Line #102: return GenerateCharacterInfoFromRow(MySqlClient, LinkedClientId, Row);
The CharacterInfoLoader.cs Line #110: return new CharacterInfo(MySqlClient, LinkedClientId, (uint)Row["id"], (string)Row["username"], (string)Row["real_name"],
Here's what's on the Handshake.cs #44 line or whatever: Session.TryAuthenticate(Ticket, Session.RemoteAddress.ToString());
Here's the line on Session.cs #367: Console.WriteLine("[Authentication Failed]: " + RemoteAddress);
Here's the line on Session.cs #596: { (Yes, just the symbol "}")
The DataRouter.cs Line: mCallbacks[Message.Id].Invoke(Session, Message);
The CharacterInfoLoader.cs Line #102: return GenerateCharacterInfoFromRow(MySqlClient, LinkedClientId, Row);
The CharacterInfoLoader.cs Line #110: return new CharacterInfo(MySqlClient, LinkedClientId, (uint)Row["id"], (string)Row["username"], (string)Row["real_name"],