Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

dubst3pp4

3
Posts
1
Following
A member registered Mar 30, 2022

Recent community posts

Thank you very much! I'm not a .Net person but maybe I can help with the Linux build. Let me know 馃槂

(1 edit)

I've googled a bit and found that I can export the following variable:

export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1

When I do this and start the game, I now get the following hint:

No usable version of libssl was found

It then crashes again.

Today I've stumbled upon this wonderful looking game. Unfortunately I wasn't able to run in on Ubuntu 22.10 (x86 64bit, Wayland and XOrg). When I start it, it terminates with the following error:

Process terminated. Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support.

   at System.Environment.FailFast(System.String)

   at System.Globalization.GlobalizationMode.GetGlobalizationInvariantMode()

   at System.Globalization.GlobalizationMode..cctor()

   at System.Globalization.CultureData.CreateCultureWithInvariantData()

   at System.Globalization.CultureData.get_Invariant()

   at System.Globalization.CultureInfo..cctor()

   at System.StringComparer..cctor()

   at Microsoft.Xna.Framework.Content.ContentManager..ctor(System.IServiceProvider)

   at Microsoft.Xna.Framework.Game..ctor()

   at Melkhior.Main..ctor()

   at Melkhior.Program.Main()

Any ideas what library or setting could be missing? Thank you a lot!
Marc