Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hi, I’m running into a number of issues on Windows (running in a Sandbox):

  • It complains upon unzipping that some files can’t be unzipped (due to encryption?)
  • It doesn’t start up because “data/config/times.ttf” cannot be found. When I supply my own font at that path, it starts…
  • … However it only gets as far as the tutorial screen (Press W/Up to jump) before spamming me in the console about missing assets and not proceeding further (tried to mash all kinds of buttons).

The error: Failed to load image “data/roomdat/walltemp.png”. Reason: Unable to open file Failed to load image “”. Reason: Unable to open file

The unzipped folder structure: | GMTK2024.exe | GMTK2024.iobj | GMTK2024.ipdb | GMTK2024.pdb | openal32.dll | sfml-audio-2.dll | sfml-graphics-2.dll | sfml-network-2.dll | sfml-system-2.dll | sfml-window-2.dll | -–data | Heroicon.png | Sarahico.png | Thumbs.db | Thumbs.db_encryptable

(1 edit)

Some files are not unzipping... Weird... Walltemp is the data file from the whole room loads (at least for the first part of the tutorial), the game defaults to zero and puts in a forever falling state.  However the blank error should be blank since that object is not loaded in, and will load in by the time the top of the mountain is reached.  However, what I'm more curious about is how you still have the console anyway, because that is supposed to hide once the splash screen is loaded.  Some people tried extracting the file again with success, you might want to try that since I didn't encrypt anything.
And the font thing, that's only a check to see if the Data folder exists because I have shipped the game with out it before...  You need those files to run the game since I don't know how to make it all  one file yet...

Someone else had the same problem as you, Try re-downloading the game I think Itch may be screwing up the download!!