-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Flatpak install exits upon loading image. #67
Comments
Thank you for the report. It looks like an application crash. Actually I don't know about the scenario that causes a crash Edit: alizams is one of the other Qt applications mentioned in Fedora crash reports here, I have seen this already and couldn't reproduce, It seems to happen to almost every Qt application under certain conditions on certain machines, it looks like the crash is happening in Qt functions, I am absolutely not sure about. |
If you couldn't provide the image there are not many options for me to investigate, you could try following:
Also it would be interesting to know does it happen with another files. The fact that you can view an image for some time before crash could mean that the problem may be not related to loading of DICOM, but I am not sure. |
I have the same "load image then crash" problem that is reported here. Will copy details before for reference and try what you suggest above. |
Thank you very much for the report
Do you mean one of my packages (in Release section) built with Open Build System? If yes, maybe you could try Single binary, the dependencies should be already installed. Does it work? Thanks. Edit: Edit: |
Yes, I think it was the Ubuntu 22.04 one (closest match to Neon I believe)
I will try this over the weekend, time willing. Feel free to nudge me if you don't hear back in a couple of weeks. The platform wayland thing will be interesting to try, as that didn't work with the OBS or flatpak package (not to my surprise). |
I have now tried the single binary you pointed to, and it works. There are no crashes when opening new images. Not sure if this gets us closer to fixing the flatpak, but it seems like a useable workaround to point people to in the meantime. |
Thank you!
On my computer I see a difference if I rotate an image in 3D view, probably something with mouse events (events compression bug? not sure), there is the workaround, check 'Settings' -> '3D' -> 'Set min. update interval'. Just FYI. If X (Xwayland) works, I still prefer X. I tried the latest stable KDE neon in VMware, there was an unexpected crash of flatpak release one time, the app just disappeared during a folder scan. Only once, but it is enough to know that something is wrong. I shall look closer and maybe update flatpak build, not yet sure. |
I have a recent set of images in DICOM provided to me by my doctor. I'm attempting to load them.
I am using the stable version from the FlatPak repository. (1.9.10 in About menu)
Despite enabling every debug setting and workaround in the settings menu, I continually get the following:
I navigate to any of the DICOM images stored on the provided disk.
I attempt to load the image.
After a few seconds, the image seems to display on my screen.
The application immediately exits, taking down any possible image view.
No log records are printed to the console after starting, providing no context as to possible causes.
I expected to either view the relevant image(s) or to get a meaningful error/log report which I could provide here.
The text was updated successfully, but these errors were encountered: