
























This is failing for me. When I execute /opt/stabilitymatrix/StabilityMatrix.Avalonia on the command line, I get
System.Exception: Could not find APPIMAGE environment variable
at StabilityMatrix.Core.Helper.Compat.GetExecutableName()
at StabilityMatrix.Core.Helper.Compat.get_AppCurrentPath()
at StabilityMatrix.Avalonia.Helpers.UriHandler.RegisterUriSchemeLinux()
at StabilityMatrix.Avalonia.Helpers.UriHandler.RegisterUriScheme()
Setup: took 2.43ms
Followed by
Unhandled exception. System.OverflowException: Arithmetic operation resulted in an overflow.
at Avalonia.X11.Screens.X11Screens.X11Screen.UpdateWorkArea()
at Avalonia.X11.Screens.X11Screens.X11Screen.Refresh(MonitorInfo newInfo)
at Avalonia.X11.Screens.X11Screens.ScreenChanged(X11Screen screen)
at Avalonia.Platform.ScreensBase`2.ScreenAdded(TScreen screen)
at Avalonia.Platform.ScreensBase`2.EnsureScreens()
at Avalonia.Platform.ScreensBase`2.get_AllScreens()
at Avalonia.X11.X11Window..ctor(AvaloniaX11Platform platform, IWindowImpl popupParent, X11WindowMode mode, Boolean overrideRedirect)
at Avalonia.X11.AvaloniaX11Platform.CreateWindow()
at FluentAvalonia.UI.Windowing.AppWindow..ctor()
at StabilityMatrix.Avalonia.Views.FirstLaunchSetupWindow..ctor()
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
at StabilityMatrix.Avalonia.App.OnFrameworkInitializationCompleted()
at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime(AppBuilder builder, String[] args, Action`1 lifetimeBuilder)
at StabilityMatrix.Avalonia.Program.Main(String[] args)
I'm on Artix, but I can't imagine that makes a difference, and I get exactly the same problem if I compile the non-bin stabilitymatrix package. I have an AMD 7900XTX, if that matters. Is anyone else getting this? Should I report it upstream? I have dotnet 9.0 and only 9.0 installed.
new sha265 for 2.14.2 is 23271c1d2ae87f777aab51203ed90a57d43af202cfc5ad717c0141f567e45863
Sorry for the delay, was AFK. Thanks for the heads up and the checksum. I hate when GitHub does that =(
Hi, the checksum has changed, so you might want to update the PKGBUILD:
==> Retrieving sources...
-> Found stabilitymatrix-2.14.0.zip
==> Validating source files with sha256sums...
stabilitymatrix-2.14.0.zip ... FAILED
The checksum should be: sha256sums=('6841af33ce7c33188e54d6f7d0491c8f38ba61159b9deeae77b0749663a02ce1')
Thank you!
Error during installation :
==> Lancement de package()… Installation de -Dm755 depuis l'AUR avec yay... -> une seule opération peut être réalisée à la fois ==> ERREUR : Une erreur s’est produite dans package(). Abandon… :: Unable to build stabilitymatrix-bin - makepkg exited with code: 4 =>> Try again? [y/N]:
This worked perfectly for me. Thank you.
I think I know what happens with checksums and tried to fix that. Please try again.
Version 2.11.5-1 :
Can't install due to incorrect sha256sums of StabilityMatrix-linux-x64.zip
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@frankspace not sure about the APPIMAGE variable error but for the X11 one - do you use pure Wayland session without Xwayland installed by any chance? Application is running as X instance under Wayland sessions. I use KDE Wayland on CachyOS with 9070 XT (had 6800 XT) and it works fine for me.
UPD: It throws APPIMAGE error for me too but it doesn't prevent application from launching.