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.

+2 votes

So! I created an empty Unreal Project. From my Wwise Launcher I clicked on Integrate in Unreal Project. Added a sound file, made it to loop, created an event and generated a soundbank for this. init, and testSoundbank. Went to Unreal, checked in my content and clicked on import. Imported my two soundbanks. Then this gave me the Wwise Picker display of my event. Imported the event to a folder I called AKAudioEvents. Dragged that event from the content browser to the gameplay area. Clicked on "Auto Post" so that it would start on Awake. Hit Play. In Editor. It works. I can autoconnect to Wwise, and check how everything is working perfectly. So far, SO GOOD! xD Alright, now for the juicy part. I hit Launch. It starts trying to build. It fails. Gives me some errors about not finding libraries related to Wwise, or missing dependencies on the Wwise events requested. Note: Apart from this AkAmbientSound that I created when dragging the event to the world, there's nothing other than some chairs and a table xD. No BPs, no C++ code, nothing. Just integrated the Wwise plugin to Unreal through the Wwise Launcher, generated the banks in Wwise, generated the banks in Unreal, and nothing else. What am I doing wrong/what am I missing to make a build that plays this sound forever while I watch at this almost empty world? Thanks!

dans General Discussion par Franco F. (120 points)
Could you copy here errors' text?
I can probably copy the whole output log if you want but in short it’s “Missing Dependency, request for AKAudioBank but it hasn’t been created yet”

Something to do with AsyncLoading.cpp

Again if you’d like the whole log let me know. Thank you very much!
Maybe you just need to create a new C++ class, then open visual studio and build it, then it will be fine.

1 Réponse

0 votes
Here's an issue we've had about asyncronous loading. Maybe our workaround can help
https://www.audiokinetic.com/qa/3854/asynchronous-loading-soundbanks-hangs-the-packaged-build
par ilya n. (220 points)
I tried that, but when doing so I get this error https://www.dropbox.com/s/f0gygl63gtcvqmv/UE4_Crash.jpg?dl=0

Anything that has preload dependency will crash it
...