Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GMLive.gml

Livecoding for GameMaker: Studio / GameMaker Studio 2 · By YellowAfterlife

[Solved] project with gmlive doesn't compile after updating to 2.3

A topic by Dave.Moon created Nov 04, 2020 Views: 510 Replies: 4
Viewing posts 1 to 4
(2 edits)

Hello,  I downloaded gmlive for GMS2 on the YoYo marketplace. It worked well  before upadting to gms2.3 (  I  I was delaying the update ) Today I finally updated and the project doesn't work if gmlive is added. If I remove gmlive it compiles wihout problems. If I added gmlive ( recent version from YoYo  marketplace) the bunch of errors appeared:


Script: gml_node_is_simple at line 15 : malformed assignment
Script: gml_parser_run at line 438 : got 'switch' expected '}'
Script: gml_std_string_hx_trim at line 8 : Assignment operator expected
Script: gml_node_is_simple at line 15 : Assignment operator expected
Script: gml_node_is_simple at line 17 : got 'return' expected '}'
Script: gml_node_equals_list at line 7 : Assignment operator expected
Script: gml_node_equals at line 662 : Assignment operator expected
Script: gml_node_equals at line 664 : got '>=' expected '}'
Script: gml_node_seek_all at line 202 : Assignment operator expected
Script: gml_node_seek_all at line 204 : got 'l_i' expected '}'
Script: gml_parser_run at line 436 : malformed assignment
Script: gml_parser_run at line 1 : Fatal Error while compiling - bailing details below
Script: gml_std_string_hx_trim at line 8 : malformed assignment
Script: gml_std_string_hx_trim at line 1 : Fatal Error while compiling - bailing details below
Script: gml_parser_run at line 436 : Assignment operator expected


I suspected that maybe my version is not adapted to 2.3 but I downladed  it from the marketplace. I got only two options:  "Download for Studio 1.4" and "Download for Studio 2"

so I assumed that  "Download for Studio 2" is for 2.3 .   How can i fix it and launch the project  ? :)

Regards,

Dave

Developer

There is presently a bug with GM Marketplace where the web UI does not give you the 2.3 download at all - you have to download using menu:Marketplace➜My Library in the IDE.

It works, thank you. 

I have 2.3 but still having the same issues listed above

Developer

Did you remove the 2.2.5 extension and included files before importing the 2.3 version?