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
I use AK::Monitor::SetLocalOutput(AK::Monitor::ErrorLevel_All, UELocalOutputFunc) To output ErrorCode, But I find that some errorCode not output with Release Config,such as
Event ID not found、Failed posting event。How can I output these errorcode with release config?
in Feature Requests by xiaobin lilu (130 points)

1 Answer

0 votes
 
Best answer
The documentation for AK::Monitor::SetLocalOutput does say that: "In optimized/release configuration, this function returns AK_NotCompatible."

https://www.audiokinetic.com/en/library/2024.1.4_8780/?source=SDK&id=namespace_a_k_1_1_monitor_a08ad42ff638aecd238566366598970dc.html

Use the Profile configuration to get all errors. Profile is very similar to Release in terms of performance, it will also allow you to connect the Wwise Profiler to your build.
by Guillaume R. (Audiokinetic) (7.0k points)
selected ago by Alessandro Famà
...