Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

Wwise 2016.2.0.5972 SDK Windowsデスクトップ32bit用ライブラリを使用した際サウンドバンクのバージョン判定エラーになる

0 votes
Wwise LauncherでSDKを [Wwise 2016.1.3.5878] から [Wwise 2016.2.0.5972] へアップデートして、
[Wwise 2016.2.0.5972]で作成したサウンドバンクを使用した場合、
[Win32_vc140\Debug]及び[Win32_vc140\Release]ライブラリをリンクしたプログラムでこちらのエラーになります。
AK Error: Load bank failed: incompatible bank version
AK_WrongBankVersion(64)

同じ環境でこちらのライブラリをリンクした場合エラーは発生しません。
[Metro_Win32_vc140\Debug]
[Metro_Win32_vc140\Release]
[x64_vc140\Debug]

考えられる問題はありますでしょうか?

こちらを実行した場合、いずれも下記が表示されます。
printf("Major %d\n", AK_WWISESDK_VERSION_MAJOR);
printf("Minor %d\n", AK_WWISESDK_VERSION_MINOR);
printf("Build %d\n", AK_WWISESDK_VERSION_BUILD);
printf("AssmbblyVersion %s\n", AK_WWISESDK_VERSIONNAME);

Wwise SDK version
Major 2016
Minor 2
Build 5972
AssmbblyVersion v2016.2.
asked Nov 27, 2016 in General Discussion by Toshiaki F. (100 points)
[Wwise 2016.2.1.5995]
こちらのバージョンでも同じ状況です。

Please sign-in or register to answer this question.

...