ccMSC / ckb

RGB Driver for Linux and OS X
http://forum.corsair.com/v3/showthread.php?t=133929
GNU General Public License v2.0
1.34k stars 170 forks source link

Freeze on opening colour selector. #500

Closed Timmy1e closed 2 years ago

Timmy1e commented 7 years ago

The application always freezes on opening the colour selector. Output, after this it freezes:

$ ckb
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
Scanning  "/opt/ckb/ckb-animations/ckb-gradient"
Scanning  "/opt/ckb/ckb-animations/ckb-pinwheel"
Scanning  "/opt/ckb/ckb-animations/ckb-rain"
Scanning  "/opt/ckb/ckb-animations/ckb-random"
Scanning  "/opt/ckb/ckb-animations/ckb-ripple"
Scanning  "/opt/ckb/ckb-animations/ckb-wave"
Starting  "/opt/ckb/ckb-animations/ckb-ripple"
Starting  "/opt/ckb/ckb-animations/ckb-ripple"
Downloaded new firmware list. 6 entries found.

(ckb:9135): GLib-GObject-WARNING **: cannot register existing type 'GtkWidget'

(ckb:9135): GLib-GObject-WARNING **: cannot add class private field to invalid type '<invalid>'

(ckb:9135): GLib-GObject-WARNING **: cannot add private field to invalid (non-instantiatable) type '<invalid>'

(ckb:9135): GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(ckb:9135): GLib-GObject-WARNING **: cannot register existing type 'GtkBuildable'

(ckb:9135): GLib-GObject-CRITICAL **: g_type_interface_add_prerequisite: assertion 'G_TYPE_IS_INTERFACE (interface_type)' failed

(ckb:9135): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed

(ckb:9135): GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(ckb:9135): GLib-GObject-CRITICAL **: g_type_register_static: assertion 'parent_type > 0' failed

(ckb:9135): GLib-GObject-WARNING **: cannot add private field to invalid (non-instantiatable) type '<invalid>'

I'm on Linux 4.8.4-1-ARCH x86_64, running ckb-git-latest: v0.2.6.r34.g34cd4c8-1.

tdis8629 commented 7 years ago

Under the AUR comments:

I also had to install qt5ct to be able to change colors and avoid the critical error: "GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed"

This fixed the issue for me as well, running 0.2.6 as well.