Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Really? Hm...I’ll take a look at that. I’m not super familiar with Linux, but I’ll ask some of my more code-savvy friends about it.

hey, i just got the update 1.0.8 (linux) and it's still giving me "failed to load GameFont"   :'( 

it may be a problem on my end, so i'll keep looking into it

(1 edit)

I had this problem too and dug a little into things. Had to load the game in firefox so I could use the development console.

The issue is that gamefont.css tries to load 8bitoperatorplus-regular.ttf, while the file is named 8bitOperatorPlus-Regular.ttf. Linux distinguishes filenames with diferent capitalization.

My solution was making a system link because I don't like changing game data, but you can just rename the file safely.

Thanks a ton! I'll edit the text js file, I'm hoping to put out a patch soon anyway!

Found the root of the issue, you can check my other comment for it.