Package Details: creality-print-appimage 6.2.1.3044-1

Git Clone URL: https://aur.archlinux.org/creality-print-appimage.git (read-only, click to copy)
Package Base: creality-print-appimage
Description: Creality Print is a slicer dedicated to FDM printers.
Upstream URL: https://github.com/CrealityOfficial/CrealityPrint
Keywords: creality
Licenses: AGPL-3.0-only
Conflicts: creality-print
Provides: creality-print
Submitter: maximdeclercq
Maintainer: chadsr
Last Packager: chadsr
Votes: 4
Popularity: 0.008671
First Submitted: 2023-01-16 15:47 (UTC)
Last Updated: 2025-08-14 15:10 (UTC)

Latest Comments

1 2 Next › Last »

vitaliikuzhdin commented on 2025-08-14 08:03 (UTC)

Please update to 6.2.1.3044, it no longer has the issue with libOSMesa.so.

vitaliikuzhdin commented on 2025-07-12 17:48 (UTC)

@chadsr, libOSMesa is provided by mesa-amber, but it's just an outdated branch of mesa for legacy applications. I've pushed the update to creality-print-bin, but it seems like I should revert the change. mesa-amber conflicts with mesa and even provides an old version of it, which results in a broken GUI session for me.

chadsr commented on 2025-07-12 15:40 (UTC)

Unfortunately, the v6.2.0 appimage build is missing libOSMesa.so: https://github.com/CrealityOfficial/CrealityPrint/issues/393

I will refrain from updating until they (hopefully) release an appimage with working dependencies.

vitaliikuzhdin commented on 2025-05-28 13:18 (UTC) (edited on 2025-05-28 15:09 (UTC) by vitaliikuzhdin)

The second v6 Linux build was published today, and it seems to run fine for me on Wayland, both in AppImage mode (creality-print-appimage) and as an extracted binary (creality-print-bin). It still uses X11, though.

RainOrigami commented on 2025-05-05 16:32 (UTC)

@chadsr unfortunately the same error still shows up but now it freezes at the splash screen instead of crashing. I think I'll stick to v6 in a Windows VM for now.

chadsr commented on 2025-05-05 16:00 (UTC)

@RainOrigami Running with the xcb plugin should work:

env QT_QPA_PLATFORM=xcb creality-print

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

This (5.1.7.10514-1) does not seem to work under wayland even with the workaround from @feiticeir0

It crashes with:

IO:  fatal IO error 2 (No such file or directory) on X server ":0"
      after 894 requests (894 known processed) with 0 events remaining.

0x8081 commented on 2024-11-23 22:40 (UTC)

Patch to update to v5.1.6.10470:

--- a/PKGBUILD
+++ b/../PKGBUILD
@@ -1,5 +1,5 @@
 pkgname=creality-print-appimage
-pkgver=4.3.8.6991
+pkgver=5.1.6.10470
 pkgrel=1
 pkgdesc="Creality Print is a slicer dedicated to FDM printers."
 arch=('x86_64')
@@ -17,7 +17,7 @@ _install_path="/opt/appimages/${_appimage_name}"

 noextract=("${_filename}")
 sha512sums_x86_64=(
-  '600f86b5a1f635b6ffecc2f64c79044e03290edc1ccc2b2b86f103b9294bb9025d90c707317fd01f204301ad7b5c984bc135ba29e7ae2e74f0be6b424c7e605e'
+  '659ef0f441b4991b8d965e971c92c31a3345b1ee0fce0eb36087fa836f1755d17aaaa308473637ed4481a203cb0cc529c2ddc348ce06ca20554a4c68d957e067'
   '5c0982b7475dae73cbc0ce5b96771b969ff7779daae452cf2e0d5d26fb43981c3e614485593f5306dfda9b3d3a6a2a8f319ef62b07d668479c60d82c8c1631b0'
 )
 source_x86_64=(

feiticeir0 commented on 2024-11-13 17:34 (UTC) (edited on 2024-11-13 18:08 (UTC) by feiticeir0)

Creality just released a Linux V5 appimage - Finally

https://forum.creality.com/t/cp-v5-available-on-linux-now/21787

If anyone is having problems, because it keeps crashing, there's already an issue with Ubuntu.

If you get this error:

XIO: fatal IO error 2 (No such file or directory) on X server ":0.0" after 741 requests (741 known processed) with 1 events remaining.

Just execute the appimage with:

env __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia ./Creality_Print-v5.1.6.10470-x86_64-Release.AppImage

Don't know if this is because I have an NVIDIA or not. Just try

chadsr commented on 2024-06-27 10:34 (UTC)

v4.3.8 is the last release where Creality pushed an Appimage build. Please only flag out of date if you've seen a new Appimage published, not just a new tagged release.