La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

+2 votes
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?
dans General Discussion par Matthew B. (140 points)
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.

...