menu
 

Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

+1 투표

I am using the wwise sdk in a  windows 10 x64 platform right now for my final degree project for school and for some reason in my terminate function it works up until the function  IAKStreamMger::Get()->Destroy() is called then it breaks and pops up a message saying  "..\Common\AkMemoryMgrBase.cpp:945 Assertion Failed! Expression:used == false && Memory leak detected && size" if anyone has a solution to this or to point me in the right direction if this has been resolved before, it would be much appreciated.

General Discussion Zayn B. (110 포인트) 로 부터

1 답변

+1 투표
Hi. It is likely you have forgotten to AK::*::Term() one of the WWISE components. On my side I had set up communications with AK::Comm::Init and its AK::Comm::Term counterpart was missing when terminating my program. Hope it helps.
Thomas K. (170 포인트) 로 부터
...