menu
 

Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

+4 votes

I'm attempting to integrate my Wwise project into Unity 2017.3.0f3 using Unity integration 2017.2.0.6500.947 on Mac OS Sierra 10.12.5

I"m getting the following error:

Aborting batchmode due to failure:
executeMethod class 'WwiseSetupWizard' could not be found.
Argument was -executeMethod WwiseSetupWizard.RunSetup


2018-01-31T19:36:03.406Z: --- END UNITY LOG ---
2018-01-31T19:36:04.051Z: Game integration: Pushing progress: An error occurred during the execution in Unity. Please click Open Log to review the Unity log.

I'm completely new to Wwise, so does anyone know how to overcome this? 

in General Discussion by Chris D. (140 points)
the same here. I used the integration from launcher.

Aborting batchmode due to failure:
executeMethod class 'WwiseSetupWizard' could not be found.
Argument was -executeMethod WwiseSetupWizard.RunSetup

Unity 2017.3.1f1
Wwise 2017.2.1.6524

1 Answer

–1 vote

Managed to get around this issue! Instead of choosing this option during installation "Install files into a copy of the Unity project directory, then apply changes if successful (recommended)", choose this one "Install files directly into the Unity project directory". That fixed it for me! Just know that, as all the documentation suggests, you should back up your project or put it under version control before going with this option. 

by Chris S. (140 points)
...