Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Does not work on macOS Catalina #61

Closed
isidorn opened this issue Nov 12, 2019 · 7 comments
Closed

Does not work on macOS Catalina #61

isidorn opened this issue Nov 12, 2019 · 7 comments

Comments

@isidorn
Copy link

isidorn commented Nov 12, 2019

MacOS Catalina
Instal latestl TouchBar Simluartor version
Clicking on any of the actions does not work. No matter what app I use underaneath, any click on the touch bar has no effect. For example clicking on esc does not close the simulator.

I believe this was working with the previous TouchBar Simulator. Though I upgraded from one version of Catalina to the latest so that might have also caused the issue.

Thanks!

@sindresorhus
Copy link
Owner

Have you tried this?

@isidorn
Copy link
Author

isidorn commented Nov 12, 2019

Yeah. Does not help. Since it is checked, and I can not uncheck it for some weird reason.

@abrown435
Copy link

I have the same issue. The app installs on MacOS Catalina, but is not responsive. Toggling settings in system preferences doesn't seem to help.

@y4rr
Copy link

y4rr commented Jan 12, 2020

Confirm this issue. Setting any of these permissions doesn't help:
kTCCServiceScreenCapture
kTCCServiceListenEvent
kTCCServiceAccessibility

I've debugged the code a little and everything looks fine on the surface, it calls DFRFoundationPostEventWithMouseActivity, but then nothing happens on their side.

@y4rr
Copy link

y4rr commented Jan 12, 2020

@sindresorhus AHAH it seems that I have figured out how to make the app responsive to the mouse, but only temporarily:

  1. Open Xcode.
  2. Open its own touch bar simulator from Window -> Touch Bar.
  3. Close it.
  4. Open TouchBarSimulator, or any other app that does the same thing (for example https://github.com/bikkelbroeders/TouchBarDemoApp).
    Now, the touch bar will respond to the mouse, BUT only until you close this instance of the app.

@sindresorhus
Copy link
Owner

I looked into this today and I've discovered that it happens when you either:

  1. Open Xcode.
  2. Open a different Touch Bar simulator app.
  3. Relaunch Touch Bar Simulator.

So my conclusion is that somehow we're corrupting some state when starting the simulator, which makes it not work the second time.

sindresorhus added a commit that referenced this issue Feb 10, 2020
@sindresorhus
Copy link
Owner

Closing as this app is now discontinued.

@sindresorhus sindresorhus closed this as not planned Won't fix, can't repro, duplicate, stale Mar 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants