The game attempted to send an unrecognized command ID to the Sound Engine through the Command Buffer API.
考えられる原因:
A programming mistake in the game code.
The game uses a dynamically linked version of the Sound Engine, and the game is compiled against the wrong version of the Wwise SDK header files.
推奨される解決策:
Verify that all command IDs sent through the Command Buffer API correspond to values
listed in the AkCommand
enum.
Make sure the game is compiled using the Wwise SDK header files included with the Sound Engine DLL.