Package Details: orca-slicer 2.2.0-1

Git Clone URL: https://aur.archlinux.org/orca-slicer.git (read-only, click to copy)
Package Base: orca-slicer
Description: Orca Slicer is a fork of Bambu Studio. It was previously known as BambuStudio-SoftFever
Upstream URL: https://github.com/SoftFever/OrcaSlicer
Keywords: bambustudio orcaslicer
Licenses: AGPLv3
Conflicts: OrcaSlicer
Provides: OrcaSlicer
Submitter: xburst
Maintainer: c2h5oh
Last Packager: c2h5oh
Votes: 16
Popularity: 2.02
First Submitted: 2023-03-29 15:51 (UTC)
Last Updated: 2024-10-29 14:57 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

tve commented on 2023-08-04 20:30 (UTC)

@Hjalle: why are you using sudo? I get the same error with sudo, but it works without.

I do have a problem with the video feed from my X1C. I get "Loading failed [2]!" and the BBL wiki doesn't help...

Hjalle commented on 2023-08-04 10:33 (UTC)

installed orca slicer with makepkg and got this error when I ran sudo orca-slicer

[2023-08-04 12:27:51.094599] [0x00007f390527f1c0] [trace] Initializing StaticPrintConfigs add font of HarmonyOS_Sans_SC_Bold returns 1 add font of HarmonyOS_Sans_SC_Regular returns 1 Authorization required, but no authorization protocol specified

(orca-slicer-bin:129460): GLib-GObject-CRITICAL **: 12:27:51.112: invalid (NULL) pointer instance

(orca-slicer-bin:129460): GLib-GObject-CRITICAL **: 12:27:51.112: g_signal_handlers_disconnect_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

KozRoss commented on 2023-08-03 00:45 (UTC)

Anything on the "Error running JavaScript: Unsupported result type" problem? Is this an upstream issue?

PsiTrax commented on 2023-08-01 12:52 (UTC)

I cant install like @fang64

looks like the git apply --directory deps/build/dep_OCCT-prefix/src/dep_OCCT in /tmp/makepkg/orca-slicer/src/OrcaSlicer/deps/build/CMakeFiles/dep_OCCT.dir/build.make is wrong.

HINDUK commented on 2023-07-14 18:53 (UTC)

I am also getting the error: "Error running JavaScript: Unsupported result type"

KozRoss commented on 2023-07-13 19:59 (UTC)

I can't run this. When I start it, I get an error message saying "Error running JavaScript: Unsupported result type", and then the setup wizard just shows a blank window without anything else in it.

fang64 commented on 2023-06-27 11:34 (UTC) (edited on 2023-06-27 11:35 (UTC) by fang64)


[ 95%] Completed 'dep_wxWidgets'
[ 95%] Built target dep_wxWidgets
[ 95%] Performing patch step for 'dep_OCCT'
Checking patch deps/build/dep_OCCT-prefix/src/dep_OCCT/CMakeLists.txt...
error: deps/build/dep_OCCT-prefix/src/dep_OCCT/CMakeLists.txt: No such file or directory
Checking patch deps/build/dep_OCCT-prefix/src/dep_OCCT/src/Font/Font_FTFont.cxx...
error: deps/build/dep_OCCT-prefix/src/dep_OCCT/src/Font/Font_FTFont.cxx: No such file or directory
make[2]: *** [CMakeFiles/dep_OCCT.dir/build.make:116: dep_OCCT-prefix/src/dep_OCCT-stamp/dep_OCCT-patch] Error 1
make[1]: *** [CMakeFiles/Makefile2:692: CMakeFiles/dep_OCCT.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
Finished with result: exit-code
Main processes terminated with: code=exited/status=4
Service runtime: 4min 50.291s
CPU time consumed: 39min 3.702s

Command '/usr/sbin/systemd-run --service-type=oneshot --pipe --wait --pty -p DynamicUser=yes -p CacheDirectory=pikaur -E HOME=/tmp -E GNUPGHOME=/etc/pacman.d/gnupg/ -p WorkingDirectory=/var/cache/private/pikaur/build/orca-slicer makepkg --force' failed to execute.

Seems to be failing now.

FabioLolix commented on 2023-06-21 20:28 (UTC)

The _tag variable was introduced to solve the case that the github tag does not match the pkgver requirements, e.g. v1.6.3-beta

In that case use

_pkgver=1.6.3-beta
pkgver=${_pkgver//-/.}

and ${_pkgver} in source=()