Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

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.
...