SERVER ERROR: You've been kicked by the server: UnknownMid,

Posted by jtmx
Login and menu works fine but as soon as I go to the room with the player object I get this error.

Any help would be greatly appreciated.

EDIT: Fixed it. It was on my end I didnt put the GMS object in the game room.
___________________________________________
############################################################################################
ERROR in
action number 1
of Step Event0
for object obj_gms:

SERVER ERROR: You've been kicked by the server: UnknownMid,

Please note: This is a server-sided error message. To disable all GameMaker Server-errors, call gms_debug_hide_errors().
at gml_Script_XServer_step (line 408) - show_error("SERVER ERROR: " + XServer_readstring(_rr), false);
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Script_XServer_step (line 408)
called from - gml_Script_gms_step (line

Replies (2)

Last message on 3 Dec 2017

Size43 (Administrator) on 3 Dec 2017, 12:50:09
Please make sure you're using the latest version of the extension by manually removing the extension, and then re-adding the extension.

If that does not resolve the issue, would you mind mailing me your project (or a sample project that has the same issue) at gamemakerserver@outlook.com?
JamSnack on 1 Dec 2017, 07:42:50
It looks like this error is being caused by GameMaker: Server and not your own work.