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,

We've been in the process of migrating our old project from wwise 2018 to wwise 2022 (the last version before custom mixers have been deprecated). But we seem to be running into an issue where we're getting a warning at boot time with the following warnings:

[2025.03.03-22.47.31:252][ 0]LogInit: Display: LogWwiseProjectDatabase: Warning: FWwiseMetadataPluginLibAttributes: Unknown Type: Mixer [2025.03.03-22.47.31:253][ 0]LogInit: Display: LogWwiseProjectDatabase: Warning: FWwiseMetadataPluginLibAttributes: Unknown Type: Attachable

What's the proper way to fix those issues? Are there new types we can use to work around this?

I see the available types in WwiseMetadataPluginLib.h are:

enum class EWwiseMetadataPluginLibType : uint32

{

    Source,

    Effect,

    AudioDevice,

    Metadata,

    Unknown = (uint32)-1

};

Thanks,

Eric

in General Discussion by Eric S. (100 points)

Please sign-in or register to answer this question.

...