社区问答

欢迎来到 Audiokinetic 社区问答论坛。在此,Wwise 和 Strata 用户可互帮互助。如需我们团队直接提供协助,请前往技术支持申请单页面。若要报告问题,请在 Audiokinetic Launcher 中选择“报告错误”选项(注意,问答论坛并不会接收错误报告)。我们内部设有专门的错误报告系统,会有专人查看报告并设法解决问题。

要想尽快得到满意的解答,请在提问时注意以下几点:

  • 描述尽量具体:比如,想达到什么样的目的,或者具体哪里有问题。
  • 包含关键细节:比如,Wwise 和游戏引擎版本以及所用操作系统等等。
  • 阐明所做努力:阐明自己为了排除故障都采取了哪些措施。
  • 聚焦问题本身:聚焦于问题本身的相关技术细节,以便别人可以快速找到解决方案。

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!
...