blablabliam / ZapCapture

GUI-Based Lightning Frame Extractor for Stormchasers and Photographers. ⚡
MIT License
27 stars 2 forks source link

Crash while opening directories (LINUX) #3

Open blablabliam opened 2 weeks ago

blablabliam commented 2 weeks ago

Tested on both Mint and Ubuntu with a fresh install. First detected in March on Ubuntu 22.04.4 LTS, but I figured it was just my computer being too bungled up to run the software correctly. I used a fresh laptop, installed Mint 23.1 Cinnamon, and tried again expecting it to work, but the same error happened.

After clicking the 'Select Input Directory' button, the app crashes.

Logs:

libGL error: MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: iris
libGL error: MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: iris
libGL error: MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: swrast

~click button~

(ZapCapture_Linux:2245): Gtk-WARNING **: 11:20:37.346: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
**
Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Yaru/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
Bail out! Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Yaru/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
Aborted

Attempts to Fix: Run as Sudo - same behavior

blablabliam commented 2 weeks ago

In VS Code, the program works fine. I'm guessing some recent change in Linux world made the program no longer function. I'll rebuild the Linux version and see if it fixes things.