Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help] Launcher problem.

Newbie Spellweaver
Joined
Jul 23, 2015
Messages
12
Reaction score
1
Launcher works well, Studio, Game servers, SQL too. After clicking Launch button the game shows me "Wrong username or password".
This is an error in logs:
Code:
000003.121| WO_API: http timeout
000003.121| LoginAuth: 8
I found a lot of posts about this error, but nothing can help me to solve it

RSUpdate.sln

Code:
const char*    gDomainIP     = "[COLOR=#ff0000]92.39.238.60"[/COLOR]; // IP
const char*    gDomainBaseUrl= "/api/";
int        gDomainPort   = 443;
bool        gDomainUseSSL = true;

When I change my external IP to 127.0.0.1 it works great. My ports are forwarded ( )
 
Last edited:
Back
Top