커뮤니티 Q&A

Audiokinetic의 커뮤니티 Q&A 포럼에 오신 것을 환영합니다. 이 포럼은 Wwise와 Strata 사용자들이 서로 도움을 주는 곳입니다. Audiokinetic의 직접적인 도움을 얻으려면 지원 티켓 페이지를 사용하세요. 버그를 보고하려면 Audiokinetic 런처에서 Bug Report 옵션을 사용하세요. (Q&A 포럼에 제출된 버그 보고는 거절됩니다. 전용 Bug Report 시스템을 사용하면 보고 내용이 담당자에게 정확히 전달되어 문제 해결 가능성이 크게 높아집니다.)<segment 6493>

빠르고 정확한 답변을 얻으려면 질문을 올릴 때 다음 팁을 참고하세요.

  • 구체적인 내용을 적어주세요: 무엇을 하려는지, 혹은 어떤 특정 문제에 부딪혔는지 설명하세요.
  • 핵심 정보를 포함하세요: Wwise와 게임 엔진 버전, 운영체제 등 관련 정보를 함께 제공하세요.
  • 시도한 방법들을 알려주세요: 문제 해결을 위해 이미 어떤 단계를 시도해봤는지 설명해주세요.
  • 객관적인 사실에 초점을 맞추세요: 문제의 기술적 사실을 중심으로 설명하세요. 문제에 집중할수록 다른 사람들이 더 빠르게 해결책을 찾을 수 있습니다.

0 투표

Hi there,
I'm trying to install Wwise on my MacBook Pro but I keep getting the following error as it tries to install it:
"Install operation completed with errors - User did not grant permission".

I've even tried installing it using the offline installer but I get the same error. I've made the big mistake of installing Catalina on my laptop, and I know Wwise has been having some problems with Wwise, but I should still be able to install it, right?

I can't seem to copy the log because the max length is 8000 characters?

General Discussion Nicolas V. (130 포인트) 로 부터
i have the same issue
I'm having what sounds like a similar issue on PC:-

2020-12-18T21:32:51.874Z: wwise.2019_2_8_7432: EndOperation='prepare_prerequisites'
2020-12-18T21:32:51.876Z: wwise.2019_2_8_7432: BeginOperation='install_prerequisites'
2020-12-18T21:32:53.176Z: post (0): https://www.audiokinetic.com/wwise/launcher/?action=allBundles err:null statusCode:200 PROXY: null
2020-12-18T21:32:56.609Z: Error: Unable to start the installation process. The user hasn't granted permission.
2020-12-18T21:32:56.609Z: Tracking: launcher/installStandalone/wwise.2019_2_8_7432/prerequisites-error
2020-12-18T21:32:56.611Z: Installation failed: error installing prerequisites
2020-12-18T21:32:56.613Z: wwise.2019_2_8_7432: EndOperation='install_prerequisites'
2020-12-18T21:32:56.616Z: wwise.2019_2_8_7432: Error:'Error: Installation failed: error installing prerequisites'
2020-12-18T21:32:56.617Z: Tracking: launcher/error/wwise.2019_2_8_7432/Error: Installation failed: error installing prerequisitesError: Installation failed: error installing prerequisites
    at Object.<anonymous> (C:\Program Files\Wwise Launcher\resources\app.asar\core\backend\prerequisites-install.js:72:19)
    at Generator.next (<anonymous>)
    at fulfilled (C:\Program Files\Wwise Launcher\resources\app.asar\core\backend\prerequisites-install.js:5:58)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
2020-12-18T21:32:56.619Z: Error Error: Installation failed: error installing prerequisites
why no person can reslove this problem?
I'm experiencing this issue installing Wwise 2021.1.5.7749 on Mac.

Does anyone have any Mac solutions to this problem?

Thanks in advance!
I have the same issue, but none of the provided solutions works for me.
I'm blocked.

2 답변

+2 투표
 
우수 답변

For PC

See Install operation completed with errors - User did not grant permission

For Mac

