Questions et réponses de la communauté

Bienvenue sur le forum de questions et réponses d'Audiokinetic, propulsé par la communauté. C'est l'endroit où les utilisateurs de Wwise et Strata s'entraident. Pour obtenir une aide directe de notre équipe, veuillez utiliser la page « Tickets de soutien ». Pour signaler un bug, utilisez l'option Bug Report dans l'Audiokinetic Launcher. (Veuillez noter que les rapports de bug soumis au forum questions-réponses seront rejetés. L'utilisation de notre système de rapport de bug dédié garantit que votre rapport est vu par les bonnes personnes et a les meilleures chances d'être corrigé.)

Pour obtenir rapidement les meilleures réponses, suivez ces conseils lorsque vous posez une question :

  • Soyez précis : qu'essayez-vous de réaliser ou quel est le problème spécifique que vous rencontrez ?
  • Pensez à inclure les détails importants : incluez des détails tels que les versions de Wwise et du moteur de jeu, le système d'exploitation, etc.
  • Expliquez ce que vous avez essayé de faire : indiquez aux autres les mesures que vous avez déjà prises pour essayer de résoudre le problème.
  • Concentrez-vous sur les faits : décrivez les aspects techniques de votre problème. Se concentrer sur le problème aide les autres personnes à trouver rapidement une solution.

0 votes

Hi everyone,

We are a team working on a Unity 6 project since a long time. Very recently, we started having very frequent crashes, both in Unity Editor and on build, after regenerating out WWise soundbanks.
Unity editor logs don't seems to give any clue on how to solve the issue, other than this stack trace :

========== OUTPUTTING STACK TRACE ==================
0x00007FFCEAFDD7C9 (AkUnitySoundEngine) AkMixer::ProcessPairedInterpBiquadFilterAndMix
0x00007FFCEAF5549B (AkUnitySoundEngine) AkMixer::ProcessPairedInterpBiquadFilterAndMix
0x00007FFCEAF51423 (AkUnitySoundEngine) AkMixer::ProcessPairedInterpBiquadFilterAndMix
0x00007FFCEAF5082E (AkUnitySoundEngine) AkMixer::ProcessPairedInterpBiquadFilterAndMix
0x00007FFCEAF1AA8F (AkUnitySoundEngine) AkTlsSetValue
0x00007FFCEAF13555 (AkUnitySoundEngine) AkTlsSetValue
0x00007FFCEAE8A1E1 (AkUnitySoundEngine) AK::Replay::UnregisterNotificationCallback
0x00007FFCEAE89F5D (AkUnitySoundEngine) AK::Replay::UnregisterNotificationCallback
0x00007FFCEAEAD72E (AkUnitySoundEngine) CAkSpeakerPan::GetDecodingMatrixShape
0x00007FFCEAECE7BD (AkUnitySoundEngine) CAkEmitter::~CAkEmitter
0x00007FFCEAE3ED0F (AkUnitySoundEngine) AkMonitorData::RealSizeof
0x00007FFCEAE40091 (AkUnitySoundEngine) AkMonitorData::RealSizeof
0x00007FFCEAE4D9D8 (AkUnitySoundEngine) CAkGameObject::~CAkGameObject
0x00007FFCEAE4E4FC (AkUnitySoundEngine) CAkGameObject::~CAkGameObject
0x00007FFCEAE419DF (AkUnitySoundEngine) AkMonitorData::RealSizeof
0x00007FFCEAE90827 (AkUnitySoundEngine) AK::Replay::UnregisterNotificationCallback
0x00007FFD6DEEE8D7 (KERNEL32) BaseThreadInitThunk
0x00007FFD6F2FC5DC (ntdll) RtlUserThreadStart
========== END OF STACKTRACE ===========

The crash happens randomly either :

  • After multiple async loading of scenes using WWise, sometimes few seconds after the loading.
  • Simply in Unity Editor out of playmode

Reverting all the files of our "WWiseProject/GeneratedSoundBanks/Windows/*" folder to a previous version has fixed the issue for now

It may be related to the fact that we recently migrated from Unity 6000.0.x to 6000.1.3 before having the issue. However, we already generated soundbanks multiple times since the migration without having the issue.

Both our team and an external team working with us on the projet are having a similar issue with newly generated soundbanks.

If anyone has an idea of what is the issue, or what we could try, it would be really appreciated :) Don't hesistate to ask for any additionnal information.

Thanks for reading and have a very nice day !

dans General Discussion par Fabien Cocheteux (100 points)

Please sign-in or register to answer this question.

...