Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation Fault when trying to get cli version #59

Open
irvingwa opened this issue Feb 2, 2022 · 3 comments
Open

Segmentation Fault when trying to get cli version #59

irvingwa opened this issue Feb 2, 2022 · 3 comments

Comments

@irvingwa
Copy link

irvingwa commented Feb 2, 2022

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)

@gfduszynski
Copy link
Owner

I can see that issue originates from libusb.
There are related issues signal11/hidapi#397
But no ready to use solution as of yet.

@dominalien
Copy link

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.

@gfduszynski
Copy link
Owner

@dominalien
It tries to read firmware version from the device itself, that's why it fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants