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.

Wwise pause audio crashed.

+1 vote
In Wwise 2019.2 (UE4), I use  AK::SoundEngine::ExecuteActionOnPlayingID to pause audio but came across a crash:

Crash reason: EXCEPTION_ACCESS_VIOLATION_READ

XXX.pdb!CAkAudioMgr::PausePendingItems [AkAudioMgr.cpp : 2332].

Is this a bug? I found that pause a playing id of an ambient sound twice will trigger this issue.

Could you provide any help?
asked Sep 6, 2021 in General Discussion by Karl M. (110 points)
retagged Sep 13, 2021 by Samuel L. (Audiokinetic)
And I found that the program pause the playing id twice, but every time I try to pause a playing id the playing id is already checked if is playing.

1 Answer

0 votes

I suggest you open a Support Ticket, crashing inside of AkAudioMgr on a read access looks like a bug.

answered Sep 10, 2021 by Samuel L. (Audiokinetic) (23,220 points)
...