社区问答

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

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

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

+6 投票
I'm starting to get into learning Wwise implementation for Unity, and I'm immediately hitting problems with creating the integrated Wwise project. The tail end of my log file looks like:

 

2017-03-22T23:07:37.905Z: Completed integration download, now proceeding to the integration setup...
2017-03-22T23:07:37.906Z: Game integration: Starting install in mode: add
2017-03-22T23:07:37.906Z: Game integration: Pushing progress: Checking for Unity... 50%.
2017-03-22T23:07:37.951Z: Game integration: Pushing progress: Validating project... 52%.
2017-03-22T23:07:38.150Z: Game integration: Pushing progress: Creating backup /Users/galenborson/2d Platformer.bak... 55%.
2017-03-22T23:07:38.397Z: POST(54): https://www.audiokinetic.com/wwise/launcher/?action=log err:null statusCode:200 PROXY: null
2017-03-22T23:07:38.760Z: Game integration: Pushing progress: Locking project... 57%.
2017-03-22T23:07:38.761Z: Game integration: Pushing progress: Creating empty Wwise project... 60%.
2017-03-22T23:07:38.761Z: Game integration: Creating Wwise project /Users/galenborson/2d Platformer/2d Platformer_WwiseProject/2d Platformer_WwiseProject.wproj
2017-03-22T23:07:43.660Z: Game integration: Result output from Wwise:
2017-03-22T23:07:43.660Z:
2017-03-22T23:07:43.660Z:
2017-03-22T23:07:43.661Z: Game integration: Pushing progress: An error occurred during the creation of the new Wwise project.

The backup project was restored successfully. The project which failed was renamed to: /Users/galenborson/2d Platformer.error3 100%.
2017-03-22T23:07:43.779Z: ERROR: Error: An error occurred during the creation of the new Wwise project.

The backup project was restored successfully. The project which failed was renamed to: /Users/galenborson/2d Platformer.error3
2017-03-22T23:07:43.792Z: Tracking: launcher/unity/install/error/
2017-03-22T23:07:44.256Z: POST(55): https://www.audiokinetic.com/wwise/launcher/?action=log err:null statusCode:200 PROXY: null
2017-03-22T23:11:16.151Z: Tracking: launcher/openLog
2017-03-22T23:11:16.678Z: POST(56): https://www.audiokinetic.com/wwise/launcher/?action=log err:null statusCode:200 PROXY: null

 

Anybody know what the issue could be?
分类:General Discussion | 用户: Galen B. (160 分)
Bump.  I have the same issue.

3 个回答

0 投票
Same thing over here.
用户: Benjamin P. (150 分)
0 投票
I'm trying to upgrade my Unity integration from 2016.1.3 to 2017.2.0. Also managing to fail the upgrade process with the same error message. There's a ton of error lines on my log, here's a taste:

From Compiler output section:

Assets/Wwise/Deployment/API/Generated/Common/AkMIDIEvent.cs(52,10): error CS0246: The type or namespace name `AkMIDIEventTypes' could not be found. Are you missing an assembly reference?
Assets/Wwise/Deployment/API/Generated/Common/AkMIDIEvent.cs(61,10): error CS0246: The type or namespace name `AkMIDICcTypes' could not be found. Are you missing an assembly reference?
Assets/Wwise/Deployment/API/Generated/Common/AkMIDIEventCallbackInfo.cs(25,26): error CS0115: `AkMIDIEventCallbackInfo.setCPtr(System.IntPtr)' is marked as an override but no suitable method found to override
Assets/Wwise/Deployment/API/Generated/Common/AkMIDIEventCallbackInfo.cs(34,24): error CS0115: `AkMIDIEventCallbackInfo.Dispose()' is marked as an override but no suitable method found to override

(etc..)

 

Towards the end:

executeMethod class 'WwiseSetupWizard' could not be found.
Argument was -executeMethod WwiseSetupWizard.RunMigrate
 
(Filename: C:\buildslave\unity\build\Runtime/Utilities/Argv.cpp Line: 226)

Failed to redirect stdout (non-fatal)

Aborting batchmode due to failure:
executeMethod class 'WwiseSetupWizard' could not be found.
Argument was -executeMethod WwiseSetupWizard.RunMigrate

Would appreciate any help as my work is pretty much stalled and the rest of the team is eager for the Timeline improvements. I have the entire log saved if you want me to dig up some info.
用户: Simo S. (200 分)
+1 投票

TL;DR: Open the Wwise application from the launcher, it will require you to update some Visual Studio stuffs for C++. After that, the Unity integration worked like a charm for me.

I was struggling a bit with this problem, and I suppose people here have found ways to solve it.. but here goes my 5 cents. I tried running as root, tried changing the permissions, but unfortunately the errors being shown does not indicate any problem with the problem at hand. When trying to run the launcher as root, I accidently ran the Wwise app I had installed. I saw it tried to download some stuff but aborted it seeing as I don't want to execute and download stuff as root. 

This sprung the idea to launch the Wwise app to get the necessary dependencies. 

Hope this helps future people.

用户: Max J. (160 分)
...