Version
This error means there was not enough memory in the Default Memory Pool to allocate the memory needed for the plug-in parameters. This error should always be preceded by an "Insufficient Memory" error.
Probable causes:
The Default Memory Pool is too small.
There are too many objects loaded in the Default Memory Pool.
An error during custom plug-in development.
Recommended resolution steps:
Increase the size of the Default Memory Pool by increasing
AkInitSettings::uDefaultPoolSize
before calling
AK::SoundEngine::Init
.
Reduce the number of objects loaded through SoundBanks.
See Also:
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise