1.0.21 - buffer_network fix
GMLive.gml » Devlog
So a new GMS2 update came out and got rid of one of the constants, giving you an error like this:
___________________________________________ ############################################################################################ FATAL ERROR in action number 1 of Create Event for object WaterRockAnimatedTile: Variable WaterRockAnimatedTile.buffer_network(100992, -2147483648) not set before reading it. at gml_Script___lnc_const_decl_f13 (line 33) - gml_const_add("buffer_network",buffer_network); ############################################################################################ -------------------------------------------------------------------------------------------- stack frame is gml_Script___lnc_const_decl_f13 (line 33) called from - gml_Script___lnc_const_decl (line 16) - __lnc_const_decl_f13(); called from - gml_Script_live_preinit_api (line 28) - __lnc_const_decl(); called from - gml_Script_live_preinit (line 111) - live_preinit_api();
This update fixes that. You can also fix it yourself by opening GMLAPI.gml with a text editor and commenting out the line where the error is (Ctrl+F "buffer_network"). This is the same for any other issues related to functions mismatching between your GMS/GMS2 version and GMLive - you just remove the missing ones.
Files
GMLive (for GMS1.4).gmez 448 kB
Version 1.0.21 Dec 06, 2018
GMLive (for GMS2.2.5).yymp 533 kB
Version 1.0.21 Dec 06, 2018
Get GMLive.gml
Buy Now$29.95 USD or more
GMLive.gml
Livecoding for GameMaker: Studio / GameMaker Studio 2
Status | Released |
Category | Assets |
Author | YellowAfterlife |
Tags | extension, GameMaker |
More posts
- 1.0.67 - small fixes and live_auto_call49 days ago
- 1.0.65 - 2022.11 compatibility and HTML5 tweaks63 days ago
- 1.0.63 - GML updates and a bunch more80 days ago
- 1.0.62 - 2022.8 compatibility and alt. serverSep 12, 2022
- 1.0.59 - Fixes, features, and optimizationsAug 03, 2022
- 1.0.57 - 2022.2.1 compatibilityMar 12, 2022
- 2.3.7 updatesNov 29, 2021
- 1.0.54 - small fixesAug 21, 2021
- 1.0.53 - GX Jam editionAug 02, 2021
- 1.0.48 - many fixes!Jun 05, 2021
Leave a comment
Log in with itch.io to leave a comment.