Skip to content
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

macOS 15 Stuck on video recording permission #3427

Closed
Xytronix opened this issue Jun 11, 2024 · 5 comments
Closed

macOS 15 Stuck on video recording permission #3427

Xytronix opened this issue Jun 11, 2024 · 5 comments
Labels
bug Something isn't working macOS 15 macOS 15 Sequoia specific issue

Comments

@Xytronix
Copy link

Describe the bug

Alttab requests permission for video recording, although it does have the permission. The application can't be closed as a new window appears when trying to close the application.
I had to kill dozens of Alttab processes and restart the app manually to be able to use it. It opened up a dozen ones.

Steps to reproduce the bug

Open Alttab after installing macOS 15

Your environment

  • AltTab version: 6.68.0
  • macOS version: 15
@Xytronix Xytronix added the bug Something isn't working label Jun 11, 2024
@flexlixrup
Copy link

I think this is related to the daily(!) popup I get if the App is still allowed to record my screen. But I guess thats a bug that it occurs that often.

@Xytronix
Copy link
Author

Weirdly enough that happened with other apps too, so I guess that might be related to accessibility tweaks in macos 15

@lwouis lwouis added the macOS 15 macOS 15 Sequoia specific issue label Jun 14, 2024
@lwouis
Copy link
Owner

lwouis commented Jun 14, 2024

Hi,
Thank you for reporting this issue. Apple has bugs every single new macOS release. I always wait for the beta to be out, and sometimes the next weeks with the hotfixes. After that, bugs are typically fixed on Apple's side.
Closing this ticket since it's most likely a macOS bugs, since it happens with other apps.
Thank you

@Xytronix
Copy link
Author

Xytronix commented Jun 28, 2024

@lwouis an apple employee told this:

See here:

This is not due to a bug in macOS 15, this is due to the following per Apple's documentation and enterprise support recommendations:

Applications utilizing deprecated APIs for content capture such as CGDisplayStream & CGWindowListCreateImage can trigger system alerts indicating they might be able to collect detailed information about the user. Developers need to migrate to ScreenCaptureKit and SCContentSharingPicker. (120910350)

https://developer.apple.com/documentation/macos-release-notes/macos-15-release-notes#Deprecations

This was announced in 2022 with Sonoma beta, and the experience was so poor Apple removed the notifications in favor of the next OS (now 15, Sequoia)

You aren't able to use ScreenCaptureKit for capturing offscreen items yet, they may push it therefore further back.

@Developer-Ecosystem-Engineering

You aren't able to use ScreenCaptureKit for capturing offscreen items yet, they may push it therefore further back.

Could you elaborate on this please? The onScreenWindowsOnly property should control if that content appears in the returned SCShareableContent. This has been supported since macOS 14.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working macOS 15 macOS 15 Sequoia specific issue
Projects
None yet
Development

No branches or pull requests

4 participants