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.

unity 2018.4.13f & wwise 2019.1.4.7065 AkSoundEngine.AddBasePath Crach

0 votes
code:

var wisePath = Kernel.Settings.PersistentWwiseRoot;
FileUtils.CreateDirectoryInPersistent(wisePath);
AkSoundEngine.AddBasePath(wisePath);

 

crash log:

Stack Trace of Crashed Thread 27192:
0x00007FFFFA05EE9D (ntdll) RtlEnterCriticalSection
0x00007FFFB7F18F40 (AkSoundEngine) AK::MemoryMgr::Malloc
ERROR: SymGetSymFromAddr64, GetLastError: '试图访问无效的地址。
' (Address: 00007FFFB7EC3D7C)
0x00007FFFB7EC3D7C (AkSoundEngine) (function-name not available)
0x000000004D38B520 (Assembly-Wwise) AkSoundEnginePINVOKE.CSharp_AddBasePath()
0x000000004D38AFAB (Assembly-Wwise) AkSoundEngine.AddBasePath()
asked Jan 16, 2020 in Feature Requests by Chale C. (100 points)

Please sign-in or register to answer this question.

...