Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
42522672's avatar
42522672
Honored Guest
7 years ago

Use voiceCapture, 100% crash when relunch app and start voiceCapture or openlevel

  1. start my app on quest

  2. voiceCapture->Start();

  3. voiceCapture-> IsCapturing() return true;(Capture ok)

  4.  Once in the Project press the Oculus button to bring up the quit menu and Quit out of the project 

  5. Attempt to launch the project again.

  6.   voiceCapture-> IsCapturing() return false;(Capture not ok)

  7. reload map use openlevel()  crash at AudioMixerSourceManager.cpp] [Line: 303]

  8. or voiceCapture->Start(); --------- beginning of crash D/UE4 : Assertion failed: OffsetFromBase >= 0 [File:F:\UnrealEngine-4.22\UnrealEngine\Engine\Source\Runtime\Core\Private\HAL\MallocBinned.cpp] [Line: 1080] D/UE4 : D/UE4 : Assertion failed: OffsetFromBase >= 0 [File:F:\UnrealEngine-4.22\UnrealEngine\Engine\Source\Runtime\Core\Private\HAL\MallocBinned.cpp] [Line: 1080] 


The   UnrealEngine/Samples/Oculus/AvatarSamples/   have same problem,When relunch app,  Mouth synchronization is not work