-
Notifications
You must be signed in to change notification settings - Fork 3
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
Importing DICOM images will cause crash #12
Comments
Hi @edmundlaugasson. VTK needs OpenGL > 3. If you GPU driver doesn't support a newer version of OpenGL you can use software rendering, this way:
|
Using Arch Linux and it has very latest version of official nVidia software, which supports OpenGL, also very latest, currently
Such hacking might be solution but is quite overwhelming for most users. Such detection should happen automatically and program should run without manual hacking. |
I think you don't have the Nvidia driver installed in your flatpak or the flatpak one is not updated with the system one, they have to be in the same version. Try to install the driver on flatpak: $ flatpak install org.freedesktop.Platform.GL.nvidia-530-41-03 or update flatpak softwares:
You can use GPU-Viewer to see if Nvidia is working on flatpak:
|
Thank you for hints! |
I don't remember if I installed the nvidia driver or flatpak installed automatically to me. But flatpak always update the nvidia driver to match the system one. |
Actually in that computer is nVidia software as flatpak installed. Seems like this is not the cause of issue. |
Try to use
Other possible problem is you are forcing to use |
This installed ~330 MB of GNOME 43, which is outdated as [GNOME 44 is already in March 2023 out](https://release.gnome.org/ - filed an issue about that ) and then ~341MB of GNOME Locale 43, which is also outdated.... I'm using KDE.... But this app shows fine and still using X11. I understand the app InVesalius itself is faulty, because Weasis (also a Flatpak app) can show same DICOM-images freely without issues. I also checked Flatpak permissions with Flatseal and all needed permissions were given by default. If you store images outside home folder or removable device, you need to add it via Flatseal. |
I pushed a new update. It'll take some time to update in the Flathub. Maybe it will fix your problem. This is strange. I created invesalius flatpak using gnome 44 runtime. About the GPU-Viewer if you go to OpenGL tab it's showing Nvidia? This is what is showing here: |
My GPU-Viewer OpenGL-related output: |
We have some DICOM images here https://invesalius.github.io/download.html |
Great, thank you! |
Having 474 *.dcm (including DICOMDIR file) files (teeth images) unpacked in folder and trying to import. Opened app via CLI. First and after dashed line last rows after crash (program window will be automatically closed):
At the same time e.g. Weasis can browse and show these DICOM images, also series scrolling works.
The text was updated successfully, but these errors were encountered: