AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

Unreal Engine 4.26.2 Error: Skipping media load. DataChunks.Num()=1; LoadedMediaData=0

+2 支持
Hello, I've been running a ValidateLevelsTask to validate the levels in my Unreal project, and previously this worked fine, but after upgrading Wwise to 2021.1.9, I've started getting the following error: Error: Skipping media load. DataChunks.Num()=1; LoadedMediaData=0. I've re-generated all of my audio, but I can't seem to get this error to go away. Any suggestions on a fix?
Matthew B. (130 ポイント) 2022 8/11 質問 General Discussion
The error log line should also print information about the parent asset for the media data as well as the MediaMemoryManager. Can you post the full log line?

Also what exactly is your ValidateLevelsTask doing and when is it being run? Is it run in a commandlet?
I just get a bunch of stuff like this:

[21:53:05]    [Step 4/5] [2022.09.08-21.51.14:612][ 53]MapCheck: Warning: BP_ActionableSpawner_2 Static mesh actor has NULL StaticMesh property
[21:53:06]    [Step 4/5] [2022.09.08-21.51.15:051][ 53]LogAkAudio: Error: Skipping media load. DataChunks.Num()=1; LoadedMediaData=0; Parent=3127082496; MediaMemoryManager=0
[21:53:06]    [Step 4/5] [2022.09.08-21.51.15:051][ 53]LogAkAudio: Error: Skipping media load. DataChunks.Num()=1; LoadedMediaData=0; Parent=3127081728; MediaMemoryManager=0
[21:53:06]    [Step 4/5] [2022.09.08-21.51.15:078][ 53]LogAkAudio: Error: Skipping media load. DataChunks.Num()=1; LoadedMediaData=0; Parent=3127082752; MediaMemoryManager=0
[21:53:06]    [Step 4/5] [2022.09.08-21.51.15:078][ 53]LogAkAudio: Error: Skipping media load. DataChunks.Num()=1; LoadedMediaData=0; Parent=3127081472; MediaMemoryManager=0
[21:53:06]    [Step 4/5] [2022.09.08-21.51.15:078][ 53]LogAkAudio: Error: Skipping media load. DataChunks.Num()=1; LoadedMediaData=0; Parent=3127081216; MediaMemoryManager=0
[21:53:06]    [Step 4/5] [2022.09.08-21.51.15:094][ 53]LogAkAudio: Error: Skipping media load. DataChunks.Num()=1; LoadedMediaData=0; Parent=3127082496; MediaMemoryManager=0
[21:53:06]    [Step 4/5] [2022.09.08-21.51.15:094][ 53]LogAkAudio: Error: Skipping media load. DataChunks.Num()=1; LoadedMediaData=0; Parent=3127081728; MediaMemoryManager=0
[21:53:06]    [Step 4/5] [2022.09.08-21.51.15:135][ 53]LogAkAudio: Error: Skipping media load. DataChunks.Num()=1; LoadedMediaData=0; Parent=3127082752; MediaMemoryManager=0
[21:53:06]    [Step 4/5] [2022.09.08-21.51.15:136][ 53]LogAkAudio: Error: Skipping media load. DataChunks.Num()=1; LoadedMediaData=0; Parent=3127081472; MediaMemoryManager=0
[21:53:06]    [Step 4/5] [2022.09.08-21.51.15:136][ 53]LogAkAudio: Error: Skipping media load. DataChunks.Num()=1; LoadedMediaData=0; Parent=3127081216; MediaMemoryManager=0

This task is being run as a commandlet prior to us doing a full cook/package of the game.  It gathers all referenced actors in each map and then calls CheckForErrors on them, logging out the errors and fixing up any if possible.
This bug was fixed in Wwise 2021.1.10, see WG-61029 on this page https://www.audiokinetic.com/library/edge/?source=UE4&id=releasenotes.html.

If you are unable to upgrade at this time, you could always just downgrade the log severity to "Log".
This also occurs when running with -nosound, should that be added to list of checks?

Please sign-in or register to answer this question.

...