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
This is what i'm getting:

Assertion failed!

Program: "project dir"
File: C:\Jenkins\workspace\Wwise_2015.1_W10\SDK\i.../AkArray.h
Line: 95

Expression: m_pItems == 0

This assert is thrown at me when I terminate the window. Its weird because this directory does not exist anywhere! Nor am I including AkArray.h.
in General Discussion by Deepak Chennakkadan (1.8k points)

1 Answer

+2 votes
You are not freeing all your memory correctly with Wwise. Make sure you freeing all your systems correctly. Make sure you call ::Term() on all the systems you allocated.
by Jeffrey U. (270 points)
...