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.

0 votes
After following updating instructions as closely as possible we have found new errors when trying to use a mixer - plugin.  I am unsure of how to proceed or at what level the error is occurring at.  Any pointers to help to debug this would be much appreciated.
 

Wwise: Could not find plugin dynamic library OculusSpatializerWwise
UnityEngine.Debug:LogError(Object)
AkInitializer:CopyMonitoringInConsole(ErrorCode, ErrorLevel, UInt32, UInt64, String) (at Assets/Wwise/Deployment/Components/AkInitializer.cs:294)
AkCallbackManager:PostCallbacks() (at Assets/Wwise/Deployment/API/Handwritten/AkCallbackManager.cs:263)
AkInitializer:LateUpdate() (at Assets/Wwise/Deployment/Components/AkInitializer.cs:263)

Wwise: Plug-in not registered: 9572518
UnityEngine.Debug:LogError(Object)
AkInitializer:CopyMonitoringInConsole(ErrorCode, ErrorLevel, UInt32, UInt64, String) (at Assets/Wwise/Deployment/Components/AkInitializer.cs:294)
AkCallbackManager:PostCallbacks() (at Assets/Wwise/Deployment/API/Handwritten/AkCallbackManager.cs:263)
AkInitializer:LateUpdate() (at Assets/Wwise/Deployment/Components/AkInitializer.cs:263)

Thank you in advance!
in General Discussion by Phillip K. (100 points)

2 Answers

0 votes
Have you gotten any way around it?
by David V. (160 points)
–1 vote

Hello Phillip,

Have you copied the OculusSpatializerWwise.xml and OculusSpatializerWwise.dll files in "Program Files (x86)\Audiokinetic\Wwise 2017.X.X.XXXX\Authoring\x64\Release\bin\plugins".
After this, you should copy the .dll file in "UnityProject\Assets\Wwise\Deployment\Plugins\Windows\x86_64\DSP"

by Hugo S. (120 points)
...