menu
 

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

+1 투표

Hi.

I'm getting this message "sound is not attached to any listener, will use virtual voice setting" when play events are triggered, via the wwise profiler in a debug build.

Using version 2016.2.0.5972 in Unreal.

The game works fine on all other machines, except this one pc. And only in a built version. Editor works fine. Only special thing about it might be that it has Oculus and Vive connected and related software installed. I've tried disconnecting those but no help. (We already have commented out section of the wwise-unreal plugin that will cause sound to be gone if you have an Oculus connected and reloads a level.) This game is not a VR project.  I see that the plugin sets the listeners automatically based on connected players, but I've also tried to set it manually just in case. This did not help either.

Anyone know what this is?

 

General Discussion Arnleif M. (340 포인트) 로 부터
Did you solve this problem?
Having the same error except it's only occuring for a single event. Looking for possible solution.

1 답변

0 투표
 
우수 답변

The solution for me was delete the sounddrivers and let them be reinstalled. "listener" was not sound listeners, but devices, according to support. There is some code that will select sound to be played via VR headsets if found, and I suspect that something somehow got messed up on that machine and that the system, somehow, reported that it had VR devices connected while it did not.

Arnleif M. (340 포인트) 로 부터
...