-
Notifications
You must be signed in to change notification settings - Fork 14
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
Wootility inaccessible after running something using the SDK #22
Comments
Hmmmm, that behaviour is quite unusual. We're currently working on some improvements to the firmware side of RGB which hopefully will help with this issue. I assume you're on Linux, Arch? |
Yep |
Hmmm, that's what I've been using for my main dev machine up until recently and haven't run into that before. Hoping the firmware improvements happen to take care of it, should be pushing it pretty soon, will let you know when so we can see if it needs further investigation. |
Updated firmware has been pushed to the Alpha channel, here's the link to the AppImage. The firmware version you'll want is >=v1.29 |
Currently away from my normal PC, but I have a laptop here that runs Manjaro. I ran the The Hard Crash in #16 seems to be gone now though. |
Hmmm, yeah, I've been able to perfectly replicate it on my Arch machine. I'm trying to determine the root cause of the issue. Currently, the issue appears to be isolated to Linux
Awesome! |
This is a bit weird. If I run anything using the SDK (No matter if develop or master Branch), the Wootility will stop recognizing the Keyboard, even if the SDK Program exited cleanly, with the Wootility having been closed before running the Program.
So, it goes like this: Wootility recognizes Keyboard -> Close Wootility -> Run SDK Program until finished -> Wootility does not Recognize Keyboard upon reopening
Sample C++ Code:
However, the SDK will continue to recognize the Keyboard. It's only the Wootility that doesn't.
The text was updated successfully, but these errors were encountered: