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.

WAMP CALL error ‘ak.wwise.locked’ invoking ‘ak.wwise.core.getInfo’: ‘Cannot execute call because Wwise has ...

+8 votes

WAMP CALL error ‘ak.wwise.locked’ invoking ‘ak.wwise.core.getInfo’: ‘Cannot execute call because Wwise has an exclusive lock. Please try again later.'

 

When I generate SoundBanks I get this message. I haven't found it to be an issue with any of the workflow but is it something that bite later if I ignore / don't address?

Thanks in advance!

asked Oct 23, 2020 in General Discussion by Edward D. (210 points)
I have this also. Can someone please answer for use both
Love love love these unanswered questions
Strange fix: Start the Unity project (press play)... Connection is then established between WWise and Unity.

1 Answer

0 votes

Errors of the type '‘ak.wwise.locked’ are caused by a modal window or a task in Wwise that cannot allow for WAAPI calls to be processed concurrently. This is the case, for example, when a project is being loaded, a User/Project Preference window is open or SoundBank generation is in process.

Game engine integrations send a 'ak.wwise.core.getInfo' WAAPI call to Wwise at a regular interval for synchronization purposes: if those call occur while the Authoring application is in one of the aforementioned states, this error would be logged.

This is something we are working to address in a future release, but for now these WAAPI log errors can be safely ignored in your workflow. You can also filter out log messages from the Log view settings.

answered Aug 27, 2021 by Samuel L. (Audiokinetic) (23,300 points)
...