Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

0 votes

Install operation completed with errors.

 

  • Command failed: sh -c 'mkdir -p "/Wwise2023.1.7.8574";chown admin "/Wwise2023.1.7.8574";mkdir -p "/Library/Application Support/Audiokinetic";chown :_wwise_launcher "/Library/Application Support/Audiokinetic";chown -R admin "/Library/Application Support/Audiokinetic/Wwise 2023.1.7.8574";chmod -R ug+rwx,o+rx "/Library/Application Support/Audiokinetic";find /Applications/Audiokinetic \( -type f -or -type d \) -not -name ".DS_Store" -exec chown :_wwise_launcher {} +;find /Applications/Audiokinetic \( -type f -or -type d \) -not -name ".DS_Store" -exec chmod -R ug+rwx,o+rx {} +' mkdir: /Wwise2023.1.7.8574: Read-only file system chown: /Wwise2023.1.7.8574: No such file or directory chown: /Library/Application Support/Audiokinetic/Wwise 2023.1.7.8574: No such file or directory find: /Applications/Audiokinetic: No such file or directory find: /Applications/Audiokinetic: No such file or directory
in General Discussion by lewis cager (100 points)

1 Answer

0 votes
It seems you are attempting to install Wwise at your filesystem's root: use the default install location (/Applications/Audiokinetic) instead.
by Samuel L. (Audiokinetic) (23.5k points)
...