Segmentation Fault when trying to get cli version
Was wondering if anyone could help me with running the CLI on Ubuntu Server 20.04.4 LTS when running the following this error occurs.
$ cm-rgb-cli version V1.01.00 python3: io.c:2115: handle_events: Assertion `ctx->pollfds_cnt >= internal_nfds' failed. Aborted (core dumped)
I can see that issue originates from libusb.
There are related issues https://github.com/signal11/hidapi/issues/397
But no ready to use solution as of yet.
Also, when something like cm-rgb-monitor is already running, cm-rgb-cli complains about not being able to access the usb device and spews out lots of stuff but no version.
@dominalien It tries to read firmware version from the device itself, that's why it fails.