SoftFever / OrcaSlicer

G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
https://discord.gg/P4VE9UY9gJ
GNU Affero General Public License v3.0
6.65k stars 780 forks source link

AppImage Fails to start on Debian 12 Required libs missing #6315

Open tjthorn opened 1 month ago

tjthorn commented 1 month ago

Is there an existing issue for this problem?

OrcaSlicer Version

V2.1.1

Operating System (OS)

Linux

OS Version

OS: Debian 12 bookworm

Additional system information

OS: Debian 12 bookworm Kernel: x86_64 Linux 6.1.0-22-amd64 DE: KDE 5.103.0 / Plasma 5.27.5 WM: KWin CPU: AMD Ryzen 5 2600 Six-Core @ 12x 3.4GHz GPU: AMD/ATI Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] RAM: 32024MiB

Printer

n/a

How to reproduce

Follwing work around from bug #6064 Install nightly build of OrcaSlicer_Linux_Ubuntu2404_V2.1.1.AppImage. Make Executable and execute from cli with ./OrcaSlicer_Linux_Ubuntu2404_V2.1.1.AppImage

Actual results

Output to terminal upon execution of the reproduction steps:

/tmp/.mount_OrcaSldx30R1/bin/orca-slicer: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_OrcaSldx30R1/bin/orca-slicer)

/tmp/.mount_OrcaSldx30R1/bin/orca-slicer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_OrcaSldx30R1/bin/orca-slicer)

/tmp/.mount_OrcaSldx30R1/bin/orca-slicer: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /tmp/.mount_OrcaSldx30R1/bin/orca-slicer)

Expected results

App to launch and open on screen

Project file & Debug log uploads

Failure occurs prior to creation of $HOME/.config/OrcaSlicer

Checklist of files to include

Anything else?

No response

ElectricalBoy commented 1 month ago

Is glibc installed on your system?

tjthorn commented 1 month ago

Yes

ME@My-PC:~$ ldd --version
ldd (Debian GLIBC 2.36-9+deb12u7) 2.36
Copyright (C) 2022 Free Software Foundation, Inc.
bschatz commented 3 weeks ago

OrcaSlicer_Linux_V2.1.1.AppImage works for me (but it crashes when i want to access the device)

As a remark:

... AppImage aims to be a format that is self-contained, and independent of the underlying Linux distribution ...

This is obviously not the case here, i would really would like that they would offer deb packages.