Package Details: creality-print-bin 1:6.3.0.3420-1

Git Clone URL: https://aur.archlinux.org/creality-print-bin.git (read-only, click to copy)
Package Base: creality-print-bin
Description: 3D slicer for Creality printers
Upstream URL: https://www.creality.com
Licenses: AGPL-3.0-only
Conflicts: creality-print
Provides: creality-print
Submitter: vitaliikuzhdin
Maintainer: vitaliikuzhdin
Last Packager: vitaliikuzhdin
Votes: 1
Popularity: 0.071058
First Submitted: 2025-05-28 13:02 (UTC)
Last Updated: 2025-09-29 17:55 (UTC)

Pinned Comments

Latest Comments

vitaliikuzhdin commented on 2025-10-03 12:24 (UTC)

@mjkl, interesting, it launches fine for me regardless of google-breakpad errors:

$ CrealityPrint 
[2025-10-03 15:18:29.179221] [0x00007f6262c3bfc0] [trace]   Initializing StaticPrintConfigs
[2025-10-03 15:18:29.188365] [0x00007f6262c3bfc0] [error]   main start
[2025-10-03 15:18:29.188389] [0x00007f6262c3bfc0] [error]   main __linux__
[2025-10-03 15:18:29.188415] [0x00007f6262c3bfc0] [error]   main check linux
[2025-10-03 15:18:29.188422] [0x00007f6262c3bfc0] [error]   main google_breakpad init
[2025-10-03 15:18:29.188499] [0x00007f6262c3bfc0] [error]   main google_breakpad init finished
add font of HarmonyOS_Sans_SC_Bold returns 1
add font of HarmonyOS_Sans_SC_Regular returns 1
add font of NanumGothic-Regular returns 1
add font of NanumGothic-Bold returns 1

(CrealityPrint:495482): Gtk-CRITICAL **: 15:18:34.183: gtk_window_resize: assertion 'width > 0' failed

(CrealityPrint:495482): Gtk-CRITICAL **: 15:18:34.207: gtk_cell_layout_get_cells: assertion 'GTK_IS_CELL_LAYOUT (cell_layout)' failed
(...)

I used to get this error locally after upgrading the pkgver due to an execstack being present in the executable, which the modern glibc handles differently from the glibc shipped by Ubuntu 24.04 (which is the target of the AppImage we repack). However, the PKGBUILD now clears it, which solved the issue for me.

Are you sure your system is fully up-to-date? Could you also attach or email me the dump (preferably via some web paste service)?

mjkl commented on 2025-10-03 11:45 (UTC) (edited on 2025-10-03 11:45 (UTC) by mjkl)

Install is unfortunately not working for me,

Trying to run after installation it exits with

[2025-10-03 13:32:50.566146] [0x00007f91b61d7fc0] [trace]   Initializing StaticPrintConfigs
[2025-10-03 13:32:50.570302] [0x00007f91b61d7fc0] [error]   main start
[2025-10-03 13:32:50.570312] [0x00007f91b61d7fc0] [error]   main __linux__
[2025-10-03 13:32:50.570325] [0x00007f91b61d7fc0] [error]   main check linux
[2025-10-03 13:32:50.570326] [0x00007f91b61d7fc0] [error]   main google_breakpad init
[2025-10-03 13:32:50.570354] [0x00007f91b61d7fc0] [error]   main google_breakpad init finished
add font of HarmonyOS_Sans_SC_Bold returns 1
add font of HarmonyOS_Sans_SC_Regular returns 1
add font of NanumGothic-Regular returns 1
add font of NanumGothic-Bold returns 1
Dump path: /tmp/a288aafd-37ba-45a9-3b454fb3-7a978203.dmp
Unhandled unknown exception; terminating the application.

The dump at the path contains some form of coredump/stacktrace

My best guess is, i'm missing some form of dependency

HeitorFreitas commented on 2025-07-20 19:49 (UTC) (edited on 2025-07-20 19:52 (UTC) by HeitorFreitas)

Hi @vitaliikuzhdin,

Thank you for your attention! I’m using a fresh installation of Arch Linux, which I set up a few weeks ago. Currently, I have Sway 1.11-1 running on Wayland 1.23.1-2 and Mesa:


$ pacman -Qs mesa
local/glu 9.0.3-2
local/mesa 1:25.1.6-1
local/mesa-utils 9.0.0-7
local/opencl-mesa 1:25.1.6-1
local/vulkan-mesa-layers 1:25.1.6-1

I’ve tried several methods to run CrealityPrint:


$ env QT_QPA_PLATFORM="wayland;xcb" CrealityPrint
$ env QT_QPA_PLATFORM=wayland CrealityPrint
$ env QT_QPA_PLATFORM=xcb CrealityPrint
$ rm -rf ~/.config/Creality; CrealityPrint

But unfortunately, none of them worked. Same error.

Thanks again!

vitaliikuzhdin commented on 2025-07-20 18:29 (UTC)

@HeitorFreitas, I can’t reproduce the issue, so I’m afraid I can’t help much, sorry. Try looking it up online, some users suggest removing old configs (~/.config/Creality), or it might be related to mesa. See the pinned message about that, it’s why I had to downgrade the package. This might be connected.

HeitorFreitas commented on 2025-07-19 22:02 (UTC)

Hi. Creality-print won't work:

[2025-07-19 18:45:18.457258] [0x00007fe572bfdc00] [trace] Initializing StaticPrintConfigs add font of HarmonyOS_Sans_SC_Bold returns 1 add font of HarmonyOS_Sans_SC_Regular returns 1 add font of NanumGothic-Regular returns 1 add font of NanumGothic-Bold returns 1

(CrealityPrint:68341): GLib-GObject-CRITICAL **: 18:45:18.493: invalid (NULL) pointer instance

(CrealityPrint:68341): GLib-GObject-CRITICAL **: 18:45:18.493: g_signal_handlers_disconnect_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

My kernel is: Linux linux-pc 6.15.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 10 Jul 2025 17:10:18 +0000 x86_64 GNU/Linux

Thanks!

vitaliikuzhdin commented on 2025-07-12 18:08 (UTC)

Before you flag out-of-date: https://aur.archlinux.org/packages/creality-print-appimage#comment-1032109