OrcaSlicer icon indicating copy to clipboard operation
OrcaSlicer copied to clipboard

Orca slicer does not run

Open SavalioDoesCodingThings opened this issue 2 years ago • 6 comments

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

  1. Download the AppImage
  2. Go to properties
  3. Click permissions tab
  4. Allow executing file as a program
  5. 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.

SavalioDoesCodingThings avatar Apr 12 '24 19:04 SavalioDoesCodingThings

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.

pidogs avatar Apr 13 '24 08:04 pidogs

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.

Area5142 avatar Apr 14 '24 00:04 Area5142

$ ./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

EAGrahamJr avatar Apr 14 '24 19:04 EAGrahamJr

Try installing package libwebkit2gtk-4.0-37 on the host system and see if it helps:

sudo apt install libwebkit2gtk-4.0-37

buzzhuzz avatar Apr 15 '24 01:04 buzzhuzz

Try installing package libwebkit2gtk-4.0-37 on the host system and see if it helps:

That did fix it for my case.

EAGrahamJr avatar Apr 15 '24 19:04 EAGrahamJr

/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$

dondude32 avatar May 15 '24 21:05 dondude32

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?

novisso avatar Jun 07 '24 16:06 novisso

All these issue are related : https://github.com/SoftFever/OrcaSlicer/issues?q=libwebkit2gtk-4.0.so.37

ffries avatar Jun 20 '24 08:06 ffries

Duplicate of #4616

ElectricalBoy avatar Jul 03 '24 13:07 ElectricalBoy

Orca bot: this issue is stale because it has been open for 90 days with no activity.

github-actions[bot] avatar Oct 02 '24 00:10 github-actions[bot]

Orca bot: This issue was closed because it has been inactive for 7 days since being marked as stale.

github-actions[bot] avatar Oct 09 '24 00:10 github-actions[bot]

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'

psychedelicu avatar Jan 30 '25 17:01 psychedelicu