Skip to main content

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

Hello, when I load this game in the simulator to sideload I get an error stating - "Update error: no such function 'update'". This error also happens with the demo, but it does not happen with other games. Any help?

Hello ninian947, this is a C game meaning the binary built for the simulator is platform-specific, and for this game it will only work with the Linux simulator. If you were to run Ubuntu as a virtual machine (e.g. using virtualbox) and install the Linux simulator, then it should play.