La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

Error Event Not Found on WAG Unity Project on 251 Certification

0 votes
My Error happens on Lesson 1 on secction The Profiler Layout When ask me to play Unit WAG Project.

I Follow the steps 2 times and Gets the error Un Unity Project WAG

Could not post event ID "1429189524". Did you make sure to load the appropriate SoundBank?
UnityEngine.Debug:LogError(Object)
AkEvent:HandleEvent(GameObject) (at Assets/Wwise/Deployment/Components/AkEvent.cs:98)
AkUnityEventHandler:Start() (at Assets/Wwise/Deployment/Components/AkUnityEventHandler.cs:49)

 

Wwise: Event ID not found: 1429189524 (GameObject: Windmill (UnityEngine.GameObject)) (Instance ID: 31046)
UnityEngine.Debug:LogError(Object)
AkCallbackManager:PostCallbacks() (at Assets/Wwise/Deployment/API/Handwritten/AkCallbackManager.cs:323)
AkSoundEngineController:LateUpdate() (at Assets/Wwise/Deployment/Components/AkSoundEngineController.cs:88)
AkInitializer:LateUpdate() (at Assets/Wwise/Deployment/Components/AkInitializer.cs:147)
demandé 29-Aou-2019 dans General Discussion par Sergi R. (100 points)

1 Réponse

0 votes

Hey Sergi, 

It seems that the Windmill Wwise ID is not the same as what's selected on the game object. It shouldn't prevent you from continuing in the lessons, but here's how I would fix it: 

  • First, I'd delete the Wwise_IDs.h file (in the StreamingAssets > Audio > GeneratedSoundBanks folder) and then generate new SoundBanks + Wwise ID. 
  • If that doesn't work, go to the Windmill game object in the Hierarchy, and reselect the Ambient_Windmill Event in the AkEvent, by first clicking Reset and then select it again. 

That said, since it's not really preventing you from continuing in the certification, you could also just delete the Windmill game object. 

Hope it helps! 

répondu 2-Sep-2019 par Mads Maretty S. (Audiokinetic) (39,400 points)
...