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

[BUG] Standalone App asks for microphone permissions on every startup (macOS) #215

Open
PrimalNerd opened this issue Apr 20, 2023 · 4 comments
Labels
bug Something isn't working good first issue Good for newcomers priority:low Low priority issues standalone Related to the standalone application

Comments

@PrimalNerd
Copy link

NeuralAmpModeler asks for microphone permissions on every startup. Even when the permission is already granted and saved in the macOS System Preferences.

macOS Ventura
NeuralAmpModeler 0.7.2

Bildschirm­foto 2023-04-20 um 19 45 54

@PrimalNerd PrimalNerd added bug Something isn't working priority:low Low priority issues unread This issue is new and hasn't been seen by the maintainers yet urgent:no labels Apr 20, 2023
@PrimalNerd PrimalNerd changed the title [BUG] App asks for microphone permissions on every startup (macOS) [BUG] Standalone App asks for microphone permissions on every startup (macOS) Apr 20, 2023
@sdatkinson sdatkinson removed urgent:no unread This issue is new and hasn't been seen by the maintainers yet labels Apr 28, 2023
@olilarkin
Copy link
Contributor

I believe this is a code-signing issue

@sdatkinson sdatkinson added the standalone Related to the standalone application label May 6, 2023
@JudgeGroovyman
Copy link

JudgeGroovyman commented May 8, 2023

"NeuralAmpModeler would like to access the microphone" Thats the english language message I get everytime, but its not just on startup, its also every time I open the settings menu in the app.

Macbook air M1 2020
MacOS Ventura 13.2.1
Nam 0.7.2

Update: One of the cool people (Colin Campbell) in the facebook group offered this workaround which worked for me:

Open a terminal and paste this :
sudo codesign -s - --force --deep --timestamp /Applications/NeuralAmpModeler.app
Enter your password.
Thereafter it should only ask once.

@olilarkin
Copy link
Contributor

yes, the issue is that the app is not codesigned

oli@olmbp4 /Applications$ codesign --verify --deep --strict --verbose=2 NeuralAmpModeler.app
NeuralAmpModeler.app: code object is not signed at all

@sdatkinson I have some WIP to set up codesigning with github actions

@sdatkinson sdatkinson added the good first issue Good for newcomers label May 23, 2023
@olilarkin
Copy link
Contributor

#365

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers priority:low Low priority issues standalone Related to the standalone application
Projects
None yet
Development

No branches or pull requests

4 participants