社区问答

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

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

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

+3 投票
Hi,

I'm having an issue with tutorial lesson 6, wherein the music will not play at all. All other elements completed in the lesson work as expected, such as reverb zones etc, but no music.  Everything seems to be in order and all events added to the sound bank, correct platform selected, and correct location selected for the sound bank. So i'm out of ideas.

As always, any help greatly appreciated.

Platform - Mac

Wwise version - Latest

 

Thanks,

Peter
分类:General Discussion | 用户: Peter M. (250 分)
I noticed when I run the Cube and connect to the profiler It displays the call “Deprecated call: music fanatic/03_fanatic-tranquility.ogg”  and since the  source sfx that the DCP_Music event is calling for is named “cubetrak.wav”  I thought this might be the problem.  If so how would i go about changing that?  thanks!
After some trial and error I figured a workaround by changing the event for the main theme (heartbeat also) to Map_load, so they both trigger on start as they should. And I've realised the "Deprecated call" is for other levels and their respective music.  However i'm not getting the DCP_Music hook in the profiler when running the cube, and getting "AK Error: Cannot open file: base.bnk"  and "AK Error: Bank Load Failed
"  messages every time.
Same here. Mac, no music in any of the CRAS lessons.
Thanks for confirming its not just me. I should mention for anyone having the same problem and reading this that I've noticed my workaround for the problem has its downsides.

The "Map_load" event triggers the sound over and over (doesn't reset each time you load a new level) This is fine for one shot sounds, but for music and continuous looping sounds  that trigger on startup it doesn't work, as each time you load a level another instance of the sound will trigger over the top of the previous one.
My post above was made before I finished the lessons...so I was at about #5 at that time. When I ran Cube after Lesson 8, and loaded the correct level (Single Player: DCP_the_core/enter) the music appeared to be working correctly.

1个回答

0 投票
Hi anyone who is looking for an idea I got the music to start using the Spawn_Player event rather than DCP_Music. I used Death_Player event to then stop it or else it will keep playing new instances of itself everytime your respawn. i don't know if this will cause weird stuff to happen in multiplayer or other maps with enemies but it works fine in the minimap test area.
用户: jac g. (260 分)
...