Skip to main content

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

Hi Mosbles,

 I’m experiencing a persistent issue with the 1.4 fix version on both Newgrounds and Itch.io. The game fails to load, getting stuck at about 25% or showing a "Fetching failed" error.

After checking the browser console, I found the following errors:

• Uncaught SyntaxError: illegal character U+FFFD in JedyneFappyParty 1.4 fix.framework.js.br

• Unable to parse Build/... 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: br" present.

It seems the game files are uploaded with Brotli (.br) compression, but the server headers are not properly configured to tell the browser to decompress them. Consequently, the browser tries to read the compressed binary data as plain text, leading to the "illegal character" crash. 

Could you please try to re-upload the game with Compression disabled in Unity's WebGL Player Settings (set Compression Format to None)? This is usually the most stable way to ensure compatibility across all mobile and desktop browsers without needing specific server-side header configurations.

Thanks for your hard work on this game!

hey thank you for looking this up!

I'll implement this when the next update rolls out (it won't be long!)

(1 edit)

i appreciate it because i really wanna play this game but i cant because of this and btw do you have 1.3, 1.2, 1.1 version of this game? anyone of them or this is the only one