Quote:
Originally Posted by Konquer1
what is it ?
|
Yeah I get that error... Been trying to find a fix for it for awhile now x.x
Hey, i'm a little stuck in the logging in process.
I've made an account successfully, i'm sure i've done it right... But i get this message on the command console:
When i login it just says "Logging into account server..." then stops and displays the error "Failed to connect to the game server. Please try again later."
I've tried it a few times and tried to make a new account too, neither worked.
Any help on this would be appreciated, i've tried to fix this problem myself for about 2 days now :/
Thanks
Still getting this error, been trying to fix it. I followed BOTH this first post and
I still can't get it to work. Something wroung with my GameServer connecting to the login server i think or the min-max pool size but i edited that out as it said in the guide.
Code:
C = new MySqlConnection("Server=" + SERVER + ";Database='" + DATA_BASE + "';Username='" + USER_NAME + "';Password='" + PASSWORD + "'");
That's what it says on DatabaseConnection.cs in LoginServer and GameServer.
Code:
if(ServerName == "TaintedCo")
{
/*if(AuthSocket.Authorize(AccountName, Key, false))
{
CSocket.Send(Packets.AuthResponse("127.0.0.1", Key1, Key2));
}
else
{
CSocket.Disconnect();
}*/
if (AuthSocket.Authorize(AccountName, Key, false))
{
CSocket.Send(Packets.AuthResponse("127.0.0.1", Key1, Key2));
I may have got some ips mixed up and that may be my problem. If this helps find out what's causing the problem... When i first made the account and logged in it let me choose class, name, size then said press back twice and login again. I did that and then that's when it started saying that message on cmd.
#Merged by Emme