2.3.0 will SIGSEGV (Address boundary error)
when opening preferences.
It looks to be a packaging issue, as the same flatpak version is OK.
See github issue https://github.com/SoftFever/OrcaSlicer/issues/10029 with backtrace and other details.
Git Clone URL: | https://aur.archlinux.org/orca-slicer-bin.git (read-only, click to copy) |
---|---|
Package Base: | orca-slicer-bin |
Description: | G-code generator for 3D printers |
Upstream URL: | https://github.com/SoftFever/OrcaSlicer |
Keywords: | orca, orcaslicer, slicer |
Licenses: | AGPL3 |
Conflicts: | orca-slicer |
Provides: | orca-slicer |
Submitter: | sem.z |
Maintainer: | Poscat |
Last Packager: | Poscat |
Votes: | 17 |
Popularity: | 0.49 |
First Submitted: | 2023-07-13 10:43 (UTC) |
Last Updated: | 2025-03-21 12:40 (UTC) |
2.3.0 will SIGSEGV (Address boundary error)
when opening preferences.
It looks to be a packaging issue, as the same flatpak version is OK.
See github issue https://github.com/SoftFever/OrcaSlicer/issues/10029 with backtrace and other details.
I'm still seeing the same problems dack mentioned a while ago, i'm going to try the appimage, is the maintainer still maintaining this?
This package doesn't work with nvidia drivers, while the upstream appimage actually does work now. The reason is that the "AppRun" script sets some environment variables if it detects nvidia drivers are being used.
As a workaround, you can set the necessary environment and launch it as follows:
env __GLX_VENDOR_LIBRARY_NAME=mesa __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json MESA_LOADER_DRIVER_OVERRIDE=zink GALLIUM_DRIVER=zink WEBKIT_DISABLE_DMABUF_RENDERER=1 orca-slicer
Could the PKGBUILD be modified to include the AppRun launcher script? Ideally, everyone should be able to launch this via the included .desktop - regardless of if they have an nvidia gpu or not.
It looks like the maintainer forgot to reset the package release to 1. :-(
Merged the commit by ivanfilippov. Package should work properly now.
after ICU update this package doesn't work
How to associate xdg-open links (like orcaslicer://open?file=https%3A%2F%2Fwww.thingiverse.com%2Fdownload%example) with orca slicer?
❯ cat /usr/share/applications/OrcaSlicer.desktop
[Desktop Entry]
Name=OrcaSlicer
Exec=/opt/orca-slicer/bin/orca-slicer %F %U
Icon=OrcaSlicer
Type=Application
Categories=Utility;
MimeType=model/stl;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;application/x-amf;x-scheme-handler/orcaslicer;
xdg-mime default OrcaSlicer.desktop x-scheme-handler/orcaslicer
update-desktop-database /usr/share/applications
Pinned Comments
Poscat commented on 2025-02-24 10:35 (UTC)
Merged the commit by ivanfilippov. Package should work properly now.