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

When trying to post events in Unreal packaged builds during BeginPlay() the posting fails and generates errors in the log like:

LogAkAudio: Error: Event ID not found: 653558463
LogAkAudio: Error: Failed posting event: SFX_MyEvent

We're trying to post the event using:
UAkComponent::PostAkEventByName(const FString& EventName)

This only fails in package builds during BeginPlay(). The event posts successfully when the game is run in editor or if it's run in packaged builds on frames following BeginPlay().

We're using event-based packaging in Unreal 4.26.2 with WWise 2021.1.4.

Any idea what might be going wrong?

in General Discussion by Ian D. (150 points)

Please sign-in or register to answer this question.

...