discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Linux Appimage crashes on file save

L
luggw1
Sat, Apr 10, 2021 11:19 PM

I am new to OpenSCAD and am attempting to run it on Linux Mint 20 Ulyana.  I
downloaded the Appimage, ran it and attempted to save a file and it
immediately crashed.  I ran it again from the console, and discovered this
message:

"(AppRun.wrapped:12129): Gtk-WARNING **: 16:50:10.106: 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/Mint-Y-Dark/actions/16/image-missing.svg: Unable to load
image-loading module:
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so:
/usr/lib/x86_64-linux-gnu/librsvg-2.so.2: undefined symbol: cairo_tag_end
(gdk-pixbuf-error-quark, 5)
Bail out!
Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon:
assertion failed (error == NULL): Failed to load
/usr/share/icons/Mint-Y-Dark/actions/16/image-missing.svg: Unable to load
image-loading module:
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so:
/usr/lib/x86_64-linux-gnu/librsvg-2.so.2: undefined symbol: cairo_tag_end
(gdk-pixbuf-error-quark, 5)"

I verified that the appropriate GTK pixbuf libraries are in fact installed
on the system.  Any thoughts as to what might be the problem here?

Thanks
Bill Lugg

--
Sent from: http://forum.openscad.org/

I am new to OpenSCAD and am attempting to run it on Linux Mint 20 Ulyana. I downloaded the Appimage, ran it and attempted to save a file and it immediately crashed. I ran it again from the console, and discovered this message: "(AppRun.wrapped:12129): Gtk-WARNING **: 16:50:10.106: 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/Mint-Y-Dark/actions/16/image-missing.svg: Unable to load image-loading module: /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /usr/lib/x86_64-linux-gnu/librsvg-2.so.2: undefined symbol: cairo_tag_end (gdk-pixbuf-error-quark, 5) Bail out! Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Mint-Y-Dark/actions/16/image-missing.svg: Unable to load image-loading module: /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /usr/lib/x86_64-linux-gnu/librsvg-2.so.2: undefined symbol: cairo_tag_end (gdk-pixbuf-error-quark, 5)" I verified that the appropriate GTK pixbuf libraries are in fact installed on the system. Any thoughts as to what might be the problem here? Thanks Bill Lugg -- Sent from: http://forum.openscad.org/
TP
Torsten Paul
Sun, Apr 11, 2021 1:58 AM

On 11.04.21 01:19, luggw1 wrote:

Any thoughts as to what might be the problem here?

Only as far as a workaround exists, see:
https://github.com/openscad/openscad/issues/3523

ciao,
Torsten.

On 11.04.21 01:19, luggw1 wrote: > Any thoughts as to what might be the problem here? Only as far as a workaround exists, see: https://github.com/openscad/openscad/issues/3523 ciao, Torsten.