-
Notifications
You must be signed in to change notification settings - Fork 0
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
Crash on Keychron Q3 HE #6
Comments
It's supposed to work, yeah. Is your Wooting Analog SDK up-to-date? |
It might help if you clone wooting-analog-midi, and run it manually: SET NODE_OPTIONS=--openssl-legacy-provider
yarn tauri dev If there's any error, it will show it in the console. |
|
Well, I'm also using the stock SDK v0.8.0 and otherwise your setup looks fine.
|
I don't know Rust but I asked LLM to write an MVP based on
|
ACCESS_VIOLATION is certainly interesting. I guess I can't exclude the possibility that there's some issue in my code that I just can't reproduce on my machine. I've compiled a build with logging and a PDB attached, this might help narrow it down: universal-analog-plugin.zip |
Well, that doesn't say much. What about the console logs? |
The program exits without error message. Sometimes it exits before |
Hmm, well that's not really telling me anything, damn. Are you on Windows 10 or 11? |
Win11 24H2 (26100.2605) |
Well, I personally use Windows 10. I do have an ARM laptop with Windows 11, so I installed wooting-analog-midi, wooting-analog-sdk, & universal-analog-plugin on it, plugged in my Q3 HE, and it also worked fine there. |
Also seems to be working on my other computer running Win11 (23H2)... |
I guess I'll use the midi functionality on the other computer for now. Thanks for helping track it down. |
I'm unsure about the exact Windows 11 version on my laptop since it constantly updates itself. As I just booted it up again, I was greeted with the Copilot app having been added to the taskbar, but it claims to still be 23H2. So, maybe there's an issue with 24H2 but unless it gets rolled out further, I'm not sure I'll be able to repro it. |
Hi, thanks for developing this plugin. I followed the readme to install Wooting SDK and this plugin, and flashed custom firmware on Keychron Q3 HE. When I test it on https://github.com/WootingKb/wooting-analog-midi, the program can see the keyboard as a connected device, but freezes and crashes (sometimes on start, sometimes after pressing a few keys). Is this supposed to work? Or is there another way to test midi functionality?
The text was updated successfully, but these errors were encountered: