Replies: 1 comment 2 replies
-
Hi! Try these steps to diagnose the issue. It could be that a missing library that is not bundled in the AppImage is causing this. First, unpack the .AppImage with:
Then, a folder named squashfs-root will be unpacked. This command may show you which libraries are missing, if any:
Install the packages and you should be good to go. I'm running it on Debian 12 KDE, using the V2.0.0 released .AppImage, but I had to do the previous procedure in order to have it working for me. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
Trying to use the OrcaSlicer_Linux_V2.0.0.AppImage .
My Linux system is as follows:
Base: Debian GNU/Linux 12 (bookworm)
Distro: antiX-23-runit_x64-base
CPU: Intel Core i7-6700
Graphics: Intel HD Graphics 530
System Memory: 32 GiB
Shell: Bash 5.2.15
Desktop: JWM
Have downloaded the AppImage and used chmod+x to enable running from the command line.
When launching, many errors ensue ending in a segmentation fault.
Terminal output as follows:
$ ./OrcaSlicer_Linux_V2.0.0.AppImage)
[2024-05-22 18:21:05.095581] [0x00007fce93891d40] [trace] Initializing StaticPrintConfigs
add font of HarmonyOS_Sans_SC_Bold returns 1
add font of HarmonyOS_Sans_SC_Regular returns 1
add font of NanumGothic-Regular returns 1
add font of NanumGothic-Bold returns 1
(orca-slicer:14614): Gtk-CRITICAL **: 18:21:05.463: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
(orca-slicer:14614): Gtk-CRITICAL **: 18:21:10.743: gtk_window_resize: assertion 'width > 0' failed
(orca-slicer:14614): GLib-GObject-WARNING **: 18:21:10.765: invalid cast from 'wxPizza' to 'GtkCellLayout'
(orca-slicer:14614): Gtk-CRITICAL **: 18:21:10.765: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
(orca-slicer:14614): Gtk-CRITICAL **: 18:21:11.460: gtk_window_resize: assertion 'height > 0' failed
(orca-slicer:14614): Gtk-CRITICAL **: 18:21:11.464: gtk_widget_set_size_request: assertion 'width >= -1' failed
(orca-slicer:14614): Gtk-CRITICAL **: 18:21:11.472: gtk_window_resize: assertion 'height > 0' failed
(orca-slicer:14614): Gtk-CRITICAL **: 18:21:11.473: gtk_widget_set_size_request: assertion 'width >= -1' failed
(orca-slicer:14614): Gtk-CRITICAL **: 18:21:11.598: gtk_window_resize: assertion 'width > 0' failed
(orca-slicer:14614): Gtk-CRITICAL **: 18:21:11.606: gtk_widget_set_size_request: assertion 'width >= -1' failed
segmentation fault
$
Does anyone have an idea why the AppImage does not work with a mainstream Linux distribution?
Does anyone have suggestions on how to troubleshoot these problems?
Look forward to the feedback.
Beta Was this translation helpful? Give feedback.
All reactions