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
So, im sure other have had this issue, and typically I can solve it, but for some reason I cant. Upon loading into the project. (Unity 5) I get this error among many others indicating DLL's for the AK Sound Engine and so forth.
For example:
DllNotFoundException: AkSoundEngine
AkMemSettings..ctor ()
AkInitializer.Awake () (at Assets/Wwise/Deployment/Components/AkInitializer.cs:89)

There are probably a dozen other similar ones. The problem I have though is it's a local problem not affecting the other member of the team. Upon recloning the project from scratch I still get this error. I also try to re-integrate Wwise with the project but it never seems to fully go through. (I never get the pop up dialogue box to select me sound bank files or the project path.) As a result, upon trying to re0integrate I get a fatal error in Unity upon trying to drop in saying all my scripts need to be compiled. Preventing me from dropping into the game.

TLDR: DLL's missing or something, cant re-integrate because it causes fatal crash.
in General Discussion by Steve G. (120 points)

1 Answer

0 votes

Have you looked in 

\Assets\Wwise\Deployment\Plugins\Windows\x86\Profile

Or similar folders to see if the AkSoundEngine.dlls are actually there? I had a problem with Version Control (BitBucket and Sourcetree), where it didn't push the DLLs, so they were missing in there. And that gave a similar error as yours. 

by Egil S. (1.1k points)
THis is very delayed but yeah the Dll's are in there, however my Windows folder is called "Windows_new" we also just learned that my folder is roughly 90 megs whereas my programmer's identical folder is roughly 150 megs.
...