[SOLVED] Is the server working?

Posted by halley
I made this thread because I've been trying to login to my in-development game but seems like the server has no response, I mean, no error or success message it's showed on the screen.
I'm using the gms_login_execute() function to login, and I temporary tried using the built-in login form, but the result is the same.
The function gms_info_isconnected() returns 1, so I don't know what's the problem.

Is the server working for new games?

Replies (1)

Last message on 2 Apr 2019

Size43 (Administrator) on 2 Apr 2019, 19:29:50
As far as I'm aware, there are no server issues.

What version of GameMaker are you using? If you're using GM:Studio, please make sure the GMS object is persistent and exists in the room where you're trying to login. Also, if you're using the All version of the extension, make sure the call to gms_network() exists in the GMS object.