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
I am constantly getting the following error, which crashes both the Unity editor and the runtime player builds:

"AkSoundEngine.dll caused an Access Violation (0xc0000005)

in module AkSoundEngine.dll at 0033:d6ea50b4."

 

In the editor, I simply press play, click a menu button, start playing our game, and within 5-30 seconds it will crash the entire Unity editor.

In the runtime player, same thing: load up the game, click through the start menu, and at anytime after a level loads it will crash.

 

This problem was already present with previous versions of Wwise (2016.2) but seems to have gotten much worse and much more aggressive with the latest version (2017.1.1).

 

Does anyone have any idea what might be causing this crash, and how to fix it?

I would also love to hear more general advice on how to debug access violations that cause Unity to crash, if that's possible.
in General Discussion by Stephane B. (180 points)

1 Answer

0 votes
Hello,

You can activate the Debug version of Wwise in the Unity Menu Assets->Wwise->Activate Plugin->Debug.  This will give you a more complete callstack when crashing.  Or simply send the crash dump (.dmp) to support@audiokinetic.com with your version information.
by Mathieu J. (Audiokinetic) (7.1k points)
Thanks for this answer, I hadn't thought of that. For everyone else out there: in the meantime, we actually fixed the issue by connecting to the Wwise profiler and noticing that our memory pool was getting filled up quick, so we increased the size of the Default Pool on the AkInitializer.
...