Skip to main content

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

Getting this bug when trying to save or auto-save loaded game:

___________________________________________

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

ERROR in

action number 1

of Draw Event

for object obj_con:

unable to convert string "" to number

at gml_Script_save_game

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

gml_Script_save_game (line -1)

gml_Object_obj_con_Draw_64


Playing as Pyre on Isles of War

ive been getting a similar error when trying to load into an existing file since last update:

___________________________________________

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

ERROR in

action number 1

of Create Event

for object obj_worldgen:

instance_create_depth argument 3 incorrect type (string) expecting a Number (YYGI32)

at gml_Script_load_game

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

gml_Script_load_game (line -1)

gml_Object_obj_worldgen_Create_0