I downloaded the latest version today and when I run it, nothing happens. Trying to run from the command line throws an infinite recursion error. How can this be resolved? I’m running MacOS 15.4.
peter@moonshine ~ % /Applications/Manager.app/Contents/MacOS/ManagerDesktop
Process terminated. Encountered infinite recursion while looking up resource 'Argument_CultureNotSupported' in System.Private.CoreLib. Verify the installation of .NET is complete and does not need repairing, and that the state of the process has not become corrupted.
at System.Environment.FailFast(System.Runtime.CompilerServices.StackCrawlMarkHandle, System.String, System.Runtime.CompilerServices.ObjectHandleOnStack, System.String)
at System.Environment.FailFast(System.Threading.StackCrawlMark ByRef, System.String, System.Exception, System.String)
at System.Environment.FailFast(System.String)
at System.SR.InternalGetResourceString(System.String)
at System.SR.GetResourceString(System.String)
at System.Globalization.CultureInfo..ctor(System.String, Boolean)
at System.Globalization.CultureInfo.GetCultureByName(System.String)
at System.Globalization.CultureInfo.GetUserDefaultCulture()
at System.Globalization.CultureInfo.InitializeUserDefaultCulture()
at System.Globalization.CultureInfo.InitializeUserDefaultUICulture()
at System.Resources.ResourceManager.GetString(System.String, System.Globalization.CultureInfo)
at System.SR.InternalGetResourceString(System.String)
at System.SR.GetResourceString(System.String)
at System.Globalization.CultureInfo..ctor(System.String, Boolean)
at System.Globalization.CultureInfo.GetCultureByName(System.String)
at System.Globalization.CultureInfo.GetUserDefaultCulture()
at System.Globalization.CultureInfo.InitializeUserDefaultCulture()
at System.String.StartsWith(System.String, System.StringComparison)
at MonoMac.ObjCRuntime.Runtime.GetIsARM64CallingConvention()
at MonoMac.ObjCRuntime.Runtime..cctor()
at MonoMac.ObjCRuntime.Runtime.RegisterAssembly(System.Reflection.Assembly)
at MonoMac.AppKit.NSApplication.Init()
at Eto.Mac.Platform..ctor()
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean, Boolean)
at Eto.Platform.Get(System.String, Boolean, System.Collections.Generic.List`1<System.Exception>)
at Eto.Platform.get_Detect()
at Eto.Forms.Application..ctor()
at ManagerDesktop.Program.Main(System.String[])
zsh: abort /Applications/Manager.app/Contents/MacOS/ManagerDesktop
peter@moonshine ~ %