@Mootfrost
C#, C++, JS, Python

Почему запускается mgcb editor на линуксе?

Я пытаюсь поставить моногейм на арч линукс. При попытке запустить уже установленный MGCB EDITOR он вылетает с ошибкой:
Failed to load �kfn5V, error: /usr/lib/libpthread.so.0: version `GLIBC_PRIVATE' not found (required by /var/lib/snapd/snap/dotnet-sdk/171/shared/Microsoft.NETCore.App/3.1.26/../../../lib/x86_64-linux-gnu/librt.so.1)
Failed to bind to CoreCLR at '/var/lib/snapd/snap/dotnet-sdk/171/shared/Microsoft.NETCore.App/3.1.26/'
Failed to create CoreCLR, HRESULT: 0x80008088

Почему такое может происходить? стоит dotnet 3.1.26

P.S.
После ребута системы вот такое:
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.Globalization.CultureInfo.get_CurrentCulture()
   at System.String.StartsWith(System.String, System.StringComparison)
   at System.String.StartsWith(System.String)
   at System.CommandLine.Parsing.StringExtensions.RemovePrefix(System.String)
   at System.CommandLine.Symbol.AddAlias(System.String)
   at System.CommandLine.Symbol..ctor(System.Collections.Generic.IReadOnlyCollection`1<System.String>, System.String)
   at System.CommandLine.Command..ctor(System.String, System.String)
   at System.CommandLine.RootCommand..ctor(System.String)
   at MonoGame.Tools.Pipeline.Utilities.CommandLineParser..ctor(MonoGame.Tools.Pipeline.Utilities.ICommandLineInterface)
   at MonoGame.Tools.Pipeline.Program.Main(System.String[])
[1]    2582 IOT instruction (core dumped)  mgcb-editor
  • Вопрос задан
  • 79 просмотров
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы