You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Crash] System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Type Variant can not be retrieved as #1058
This new version of UV-Tools crashes on startup and shows below error(s).
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Type Variant can not be retrieved as Array/Struct.)
---> System.InvalidOperationException: Type Variant can not be retrieved as Array/Struct.
at Tmds.DBus.Protocol.VariantValue.ThrowCannotRetrieveAs(String from, IEnumerable`1 to)
at Tmds.DBus.Protocol.VariantValue.ThrowCannotRetrieveAs(VariantValueType from, VariantValueType[] to)
at Tmds.DBus.Protocol.VariantValue.GetItem(Int32 i)
at Avalonia.FreeDesktop.DBusPlatformSettings.ToAccentColor(VariantValue value)
at Avalonia.FreeDesktop.DBusPlatformSettings.TryGetAccentColorAsync()
at Avalonia.FreeDesktop.DBusPlatformSettings.TryGetInitialValuesAsync()
--- End of inner exception stack trace ---
Category: Task
File: UVtools_demo_file.sl1s [Version: 0] [Class: SL1File]
Machine date time: 17.08.2025 08:18:00
UTC date time: 17.08.2025 06:18:00
How to reproduce
I downloaded the AppImage, set it to executable, and attempted to start it.