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?