menu
 

Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

+8 투표

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!

General Discussion Edward D. (210 포인트) 로 부터
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 답변

0 투표

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.

Samuel L. (Audiokinetic) (23.6k 포인트) 로 부터
...