Questions et réponses de la communauté

Bienvenue sur le forum de questions et réponses d'Audiokinetic, propulsé par la communauté. C'est l'endroit où les utilisateurs de Wwise et Strata s'entraident. Pour obtenir une aide directe de notre équipe, veuillez utiliser la page « Tickets de soutien ». Pour signaler un bug, utilisez l'option Bug Report dans l'Audiokinetic Launcher. (Veuillez noter que les rapports de bug soumis au forum questions-réponses seront rejetés. L'utilisation de notre système de rapport de bug dédié garantit que votre rapport est vu par les bonnes personnes et a les meilleures chances d'être corrigé.)

Pour obtenir rapidement les meilleures réponses, suivez ces conseils lorsque vous posez une question :

  • Soyez précis : qu'essayez-vous de réaliser ou quel est le problème spécifique que vous rencontrez ?
  • Pensez à inclure les détails importants : incluez des détails tels que les versions de Wwise et du moteur de jeu, le système d'exploitation, etc.
  • Expliquez ce que vous avez essayé de faire : indiquez aux autres les mesures que vous avez déjà prises pour essayer de résoudre le problème.
  • Concentrez-vous sur les faits : décrivez les aspects techniques de votre problème. Se concentrer sur le problème aide les autres personnes à trouver rapidement une solution.

+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
dans General Discussion par 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 Réponse

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.
par jac g. (260 points)
...