I get the following error when attempting to run my project:
Variable <unknown_object>.gml_compile_init(116068, -2147483648) not set before reading it. at gml_GlobalScript_GMLive (line 5483) - if(live_enabled)gml_compile_curr_script=gml_compile_init(); ############################################################################################ gml_GlobalScript_GMLive (line 5483)
I'm using version 1.0.71 for GMS2.3 and GMS2022+. I could not find the gml_compile_init function anywhere in the code. The GMLive_Compiler file is empty - not sure if this is related.