I've been trying to create my own implementation of the Cube demo that shipped with Wwise v2014.1 (5158) but have hit a brick wall with the Hit_Rocket_Player call not triggering a sound asset (the rocket explosion) in-game. I get an Event ID Not Found call every time it should play but I can't figure out where the problem is. Everything works fine in the Soundcaster, but not when try it in the engine. I've made sure to check that all of the events are included in the soundbank.The Fire_Rocket_Player and End_Rocket_Player events both work fine, by the way.
When I pulled up the Wwise implementation that comes with the installation package, to see how they did it, I found the same problem in the shipped version. How can I get the explosion file to trigger in-game?