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.

0 votes
Hi,

Upgraded to 2024.1.2.8726 and now getting an error when compiling for PS5.

Do I need to manually define WWISE_2024_1_OR_LATER or has my updated messed up somewhere?

12>[1/4] Compile WwisePackagedFile.cpp

12>M:\Projects\PBP\P1\P1Game\Plugins\Wwise\Source\WwiseFileHandler\Private\Wwise\WwisePackagedFile.cpp(557,34): error : 'WWISE_2024_1_OR_LATER' is not defined, evaluates to 0 [-Werror,-Wundef]

12>  557 | #if AK_SUPPORT_DEVICE_MEMORY && !WWISE_2024_1_OR_LATER

12>      |                                  ^

12>M:\Projects\PBP\P1\P1Game\Plugins\Wwise\Source\WwiseFileHandler\Private\Wwise\WwisePackagedFile.cpp(560,15): error : no member named 'FreeDevice' in namespace 'AKPLATFORM'

12>  560 |                 AKPLATFORM::FreeDevice((void*)InMemoryPtr, InMemorySize, 0, true);

12>      |                 ~~~~~~~~~~~~^

12>M:\Projects\PBP\P1\P1Game\Plugins\Wwise\Source\WwiseFileHandler\Private\Wwise\WwisePackagedFile.cpp(581,34): error : 'WWISE_2024_1_OR_LATER' is not defined, evaluates to 0 [-Werror,-Wundef]

12>  581 | #if AK_SUPPORT_DEVICE_MEMORY && !WWISE_2024_1_OR_LATER

Thanks,

Simon
in General Discussion by Simon Golding (100 points)

Please sign-in or register to answer this question.

...