Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

The game (at least, the linux version) crashes on startup :(

If you run it in the terminal, you get a C# exception that “Couldn’t find a valid ICU package installed on the system.”. I assume this is a problem with the game because I have the .NET SDK installed.

(+2)

Sorry, I didn’t have this issue so I’ve assumed the build was working.

From what I’ve seen online, this error is related to some sort of Unicode handling. According to this StackOverflow answer, the issue could be resolved by setting the DOTNET_SYSTEM_GLOBALIZATION_INVARIANT environment variable to 1.

Could you check whether this works, if possible?

Thank you for reporting this!

(+3)

this worked!