Package Details: creality-print-appimage 5.1.7.10514-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
Licenses: unknown
Conflicts: creality-print
Provides: creality-print
Submitter: maximdeclercq
Maintainer: chadsr
Last Packager: chadsr
Votes: 4
Popularity: 0.156387
First Submitted: 2023-01-16 15:47 (UTC)
Last Updated: 2024-12-27 17:00 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

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.

LounaOnArch commented on 2024-01-03 16:15 (UTC) (edited on 2024-01-03 16:17 (UTC) by LounaOnArch)

Hi, I've tried unsetting the environment variable, but the app closes again with the Terminal output Segmentation fault (core dumped)

doragasu commented on 2023-09-14 17:46 (UTC) (edited on 2023-09-15 13:12 (UTC) by doragasu)

@yangsheng6810 thanks for the patch. It build but unfortunately it segfaults on my machine.

EDIT: after further experimentation, it works on xorg, but segfaults on wayland. EDIT2: and after more investigation, in wayland it crashes because I have defined the variable QT_QPA_PLATFORM=wayland to use wayland backend on Qt. Unsetting the variable makes the application run in wayland too.

yangsheng6810 commented on 2023-08-11 17:24 (UTC)

The modifications needed for the latest version (v4.3.6.6257):

@@ -1,7 +1,7 @@
 # Maintainer: Maxim De Clercq <maximdeclercq00@gmail.com>

 pkgname=creality-print-appimage
-pkgver=3.11.1
+pkgver=4.3.6.6257
 pkgrel=1
 pkgdesc="Creality Print is a slicer dedicated to FDM printers."
 arch=('x86_64')
@@ -18,15 +18,15 @@

 noextract=("${_filename}")
 md5sums_x86_64=(
-  "1946156fb58ee2564ae71424e44c05a3"
-  "eba3c0e5365cc454862becb642e113a9"
+    "b8490ba0b1da918096cd99ae44794bd2"
+    "eba3c0e5365cc454862becb642e113a9"
 )
 sha512sums_x86_64=(
-  "0175d37fcd222da52ae12c16fbd9b55f730fa77bb587cfb2699de32e06d8592c26781c615c3d41404a62f7cc53afa26bef1edb189001a0dbf0e6ad9750fdcc68"
+  "12448e0826d4d5fb130d1764ea073c64967dfe061b6cacc827de4e12e119a500d2883b90e1914e1c774f03f47f51a92ef0eb3969d977fbf8f601628442e0be6b"
   "5c0982b7475dae73cbc0ce5b96771b969ff7779daae452cf2e0d5d26fb43981c3e614485593f5306dfda9b3d3a6a2a8f319ef62b07d668479c60d82c8c1631b0"
 )
 source_x86_64=(
-  "${_filename}::https://file2-cdn.creality.com/file/${md5sums_x86_64[0]}/Creality_Print-v${pkgver}-Ubutu-${arch[0]}-Release.AppImage"
+  "${_filename}::https://file2-cdn.creality.com/file/${md5sums_x86_64[0]}/Creality_Print-v${pkgver}-${arch[0]}-Release.AppImage"
   "default.desktop.patch"
 )