mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #89] Catastrophic Error Encountered: Could not create event tap! in v0.9.4 #74
Labels
No labels
bug
compatibility
discussion
documentation
enhancement
help wanted
help wanted
investigation needed
pull-request
release
visualizer
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/keycastr#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @billfienberg on GitHub (Jul 3, 2017).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/89
After installing Keycastr from
KeyCastr.app.zipand granting it permission in System Preferences, I received this error when I tried to open the app. When I click Grant Access, the error goes away, and then immediately reappears.@billfienberg commented on GitHub (Jul 3, 2017):
I uninstalled the app, and then installed it via Homebrew instead. Now it seems to be working. Closing this issue.
@juanbzz commented on GitHub (Jul 10, 2017):
I installed it from Homebrew and am getting this issue too.
@2shortplanks commented on GitHub (Jul 13, 2017):
I saw this error too. No matter how many times I did the "Grant Access" thing it didn't get access. This is a bug that needs to be fixed.
To manually solve the issue open "System Preferences", click on "Security and Privacy", click on the "Privacy" Tab, pick "Accessibility", then drag the KeyCastr app from wherever you installed it onto the list of apps on the right hand side (you many need to click the Lock in the bottom left corner of System Preferences and enter a password before you do this)
@akitchen commented on GitHub (Jul 13, 2017):
This sounds like an issue with the homebrew upgrade process. We need to see if it is possible to force it to remove and then re-add the app to the list. OS X is trying to protect your privacy and/or security with this mechanism.
If you use homebrew to uninstall the app and install it fresh, does the issue still occur? Is there anyone lurking in the community with homebrew cask expertise that can look at this? I am not likely to be able to do so due to travels for the next couple of weeks.
Unfortunately this is not something that can be worked around within keycastr itself, as this access is needed in order to receive keystroke events.
@felipe-gdr commented on GitHub (Aug 2, 2017):
@akitchen , I've uninstall the app using homebrew and installed it by downloading the .app file, but the error still occurs.
More details on this (duplicated) issue: https://github.com/keycastr/keycastr/issues/95
@felipe-gdr commented on GitHub (Aug 2, 2017):
update: @2shortplanks tip worked for me 👍
@sdeken commented on GitHub (Aug 3, 2017):
The code that tries to automatically grant access only worked in El Capitan, and because it landed eight days after Sierra hit, it has effectively never worked. Before that, we used to offer to open the Accessibility preferences panel.
We should go back to that behavior unless we can find a way to make the automatic grant work properly.
@devonzuegel commented on GitHub (May 6, 2020):
I've tried everything noted above, including deleting the app and re-installing with Homebrew, and also removing and re-adding it under Accessibility. I continue to get this error:
I'm on Catalina
10.15.4. Any ideas?@jacobsandlund commented on GitHub (May 15, 2020):
I'm in the same boat as @devonzuegel on 10.15.4 and tried everything. Re-installing via Homebrew, installing via GitHub releases, Adding it to the accessibility API via dragging or the select file menu, toggling the checkbox, logging out, restarting.
@matthewhuang97 commented on GitHub (May 15, 2020):
Worked for me on 10.15.2, if that helps with narrowing things down!
@mwichary commented on GitHub (May 15, 2020):
It works for me on 10.15.4 right now, although I installed it when I was still on 10.14.
@oneraghavan commented on GitHub (Sep 29, 2020):
In addition to accessibility permission, input monitoring permission should also be given. OSX version 10.15.6.
I was getting the same error as everyone, then gave permission input monitoring and everything worked