Anything on the "Error running JavaScript: Unsupported result type" problem? Is this an upstream issue?
Search Criteria
Package Details: orca-slicer 2.2.0-1
Package Actions
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: | 20 |
Popularity: | 1.92 |
First Submitted: | 2023-03-29 15:51 (UTC) |
Last Updated: | 2024-10-29 14:57 (UTC) |
Dependencies (18)
- cairo (cairo-gitAUR)
- glu (glu-gitAUR)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gstreamer (gstreamer-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libsoup
- libxkbcommon (libxkbcommon-gitAUR)
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-minimal-gitAUR, mesa-amber)
- openvdb
- ttf-harmonyos-sansAUR
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- wayland-protocols (wayland-protocols-gitAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- m4 (m4-gitAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
Required by (0)
Sources (5)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
KozRoss commented on 2023-08-03 00:45 (UTC)
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=()
xburst commented on 2023-06-16 04:05 (UTC)
@FabioLolix @Thetic I will try to improve PKGBUILD
in next release.
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
FabioLolix commented on 2023-06-13 20:08 (UTC) (edited on 2023-06-13 20:21 (UTC) by FabioLolix)
Hello,
- please remove all
-j"$(nproc)"
, this don't have to be hardcoded in the pkgbuilds, if you want to use more cores edit your makepkg.conf - please rename source archive with
$pkgname-$pkgver.tar.gz::
to be non-conflicting and reusable - you can remove custom variable
_tag
which is the same as pkgver= - license typing is AGPL3 in Arch, see
licenses
package - OrcaSlicer in provides and conflicts is not needed and if it was the case type all lowercase
Nutmeg9560 commented on 2023-06-13 17:26 (UTC)
@xburst Arch using makepkg to build the package and errors out.
Pinned Comments
c2h5oh commented on 2025-03-19 10:57 (UTC) (edited on 2025-03-19 10:59 (UTC) by c2h5oh)
Preemptive note on version 2.3.0:
At the time of me writing this it's still 2.3.0-rc with no final release, but it is unusually buggy with a lot of different UI elements causing a crash when used. With that in mind I will not be rushing to update this package to 2.3.0 once it's tagged - I will give it at least several days to see what state 2.3.0 is and if we're better off waiting for 2.3.1.
Wayland support status:
I'm currently unable to test Wayland issues/fixes because I don't have a working Wayland setup. That will be changing in a coming weeks as I'm planning to switch to Wayland first. In the meantime I'm happy to accept a co-maintainer with experience dealing with Wayland-specific issues.
Known issues: