Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

0 votes
Hi,

Wwise 2021.1.4 SDK  AkAcousticRoom.cpp in function AkAcousticRoom::UpdateTransitionRoomGameObj line 897 cause an crash due to pAdjacentRoom == nullptr

The Variable pAdjacentRoom is assign at line 773 "pAdjacentRoom = pTransitionPortal->GetRoomOnOtherSide(GetID());" but if  it return nullptr that will cause an crash at line 897.

I think check if pAdjacentRoom is nullptr before line 897 will resolve this crash.
in General Discussion by FU J. (100 points)
recategorized by Mads Maretty S. (Audiokinetic)
Thank you for the details. To make sure this gets processed adequately, you can report this bug using the Bug Reporter (https://www.audiokinetic.com/library/edge/?source=InstallGuide&id=reporting_bugs) or open a Support Ticket (https://www.audiokinetic.com/customers/tickets/).

Please sign-in or register to answer this question.

...