You are not logged in.
Installing dotnet-runtime works fine. dotnet --help/info commands etc work but after I install dotnet-sdk it spits out this
error making it unable for me to install a package (for example ryujinx-git) from the aur:
dotnet --info
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.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.Globalization.CultureInfo.InitializeUserDefaultUICulture()
at System.TimeZoneInfo.GetUtcStandardDisplayName()
at System.TimeZoneInfo.CreateUtcTimeZone()
at System.TimeZoneInfo..cctor()
at System.DateTime.get_Now()
at Microsoft.DotNet.Cli.Program.Main(System.String[])
zsh: IOT instruction (core dumped) dotnet --info.Edit: Result of corrupt locale.conf
Last edited by xManlyMaid (2024-07-09 07:24:44)
Offline