@Caedis the same happened to me
Search Criteria
Package Details: orca-slicer-bin 2.3.0-2
Package Actions
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: | 16 |
Popularity: | 0.69 |
First Submitted: | 2023-07-13 10:43 (UTC) |
Last Updated: | 2025-03-21 12:40 (UTC) |
Dependencies (14)
- cairo (cairo-gitAUR)
- glu (glu-gitAUR)
- gst-libav (gst-libav-gitAUR)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gstreamer (gstreamer-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libsoup
- libxkbcommon (libxkbcommon-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, mesa-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-minimal-gitAUR, mesa-amber)
- openvdb
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- wayland-protocols (wayland-protocols-gitAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
Required by (0)
Sources (1)
Oscar_Alho commented on 2024-07-09 04:19 (UTC)
Caedis commented on 2024-06-27 06:37 (UTC)
Anyone else having their user presets not show on every other launch?
First launch: Only shows system presets Close and relaunch: Shows system presets and my user presets
reefland commented on 2024-06-07 16:36 (UTC)
@Toumal - I was getting:
KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied
Failed to create GBM buffer of size 812x630: Permission denied
Used:
export WEBKIT_DISABLE_DMABUF_RENDERER=1
/opt/orca-slicer/bin/orca-slicer
Printer and filament Dialog boxes, Devices and Projects Tabs then rendered correctly. Came across this setting related to a webkitgtk and nvidia driver problem.
Toumal commented on 2024-06-03 15:33 (UTC)
I had the same issue with blank windows and was able to at least copy over an existing config from Windows. But opening up the printer config window is still empty and I see this error in the console:
Failed to get GBM device
lbatalha commented on 2024-05-24 00:21 (UTC) (edited on 2024-05-24 00:26 (UTC) by lbatalha)
After debugging with GDB, it appears to be a locale problem, having LANG set to en_XX.UTF-8@POSIX makes it not work for the first launch, even when LC_CTYPE, TIME, NUMERIC, MEASUREMENTS etc.. are all set to various standard locales.
After the first launch, config files are created and it appears to work regardless of locale.
lbatalha commented on 2024-05-23 16:55 (UTC)
Cannot seem to get either of the orca packages on AUR to work. This package and the unstable one both segfault on start after accepting the prompt about the ca-certificates directory, without any particular error messages. I have all the dependencies mentioned here and in other forums, but no dice.
I am using wayland via sway
Maxb0tbeep commented on 2024-05-15 15:48 (UTC)
please add gst-plugins-base
and gst-libav
to dependencies!
ludothegreat commented on 2024-05-10 17:12 (UTC) (edited on 2024-05-10 18:05 (UTC) by ludothegreat)
As nuc mentioned, gst-plugins-base
fixed the launch issue/GTK errors, but I still required gst-libav
in order to stream my X1C camera.
nuc commented on 2024-05-06 11:49 (UTC)
I fixed the launch issue by installing gst-plugins-base
. Please add it to the deps. I am still getting a segfault when running orca-slicer --help
from the command line though. Maybe something is still missing.
nuc commented on 2024-05-04 01:26 (UTC)
Used to work. But now I am getting a segmentation fault upon launch. Not even reverting to 1.9.1 worked. Anyone else?
Pinned Comments
Poscat commented on 2025-02-24 10:35 (UTC)
Merged the commit by ivanfilippov. Package should work properly now.