Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

___________________________________________
############################################################################################
ERROR in
action number 1
of Draw Event
for object objMainMenuControl:

Trying to draw non-existing sprite.
at gml_Object_objMainMenuControl_Draw_0
############################################################################################


This happens immediately upon load of the main menu, upon choosing ignore on the error report, it will load a new error every time the main menu animates.

(1 edit)

Found out the reason!

I had played on a save on alpha 3, and recently updated to alpha 6, alpha 6 had succesfully recognised there were previous save games, but was looking for game objects that have since been renamed or are no longer used.

 The solution for windows was to go to the save game folder (C:\Users\username\AppData\Local\Forager) and delete any previous saves, seemed to be the only thing that worked.