Hi ! We are making a project in CryEngine, and we updated the CryWwise plugin developed by fellow students to Wwise 2013.2.2.
CryWwise builds a new DLL around AkSoundEngine.dll that is called by CryGame.dll, itself called by the CryEngine editor and launcher files. It successfully plays sounds and uses positioning information.
When the game is launched, everything works (including effects on bus) when the Profiler is connected, with the right Wwise project in it.
When the Profiler is not active, however, or when it's another project, the effects on busses don't work anymore (they seem to work sometimes when called directly on a sound object). There doesn't seem to be any bus in the profiler except the Master Audio Bus, the effects on busses aren't there, the 3D attenuation isn't working. The only errors in the profiler in this case are "Plug-in not registered: Unknown"
We are unable to determine the source of the problem since RegisterAllPlugins() returns true.
So, we were wondering what the profiler does that enables effects on busses? Is there something special to do to load the bus hierarchy?