menu
 

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

0 투표
When I am trying to build my project I get an error. Looks like the error fails to produce UE4Editor-AkAudio.dll and it says it is missing. How do I fix this?
General Discussion Ryan H. (170 포인트) 로 부터

2 답변

+1 투표
 
우수 답변
I got a similar error because I was using the binaries for Visual Studio 2013. Those folders are:

x32vc_120 and x64_vc120

 

I then realized that the newest UE4 was highly suggested to be being built in VS 2015 and Wwise needs the right binaries to call from when building the engine. If you're using the newest UE4 I suggest using VS 2015. Then from your audiokinetic folder you need the files ending in _vc140. If you don't have those you just need to reinstall the latest version of Wwise, make sure you check the binaries for VS 2015 when installing. Hope that helps!

 

-Rob
Robert M. (4.6k 포인트) 로 부터
선택됨 Ryan H. 로 부터
You are a freaking genius!!! I swapped from 120 to 140 (which seems like an obvious choice now). Then I clicked build....took 30 sec then successful. Thanks man.
Glad that I can help! It took me a few hours of looking over the integration myself. The only thing that tipped me off was they changed x32vc120 to x32vc_*** in the integration manual. I then tried all the different numbers until I got the right one.
Hello, I have just encountered this problem: UE4Editor-AkAudio.dll Missing, but I did not figure out how to solve this problem, the ability to carefully explain the procedure to solve this problem? thank you very much
0 투표
Hello, I have just encountered this problem: UE4Editor-AkAudio.dll Missing, but I did not figure out how to solve this problem, the ability to carefully explain the procedure to solve this problem? thank you very much
deren x. (140 포인트) 로 부터
Hi Deren,


If you haven't figured it out, this is what we were overall talking about.

https://www.youtube.com/watch?v=dO2Utr_3y6c

This is how to install/build the UE4 integration of Wwise. The difference is IF you are using the newest UE4 and the newest Wwise you need Visual Studio 2015. In the tutorial I say to use the files ending in vc120, instead use the files ending in vc140. '

If you don't have them reinstall Wwise and choose the "SDK, Windows Visual Studio 2015". Hopefully that is explained enough!
...