menu
 

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.

+1 vote

UE4.27.2 with Wwise Integration 2022.1.7.8290.2779

If I open my game and hit play, then close the engine, it will crash.

To fix it, I have removed every reference to AK audio object and every function that uses it. After that, I removed all includes for any AKAudio file. If I open the game and hit play, then close it, everything is fine.

If I include "AkAudioEvent.h" in any header file, this check fails:

template<int32 SIZE, int TPaddingForCacheContention, typename TTrackingCounter = FNoopCounter, bool AllowDisablingOfTrim = false>
class TLockFreeFixedSizeAllocator
{
public:

    /** Destructor, returns all memory via FMemory::Free **/
    ~TLockFreeFixedSizeAllocator()
    {
       check(!NumUsed.GetValue());
       Trim();
    }

 

dans General Discussion par Zack S. (110 points)
We have this issue as well, curious if anyone ever found a fix.

Please sign-in or register to answer this question.

...