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,

 

Whenever I try to generate sound data is Unreal 4.26, I get this message (I think it was working fine a few days ago):

LogAkWaapiClient: Call failed: {"details":{"procedureUri":"ak.wwise.core.soundbank.generate"},"message":"Object ID '{FEEB8BFF-B639-462D-889C-86B2EF7D9AF3}' is unknown.","uri":"ak.wwise.invalid_arguments"}
LogAkAudio: Error: WAAPI Sound Data generation failed: Object ID '{FEEB8BFF-B639-462D-889C-86B2EF7D9AF3}' is unknown.
LogAkSoundData: Display: WAAPI Sound Data Builder task failed and took 0.054828 seconds.

I am only able to generate sound data when I close wwise. I don't know what that object is and I don't know how to find it based off of its ID. Can anyone help?

Thank you!
in General Discussion by Eliazer K. (100 points)

1 Answer

0 votes
If you go into WwiseAudio folder in Unreal Editor and type into the following into the search:

ID=FEEB8BFF

It'll find any AkAudio Objects whose GUIDs start with that. Odds are, only one of them does. If more than one of them do, it won't be many, and it should be easy enough to find the one you're looking for.

Once you've found which object they're talking about, search for it in Wwise Project by name.

Right-click on the event, switch or rtpc in the project and select "Open containing folder" for the .wwu. Look for the specific object in Wwise.

Does the GUID in Wwise match up to the GUID in Unreal? If they don't match up, this is why it's saying that the Object ID is unknown.

If they do match up, I don't know what's going on.

Assuming they don't match up, you could delete the Event and do a force asset sync to recreate it.
by Eric C. (320 points)
edited by Eric C.
...