GM Studio: 1.4.1451 breaks GameMaker Server

The latest beta-version of GameMaker Studio does not work with GameMaker Server right now. This version introduces 'undefined,' which causes a lot of errors. It will take some time before I'm through the thousands of lines of code fixing the code.

Please use the latest stable version of GM:Studio if you need to use GameMaker Server.

Replies (17)

Last message on 23 Dec 2014

namlunthkl on 13 Nov 2014, 05:43:52
Error?????


My Game Maker Studio version is Early Access 1.99.182

___________________________________________
############################################################################################
ERROR in
action number 1
of Step Event0
for object GMS:

Illegal Buffer Index
at gml_Script_XServer_readinstance (line 45) - xPos = buffer_read(argument0, buffer_u8);
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Script_XServer_readinstance (line 45)
called from - gml_Script_XServer_step (line 761) - XServer_readinstance(mid, _rr);
called from - gml_Script_gms_step (line 49) - __ret = XServer_step();
called from - gml_Object_GMS_StepNormalEvent_1 (line 2) - gms_step();
Size43 (Administrator) on 23 Dec 2014, 17:17:02
Hey, just to let you know: this error turned out to be a bug. It'll be fixed in update 1.8. 1.8 will also support newer versions of GM:Studio ;)
Size43 (Administrator) on 14 Nov 2014, 18:15:50
GameMaker Server does not work with any version above 1.4.1398 right now. I'm working on fixing that.
namlunthkl on 15 Nov 2014, 15:37:12
what version are you using?
Size43 (Administrator) on 16 Nov 2014, 15:59:00
I'm running the latest beta version because I'm working on the update, but 1.4.1398 is the version I was using before.
namlunthkl on 15 Nov 2014, 15:18:35
OOOOPPSSS My new Game Maker Studio version is 1.3.1443 and I have got:


___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Step Event0
for object GMS:

Push :: Execution Error - Variable Get -1.MOD_DIR(100572, -2147483648)
at gml_Script_XServer_write4d (line 88) - if (_flags & MOD_DIR)
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Script_XServer_write4d (line 88)
called from - gml_Script_XServer_step (line 907) - var _mid = XServer_write4d(global.__self_position_changed, global.__self_x, global.__self_y, global.__self_speed, global.__self_direction);
called from - gml_Script_gms_step (line 49) - __ret = XServer_step();
called from - gml_Object_GMS_StepNormalEvent_1 (line 2) - gms_step();
Size43 (Administrator) on 16 Nov 2014, 16:00:42
Sounds like an issue with the constants defined by gms. Please make sure you're using the latest version of GameMaker Server (1.7.6). If that does nothing, the constants can be defined manually. Adding MOD_SPEED, MOD_DIR, MOD_X, MOD_Y as 1, 2, 4 and 8 should fix it.
namlunthkl on 17 Nov 2014, 16:17:24
do you have facebook????
Size43 (Administrator) on 19 Nov 2014, 11:58:01
I do, but I like to keep my private life and internet life separate. :)
namlunthkl on 20 Nov 2014, 06:49:30
Contact me plz :( :http://facebook.com/namlunthkl Please help me, i have somethings to ask you!
Size43 (Administrator) on 20 Nov 2014, 11:26:09
I'm sorry, but I prefer to keep my facebook account private. You may send me a PM on the GMC or mail me at gamemakerserver@outlook.com if you need to discuss something. ;)
namlunthkl on 17 Nov 2014, 13:48:18
how can i show highscore list in view???
Size43 (Administrator) on 19 Nov 2014, 11:59:35
The highscores can be shown using gms_show_highscore. Alternatively, you can use gms_highscore_count and related functions to draw it yourself if the default highscore screen does not fit your needs.
namlunthkl on 20 Nov 2014, 06:51:03
thanks!
namlunthkl on 15 Nov 2014, 13:32:05
Thanks!! I hope you can fix it :)
SaitoZero on 19 Oct 2014, 23:08:42
Will this affect the release date for the next update of Game Maker Server?
I thought you said something like an update in the end of the month.
This doesn't really matter for me since I'm using 1.3.xxxx version.
Size43 (Administrator) on 20 Oct 2014, 19:37:49
Yes, it will. Please don't expect too much. Obviously, real life takes priority over GameMaker Server every single time I have to choose. I don't think I'm going to hit the timeframe I posted earlier. The update is coming, I'm working on it, but not as much as I used to. :)