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

The game crashes when I press Start Game

Really weird. I'm trying to reproduce the problem on two different computers, but with no success. And you're not the only one for who it's crashing

Do you know if there's anything peculiar with your setup? Do you have the .NET Core runtime installed?

I'm on Windows 10, using .NET Core 3.1. I don't think there's anything particular about my setup, the only thing I can think of is my computer resolution being 720p not 1080p like you mention in the game page. Not sure if that would be a problem though

(1 edit) (+1)

The problem ended up being C#'s Float.Parse() not using the InvariantCulture by default when I'm loading levels.

So people with an OS that's in a language that doesn't use dots for the decimal places in numbers would just crash

(1 edit) (+1)

Hah, that's a bit of classic. I'll give it another shot then!