First make sure there is no pending update for your Wwise Launcher and that you have tried rebooting your Mac.
Then, make sure you are installing to a location for which the logged-in user has write access to, and that your user is an Administrator. When starting the installation, a "WwiseLauncher Password Prompt" should appear.
Failure to enter valid credentials or this prompt not appearing due to internal failure is the cause of the "User did not grant permission" error.



If this prompt does not appear, there are additional steps you can take to identify the issue.

Open Terminal.app and attempt to run the following command, which should trigger a password prompt:

osascript -e 'do shell script "echo foo" with administrator privileges'

If, instead of the above mentioned password prompt, you get the following message:

osascript: can't open default scripting component.

It indicates something is preventing the Apple Script to execute, which is likely also the cause why the Wwise Launcher isn't able to show the password prompt.
You can find out what component is blocking this feature by running:

sudo dtruss -n osalang -t open

In the terminal and looking at the output, a list of components causing the issue should be listed.
Removing those components (users have reported problematic components coming from 
/Library/Audio/Plug-Ins/Components) should allow to trigger the prompt properly when running the osascript command mentioned above, and by extension should allow the Wwise Launcher to show the prompt as well.

If you are unable to trigger the prompt after following these steps, contact Customer Support.

Samuel L. (Audiokinetic) (23.6k 포인트) 로 부터
선택됨 Samuel L. (Audiokinetic) 로 부터
Your solution didn't work for me but lead me to this post: https://www.reddit.com/r/MacOS/comments/f37ybt/comment/ibtwf1s/?utm_source=share&utm_medium=web2x&context=3
which solved my issue.
Hi Samuel, I'm getting the same issue, from the administrator user and with sorted permissions for the volume where I'm trying to install.
Osascript command got no responses in terminal.
Please advise me what to do.
Actually I missed the reddit post by Ni C that worked. I copy it here for whoever struggles with that issue:

Open two terminals and in one terminal run:

sudo fs_usage -w -f filesys osalang | grep Library/

This will attempt to list file system events triggered by the osalang command, and will filter the output to only list events having to do with files with "Library/" in their path (where problems are likely to occur).

In the other terminal run:

osalang -L

Normally, this tries to list the available osa scripting language components.

In the output, I found unexpected opens being issued to an audio plug-in that I completely forgot I tried to install. After removing the non-operative Audio plug-in and reopening Script Editor, everything I noted above worked properly!
How do I know which one I should delete??? That's too many plugins here
This did not work for me, but I did make a  folder called Audiokinetic      
That seemed to fix it.
Guys after a year of struggling with that bug I have finally found a solution.

I've simply created a new USER on my mac and tried to install as usual with the wwise launcher. The password prompt popped up instantly, I entered a password and the installation started without any ridiculous USER DIDN'T GRANT PERMISSION signs.  

Logged back in my main user and opened Wwise manually (it appears in the directory you could choose during installation) and it works!

P.S.: I still don't see it in the launcher of my MAIN user and can't add it there. But I could finally work with the software jumping between two users >_<

Will keep you updated.
______
UPD: To add Wwise to your MAIN USER launcher you need to provide an access of the folder where you Installed Wwise. In my case it is /Application/Audiokinetic. Now I have everything on my main USER.
The issue for me was in /Library/Audio/Plug-Ins/Components  I had to delete a plugin and all of it's pieces (in this case Serum) for it to successfully install.  After moving the files to the trash I was able to re-install and received the username/password prompt.
0 투표
Guys after a year of struggling with that bug I have finally found a solution.

I've simply created a new USER on my mac and tried to install as usual with the wwise launcher. The password prompt popped up instantly, I entered a password and the installation started without any ridiculous USER DIDN'T GRANT PERMISSION signs.  

Logged back in my main user and opened Wwise manually (it appears in the directory you could choose during installation) and it works!

P.S.: I still don't see it in the launcher of my MAIN user and can't add it there. But I could finally work with the software jumping between two users >_<

Will keep you updated.
______
UPD: To add Wwise to your MAIN USER launcher you need to provide an access of the folder where you Installed Wwise. In my case it is /Application/Audiokinetic. Now I have everything on my main USER.
Kirill Z. (140 포인트) 로 부터
...