Can this be updated to betav2?
Checksum is beda4cba68485ad29388b359c0923e784eec000d397c27864a08ce8b3f38afed946683cfefbe26c43cc59c8292ba274033eaff92146d2ab11da31e5a909093b3
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) |
Can this be updated to betav2?
Checksum is beda4cba68485ad29388b359c0923e784eec000d397c27864a08ce8b3f38afed946683cfefbe26c43cc59c8292ba274033eaff92146d2ab11da31e5a909093b3
@pbcrunch, if you compare bambustudio-bin
PKGBUILD
with this package PKGBUILD
you would find that it is basically the same. It has absolutely identical dependencies, and they both download .AppImage
, extract it and place files in directories. It seems that this package is not the problem. Did you try to download OrcaSlicer's AppImage and launch it? Does it crash? Or maybe try to clean config and cache files. I hope this would help.
This package is fully broken on my system. It segfaults and crashes on startup.
If I use the 'WEBKIT_DISABLE_COMPOSITING_MODE=1 orca-slicer' command suggested below I can actually see something that looks like a workable window, but it crashes soon afterward.
The bambu-slicer-bin package works fine on my system other than the video preview. That always crashes Bambu Studio.
I had to run it with
WEBKIT_DISABLE_COMPOSITING_MODE=1 orca-slicer
due to the same bug that causes gnome settings online accounts google link web frame to appear blank
However orcaslicer does still segfault, but bambustudio works
Clean chroot on build server, build succeeds, but program won't run.
$ orca-slicer
[2023-09-14 15:30:19.003805] [0x00007faf4c5d5600] [trace] Initializing StaticPrintConfigs
15:30:19: Error: Failed to add custom font "/home/main-builder/pkgwork/src/install_dir/share/OrcaSlicer/fonts/HarmonyOS_Sans_SC_Bold.ttf".
add font of HarmonyOS_Sans_SC_Bold returns 0
15:30:19: Error: Failed to add custom font "/home/main-builder/pkgwork/src/install_dir/share/OrcaSlicer/fonts/HarmonyOS_Sans_SC_Regular.ttf".
add font of HarmonyOS_Sans_SC_Regular returns 0
15:30:19: Error: Failed to add custom font "/home/main-builder/pkgwork/src/install_dir/share/OrcaSlicer/fonts/NotoSansKR-Regular.otf".
add font of NotoSansKR-Regular returns 0
15:30:19: Error: Failed to add custom font "/home/main-builder/pkgwork/src/install_dir/share/OrcaSlicer/fonts/NotoSansKR-Bold.otf".
add font of NotoSansKR-Bold returns 0
Crashes with SEGV for me during start-up. I see the window and the annoying "Unsupported result type" JS errors, and then it's gone. Prob an upstream issue...
~~I'm wondering whether there's an incompatibility with the bambu networking plugin...~~
harmonyos-sans-git is broken right now, recommend switching to ttf-harmonyos-sans
Pinned Comments
Poscat commented on 2025-02-24 10:35 (UTC)
Merged the commit by ivanfilippov. Package should work properly now.