Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

0 votes
UE: 4.25

Wwise: 2021.1.2.7629.2025

Hi, my team are having some trouble with our UE4 project. Recently, the programmer observed that UE4 will immediately crash due to an access violation whenever any Blueprint or level with Wwise nodes/references is opened. I think it happened around the time I changed over to EBP. I'm the only one with Wwise installed and the only one who can open the project without crashing. I've confirmed that Wwise is properly integrated and the plugin is enabled on everyones computers. I'm not sure if this is important but we're using Perforce and have the plugin install and Wwise project in the depot.

Callstack:

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x00000040

UE4Editor_AkAudio!UAkMediaAsset::getMediaAssetData() [D:\Jenkins\ws\wwise_v2021.1\UE4Plugin\WwiseDemoGame\Plugins\Wwise\Source\AkAudio\Private\AkMediaAsset.cpp:471]
UE4Editor_AkAudio!UAkMediaAsset::LoadAndSetMedia() [D:\Jenkins\ws\wwise_v2021.1\UE4Plugin\WwiseDemoGame\Plugins\Wwise\Source\AkAudio\Private\AkMediaAsset.cpp:361]
UE4Editor_AkAudio!UAkAssetDataSwitchContainer::loadSwitchContainer() [D:\Jenkins\ws\wwise_v2021.1\UE4Plugin\WwiseDemoGame\Plugins\Wwise\Source\AkAudio\Private\AkAudioEvent.cpp:140]
UE4Editor_AkAudio!UAkAssetDataSwitchContainer::loadSwitchContainer() [D:\Jenkins\ws\wwise_v2021.1\UE4Plugin\WwiseDemoGame\Plugins\Wwise\Source\AkAudio\Private\AkAudioEvent.cpp:130]
 

It also appears that it fails to load Wwise data (when generating sound data):
[2021.12.31-14.56.23:178][397]LogSlate: Window 'Generate Sound Data' being destroyed
[2021.12.31-14.56.23:228][398]LogLinker: Warning: Failed to load '/Game/WwiseAudio/Media/00/6a/6987654': Can't find file.
[2021.12.31-14.56.23:229][398]LogLinker: Warning: Failed to load '/Game/WwiseAudio/Media/00/6a/6987654': Can't find file.
[2021.12.31-14.56.23:229][398]LogLinker: Warning: Failed to load '/Game/WwiseAudio/Media/00/6a/6987654': Can't find file.
[2021.12.31-14.56.23:229][398]LogLinker: Warning: Failed to load '/Game/WwiseAudio/Media/00/6a/6987654': Can't find file.
 

Does anyone have any suggestions?
in General Discussion by Aran E. (100 points)

Please sign-in or register to answer this question.

...