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