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

Imminent Hotfix to Address Wwise 2021.1.8 Unreal Integration Issues

0 투표
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.
문의 2022 5월 20 General Discussion Guillaume R. (Audiokinetic) (5,630 포인트) 로 부터

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 답변

0 투표
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.
답변 2022 5월 20 Guillaume R. (Audiokinetic) (5,630 포인트) 로 부터
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 투표
 
우수 답변
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.
답변 2022 5월 26 Guillaume R. (Audiokinetic) (5,630 포인트) 로 부터
...