Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

FATAL ERROR in Room Creation Code for room rm_blank

A topic by cookiedraggy created 44 days ago Views: 87 Replies: 2
Viewing posts 1 to 3

Getting the following error after updating GMLive to the latest version. My runtime is v2024.8.0.216 (One of the Betas for the release that just came out)


___________________________________________

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

FATAL ERROR in Room Creation Code for room rm_blank

ds_map_find_value argument 1 incorrect type (undefined) expecting a ds_map

 at gml_Script_live_room_loader_add_layer (line 13683) -        var l_ql_depth=ds_map_find_value(l_ql, "depth");

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

gml_Script_live_room_loader_add_layer (line 13683)

gml_Script_live_room_loader_run_impl2 (line 14014) -               live_room_loader_add_layer(ds_list_find_value(l_lrs,l_lrk));

gml_Script_live_room_start (line 14046) -               live_room_loader_run_impl2(l_rm2);

gml_Room_rm_blank_Create (line 1) - live_room_start();

Developer

Hard to tell without a test project! One thing that’s definitely not supported is room inheritance.

Developer

Upon further review, it’s this bit which I thought that I had rolled out in an update but apparently not https://itch.io/post/10223311