-
-
Notifications
You must be signed in to change notification settings - Fork 515
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
Error opening HID Manager #74
Comments
So, I just fixed this issue... I found this: alswl/teensy_loader_cli@9c16bb0 I cloned the repo |
hahah I did just get this error when trying to use the reset button:
I don't feel like a "stupid banannaface" but I like it... |
Hey, sorry for necro-ing this, but how did you replace the existing teensy loader CLI and replace the one in the qmk toolbox app? |
@lbibass I listed the instructions above but in the sake of making it more clear: Download this https://github.com/alswl/teensy_loader_cli and extract it somewhere (or just clone it)
In terminal CD to the extracted folder and 'make' (this will take a min or two). Take the teensy_loader_cli that was just compiled and use it to replace the one in the "qmk toolbox.app" that you installed earlier. Navigate to "qmk toolbox.app" and right click - show contents(in case you didn't know how to do that bit). again I haven't used the latest version of QMK Toolbox but this is how I worked around it 5 months ago |
The current version (0.0.12) uses the latest binaries taken from Homebrew bottles, targeted at High Sierra, so they should work on 10.13 and up. Is it still doing the same thing? |
@fauxpark thanks for the version update. I was running 0.0.9 when I had the issues that my above explanation fixed. When I need to reprogram my keyb I will be sure to try the latest version. |
Any update on this? We're at 0.0.13 now, so hopefully this has been resolved. |
I can confirm that it is still broken. It only works with the fix that @a7hybnj2 so helpfully provided. |
Hm, so the LFKPad doesn't use a Teensy; the chip is onboard. I set the bootloader in its rules.mk to I know that LUFA has an equivalent of HalfKay, but IIRC they are not compatible with each other. |
I don't, sorry. All I know is that I cannot flash a teensy nor a pro-micro without some hacks, and the pro micro flashing procedure seems to be entirely broken on Catalina. |
Does flashing work using the Teensy Loader GUI, at least? https://www.pjrc.com/teensy/loader_mac.html |
Oh, I wish! The reason I had to move to using QMK toolbox in the first place was that the Teensy Loader GUI is 32 bit. So it doesn't launch on Catalina. The fix that was provided seems very easy, why not just use that? |
Well, this is entirely new to me! They must have updated the app since I last tried to use it. Thanks for letting me know it works! |
As for the provided fix, generally I don't really want to be compiling these flasher binaries just for the Toolbox. They are lifted from the precompiled Homebrew bottles, which I hope have more people testing/using, so we can point at them or upstream when something goes wrong (and they likely already know about it). In this case, I think the best course of action would be to file an issue over on the teensy_loader_ci repo so that it is actually properly fixed. The thread linked in alswl's commit seemed to go nowhere. |
Still broken, mentioned fix still works. |
Describe the Bug
System Information
Additional Context
All the dependencies were installed via brew and are on most recent version.
I originally installed via cask but got the error so I uninstalled via cask and manually downloaded the file but received the same error.
I looked up the error and saw something about ATOM but nothing with a clean solution or a something I would know how to implement.
The text was updated successfully, but these errors were encountered: