Skip to main content

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

I am unable to try this game from the Itch app. It gives the following error:

"Unable to parse Build/Ame Believer.framework.js.gz! This can happen if build compression was enabled but web server hosting the content was misconfigured to not serve the file with HTTP Response Header "Content-Encoding: gzip" present. Check browser Console and Devtools Network tab to debug."

I have not tried to play from any regular browser... yet.

We do recommend playing from the usual browsers on PC, thanks for notifying though!

(2 edits)

Just an update (maybe pass this on to Itch, too):

If I edit the "index.html" to replace the "*.gz" files with the un-gzipped files (and actually un-gzip the files within the Itch folder for the game), everything seems to work okay.

My guess is that since Itch is feeding the files locally instead of a "real" web server, it is not sending the encoding and/or content-type headers (or any other web server headers, for that matter...)

(Oh, and just F.Y.I., I am a Linux user, not a Windows PC user, which is why I prefer the Itch app. I also do not always have Internet access to play online.)

Thanks for the information and head's up, I didn't know