-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[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. (org.freedesktop.DBus.Error.ServiceUnknown: The name com.canonical.AppMenu.Registrar was not provided by any .service files) #964
Comments
This is your first time submitting an issue with UVtools 🥳Please review your issue and ensure that the submit template was followed, the information is complete, and not related to any other open issue. It will be reviewed shortly. Debugging is very important and make the program better. Thanks for contributing and making the software better! 🙌 |
This comes from UI Framework, and other more have this problem: https://github.com/sn4k3/UVtools/issues?q=DBus AvaloniaUI/Avalonia#17616 |
for me this errors occurs since I use version 5.0.2... |
Because v5 uses latest avalonia. If you revert to latest v4 it won't trigger this error. |
It's really not rare with UVTools. |
same problem here (Using Linux Mint) |
Is this fixed with latest release? |
Nope. I've just tested (Linux Devuan). |
Dam, I tested on VM and works ok. Ubuntu as OP using. |
I can confirm I am also running into this on Debian Testing (Trixie) w/ KDE. What seems to trigger it most consistently is to attempt to hover over the stats in the bottom bar (e.g. Wait Time). The tooltip will flash up a couple of times (but is seemingly empty?), and UVtools usually crashes after a few seconds of this. Edit: Upon some further testing, this is not hard to reproduce at all for me. About half of the buttons in the UI appear to trigger this, every time. My usual workflow (just converting from PrusaSlicer to a CTB file) doesn't usually hit it, but if you actually want to use any of UVtools's features other than that, it's difficult to go more than a minute or two without hitting it. |
Check last version |
This now appears to work for me, both in the release version and building from source. The contents of the tooltip still are not visible, and the tooltip still disappears immediately after appearing, but it no longer seems to crash for me. |
Yes, bug still there, is just ignored vmware_2025-03-10_03-44-08.mp4 |
System
Printer and Slicer
No response
Description of the bug
How to reproduce
I struggle to reproduce it, so suspect it may be some sort of a race. When I got this exception I had just reloaded a file and went straight into "Edit print parameters". It works fine now, but on DBus I can still see calls to
com.canonical.AppMenu.Registrar
and errors in response:so I'm suspecting that the problem is that for some reason the exception was not caught at that time.
Files
No response
The text was updated successfully, but these errors were encountered: