Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppImages not running #7387

Closed
1 of 3 tasks
TheRealOne78 opened this issue Nov 5, 2024 · 4 comments
Closed
1 of 3 tasks

AppImages not running #7387

TheRealOne78 opened this issue Nov 5, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@TheRealOne78
Copy link

TheRealOne78 commented Nov 5, 2024

Is there an existing issue for this problem?

  • I have searched the existing issues

OrcaSlicer Version

V2.2.0, V2.1.0

Operating System (OS)

Linux

OS Version

Gentoo x86_64 linux 6.11.5

Additional system information

                                           ​ OS: Gentoo Linux x86_64 
                                           ​ Host: ASUSTeK COMPUTER INC. PRIME B360M-K 
                                           ​ Kernel: 6.11.5-gentoo 
                                           ​ Uptime: 5 hours, 57 mins 
                                           ​ Packages: 1473 (emerge) 
                                           ​ Shell: zsh 5.9 
                                           ​ Resolution: 1920x1080 @ 60.00Hz 
                                           ​ DE: Xsession 
                                           ​ WM: dwm 
                                           ​ Theme: simplewaita [GTK2/3] 
                                           ​ Icons: pixelitos [GTK2/3] 
                                           ​ Terminal: urxvt 
                                           ​ Terminal Font: MesloLGS NF 
                                           ​ CPU: Intel i7-9700F (8) @ 3.000GHz 
                                           ​ GPU: AMD ATI Radeon RX 6600/6600 XT/6600M 
                                           ​ Memory: 2488MiB / 32025MiB (7%) [-==============] 
                                           ​ GPU Driver: amdgpu 
                                           ​ Disk (/): 39G / 98G (42%) [------=========] 
                                           ​ Font: Sans 10 [GTK3] 

Printer

N/A

How to reproduce

  1. Download and change the appimages to executable.
  2. Execute them

Actual results

❯ ./OrcaSlicer_Linux_V2.2.0.AppImage
/tmp/.mount_OrcaSlEpPNtb/bin/orca-slicer: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory

❯ ./OrcaSlicer_Linux_Ubuntu2404_V2.2.0.AppImage
/tmp/.mount_OrcaSlis53T4/bin/orca-slicer: symbol lookup error: /tmp/.mount_OrcaSlis53T4/bin/orca-slicer: undefined symbol: g_once_init_leave_pointer

Expected results

To start the program

Project file & Debug log uploads

N/A

Checklist of files to include

  • Log file
  • Project file

Anything else?

Prusa slicer provides two builds, like Orca does. Prusa has "newer distros" and "older distros" naming conventions, while Orca has "Ubuntu" in the second build, so I'm not sure if it's on the same basis as PrusaSlicer.

For me, Prusa older distros doesn't work and has trouble loading libwebkit2gtk, just like Orca-nonubuntu. On the other hand, Prusa newer-distros works perfectly for me. However Orca-Ubuntu doesn't.

See prusa3d/PrusaSlicer#12931

@TheRealOne78 TheRealOne78 added the bug Something isn't working label Nov 5, 2024
@HakunMatat4
Copy link

libwebkit2gtk

This will always be the biggest problem with these slicer.
Since day 1 with BambuLab, this always gave us hell.
Unfortunately, this is a system-wide thing so you cannot just update it without corrupting the entire system.

Have a look on the ticket I just opened, that should help you to get the older version to run again, it is better than no slicer.

@TheRealOne78
Copy link
Author

TheRealOne78 commented Nov 6, 2024

Have a look on the ticket I just opened, that should help you to get the older version to run again, it is better than no slicer.

Thanks, but which ticket?

@HakunMatat4
Copy link

HakunMatat4 commented Nov 6, 2024

I solved the problem following the ticket 7210.
You have to update that package and set the PRINTER_IP:PORT

As for the package I mentioned earlier, there is a package with similar name which you cannot just update, I think I got those mixed.
libwebkitgtk is a content engine library.

sudo nala install libwebkitgtk-6.0-4 libjavascriptcoregtk-6.0-1 ( the first package pulled the second )
Set [IP]:7125 or mDNS works trident01.home.arpa:7125

@TheRealOne78
Copy link
Author

Alright, that kind of works. Tho I rather made some temp softlinks from 4.1 to 4.0. I don't get you got Orca to run with 6.0, since I also have 6.0 installed on my system.

I will close this issue since there's another duplicate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants