Orca slicer does not run
Is there an existing issue for this problem?
- [X] I have searched the existing issues
OrcaSlicer Version
2.0.0
Operating System (OS)
Linux
OS Version
Ubuntu 22.04
Additional system information
No response
Printer
Ender 3 V1
How to reproduce
- Download the AppImage
- Go to properties
- Click permissions tab
- Allow executing file as a program
- Run the file
Actual results
The app doesn't do anything.
Expected results
It should run
Project file & Debug log uploads
N/A - no crash logs found
Checklist of files to include
- [ ] Log file
- [ ] Project file
Anything else?
I was trying to run Prusa slicer earlier today, did not work. Decided to try Orca slicer. I checked the permissions for running the app. Tried 4 different variations of 2.0.0, none worked. Only one opened the license window and then crashed.
Can you run it from a terminal by using the command ./OrcaSlicer_Linux_V2.0.0.AppImage.
After that can you give us the output so we can see what is going on.
I have the same issue running the AppImage on Linux Mint 21.1 and 21.3 (Linux Mint is based on Ubuntu). Could be related to the issue (#4381), I reported on 1.9.0, 1.9.1, 2.0.0 beta and 2.0.0 RC.
$ ./OrcaSlicer_Linux_V2.0.0.AppImage
/tmp/.mount_OrcaSlkEBvfp/bin/orca-slicer: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
This is the same issue as #5007
Try installing package libwebkit2gtk-4.0-37 on the host system and see if it helps:
sudo apt install libwebkit2gtk-4.0-37
Try installing package
libwebkit2gtk-4.0-37on the host system and see if it helps:
That did fix it for my case.
/tmp/.mount_OrcaSlaGHfci/bin/orca-slicer: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29' not found (required by /tmp/.mount_OrcaSlaGHfci/bin/orca-slicer) /tmp/.mount_OrcaSlaGHfci/bin/orca-slicer: /lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.26' not found (required by /tmp/.mount_OrcaSlaGHfci/bin/orca-slicer)
don@debian:~/Downloads$ strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 GLIBCXX_3.4.4 GLIBCXX_3.4.5 GLIBCXX_3.4.6 GLIBCXX_3.4.7 GLIBCXX_3.4.8 GLIBCXX_3.4.9 GLIBCXX_3.4.10 GLIBCXX_3.4.11 GLIBCXX_3.4.12 GLIBCXX_3.4.13 GLIBCXX_3.4.14 GLIBCXX_3.4.15 GLIBCXX_3.4.16 GLIBCXX_3.4.17 GLIBCXX_3.4.18 GLIBCXX_3.4.19 GLIBCXX_3.4.20 GLIBCXX_3.4.21 GLIBCXX_3.4.22 GLIBCXX_3.4.23 GLIBCXX_3.4.24 GLIBCXX_3.4.25 GLIBCXX_DEBUG_MESSAGE_LENGTH don@debian:~/Downloads$
I am getting this error on Kubuntu 24.04 as well. This system has libwebkit2gtk-4.1 when I created a symbolic link from my 4.1 to the requested library 4.0, another library error popped up. Can these dependencies be included in the appimage?
All these issue are related : https://github.com/SoftFever/OrcaSlicer/issues?q=libwebkit2gtk-4.0.so.37
Duplicate of #4616
Orca bot: this issue is stale because it has been open for 90 days with no activity.
Orca bot: This issue was closed because it has been inactive for 7 days since being marked as stale.
not working. going back to windows.
psy@psy-vmware:~$ sudo apt install libwebkit2gtk-4.0-37 Error: Unable to locate package libwebkit2gtk-4.0-37 Error: Couldn't find any package by glob 'libwebkit2gtk-4.0-37'