Package Details: orca-slicer-git 2.3.1.r25349.e44ec1f-1

Git Clone URL: https://aur.archlinux.org/orca-slicer-git.git (read-only, click to copy)
Package Base: orca-slicer-git
Description: G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
Upstream URL: https://github.com/SoftFever/OrcaSlicer
Keywords: 3dprint gcode orca orca-slicer orcaslicer slic3r slicer stl
Licenses: AGPL-3.0-only
Conflicts: orca-slicer
Provides: orca-slicer
Submitter: lod
Maintainer: lod
Last Packager: lod
Votes: 4
Popularity: 0.38
First Submitted: 2024-09-05 15:39 (UTC)
Last Updated: 2025-07-19 22:29 (UTC)

Pinned Comments

lod commented on 2024-09-05 15:44 (UTC) (edited on 2025-07-21 22:06 (UTC) by lod)

Patches welcome: https://git.lod.sh/PKGBUILDs/orca-slicer-git

Debug-Build

Latest Comments

1 2 3 Next › Last »

lod commented on 2025-07-30 16:06 (UTC)

@kjkent alrighty. I also follow the issues now. If anything useful comes up, I will apply it. I maybe force the X11 session for nvidia users, if nothing else comes up…

kjkent commented on 2025-07-30 15:53 (UTC) (edited on 2025-07-30 15:57 (UTC) by kjkent)

@lod if opened directly, the GUI loads, but with the bugs that prompted the wrapper in the first place (blank UI sections, crashes etc). Regardless of the wrapper, there's a few GTK warnings logged to the console but nothing unusual. Aside from this, and even with --debug 5 (trace), the program just returns with no output logged to file or console. I don't have the time to really dive into it for now so will probably just use the X11 backend, but will reply if I find a fix further down the line.

Edit: Btw the exact same thing happens with the latest nightly AppImage from upstream

lod commented on 2025-07-29 21:29 (UTC) (edited on 2025-07-29 21:35 (UTC) by lod)

well, not really, the point of the wrapper is to use the wayland backend. If the zinc workaround no longer works, I should probably remove it completely.

claym001 commented on 2025-07-29 21:23 (UTC)

This was the magic command I had to use to make it work after having numerous random crashes on load using an nvidia GPU, latest mesa. All credit to bmbeverst on the orcaslicer github https://github.com/SoftFever/OrcaSlicer/issues/10090#issuecomment-3130533663

env -u WAYLAND_DISPLAY XDG_SESSION_TYPE=x11 GBM_BACKEND=dri /usr/bin/orca-slicer

lod commented on 2025-07-29 16:30 (UTC) (edited on 2025-07-29 16:50 (UTC) by lod)

@kjkent I don't have anything NV to test it. Any output? Does it work, if open orcaslicer directly?

Edit: Did you install the optional dependencies? mesa, mesa-utils and nvidia-utils?

kjkent commented on 2025-07-29 16:22 (UTC)

@lod right you are, thanks & sorry for the noise. In lieu of a reply from @FloFoxcorner regarding NVIDIA & Wayland; unfortunately, on my machine at least, the wrapper script causes orca-slicer to crash as soon as the GUI loads.

lod commented on 2025-07-29 08:57 (UTC)

@kjkent just try again. It downloaded the file but the checksum didn't check out at first. Probably just a glitch in the Matrix. That it can't find the right OpenSSL version is just a info massage. No worries this is intentional.

kjkent commented on 2025-07-29 00:03 (UTC)

I'm getting the same error as @RainOrigami -- it seems something during cmake's deps download process is triggering a 503 HTTP error from GitHub.

I'm unsure what it could be. I thought rate-limiting, but using curl -LO to download a failed file succeeds immediately after the build fails. Looking through the logs, there's an error about an unsuitable version of OpenSSL (required range: 1.1 to < 3.2), and warnings about compiling static libs.

Here's a full build log if it's of any help!

RainOrigami commented on 2025-05-05 15:03 (UTC)

Package fails to build:

submodule path '3rdparty/catch': checked out 'ee4acb6ae6e32a02bc012d197aa82b1ca7a493ab'
Submodule path 'src/expat': checked out 'adaa0c379b92fb962db0dd8363c1e4e2d4e7a060'
Submodule path 'src/jpeg': checked out '852493611506076fd9ad931d35bf1c3cc5b5a9c3'
Submodule path 'src/png': checked out '9853c67ab43053b1bbe05edde3dc12854d48b158'
Submodule path 'src/tiff': checked out '28ce1ef089a099334920a2d12698fa6354e30247'
Submodule path 'src/zlib': checked out '5888671274cde770edbe683b435f052de2b03681'
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: orca-slicer-git-exit status 4

Please let me know if there is a log file that contains more information to help solve this issue.