menu
 

Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

+3 votes
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
in General Discussion by Peter M. (250 points)
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 Answer

0 votes
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.
by jac g. (260 points)
...