Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GMLive.gml

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

[Fixed in 1.0.63+] Missing functions + error on startup in 2.3.7

A topic by Yozoraki created Sep 24, 2022 Views: 366 Replies: 4
Viewing posts 1 to 4
(1 edit)

I'm installing GMLive for the first time on v2.3.7.474. 
Whenever I launch my game I get a list of missing functions-

Function missing: video_pause
Function missing: video_resume
Function missing: video_enable_loop
etc...

Then I get this error-

___________________________________________

############################################################################################

ERROR in

action number 1

of Create Event

for object <undefined>:

Variable <unknown_object>.time_source_state_stopped(102249, -2147483648) not set before reading it.

 at gml_Script_live_preinit_init_consts (line 73) -        l_gmlConstValues=[undefined,pointer_invalid,pointer_null,path_action_stop,path_action_restart,path_action_continue,path_action_reverse,pi,NaN,infinity,GM_build_date,GM_version,GM_runtime_version,timezone_local,timezone_utc,gamespeed_fps,gamespeed_microse

############################################################################################

gml_Script_live_preinit_init_consts (line 73)

gml_Script_live_preinit_api (line 429) -               live_preinit_init_consts();

gml_GlobalScript_GMLive (line 4079) -        live_preinit_api();

Developer

That’s the kind of thing that happens when you use a GameMaker version that’s a year out of date, but I can perhaps support 2.3.7.476 in the next release.

Fair enough, I avoid updating GM now that my main project is so big and spaghetti coded that I doubt I'd be able to handle it if anything went wrong.
If it's not too much of a hassle then I'd appreciate it, but don't worry if it'd waste an excessive amount of your time. Thanks for the quick reply

(1 edit)

We're getting the same issue with the latest release,  we're on runtime 2.3.7.476

If it's too much of a hassle to support 2.3.7 in a next release, it'd be great if you could make an older version of gmlive.gml available for download again that supports it? The latest older version anyone on our team has downloaded is GMLiveForGMS2.3+ 1.0.57, which mostly works but seems like it doesn't properly support all 2.3.7 features (unless the issues we're getting are our own fault lol) maybe there's a version from between then and now that'd be a great fit

Developer(+2)

I do intend to support 2.3.7 in the next release as it turned out to be more common than expected.