menu
 

Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

0 투표
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()
Feature Requests Chale C. (100 포인트) 로 부터

Please sign-in or register to answer this question.

...