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
The latest version of the Wwise Unreal integration (2021.1.8.7831.2284) has a few critical bugs that have been reported since its release. We are currently testing a hotfix release to address packaging issues, hangs and crashes that were reported. We are hoping to release the hotfix version today, we will update the status here later today.
in General Discussion by Guillaume R. (Audiokinetic) (9.8k points)

There are several blockers with this update like serialization of all assets causing:

"Media data XX in XX is not up to date. Please regenerate sound data."

There is also a crash/assert blocker in the loading of AkAssets:

assertion failed: AsyncLoadingThread.RecursionNotAllowed.Increment() == 1

 

2 Answers

0 votes
The Hotfix update to the Wwise 2021.1.8.7831 Unreal integration will not be released today as testing showed more work is required. We are now aiming to release it on Tuesday May 24th.
by Guillaume R. (Audiokinetic) (9.8k points)
Any updates on this ?
As a workaround we found that forcing the AkAudio module to load earlier fixed the issue.
Any update on this?
Just to let you know, the 2021.1.8 hotfix doesn't actually compile properly. You are missing header includes in AkAssetData.cpp for
#include "Core/Public/Modules/ModuleManager.h"
We are also seeing a LOT of this error when packaging a build:
LogAkAudio: Error: Skipping media load. DataChunks.Num()=1; LoadedMediaData=0; Parent=2605385728; MediaMemoryManager=0

What is causing this?
0 votes
 
Best answer
The Hotfix update to the Wwise 2021.1.8.7831 is now available in the Launcher, the version number is 2021.1.8.7831.2285.
by Guillaume R. (Audiokinetic) (9.8k points)
...