You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Error with Simulation Results and Segmentation Fault in SoundSpaces
Hi,
I am trying to obtain observations using the SoundSpaces framework, but I am encountering the following error:
File: arvr/libraries/audio/AudioSDK/Research/Source/Wrapper/PropagationWrapper.cpp
Function: ovra::Size PropagationWrapper::GetIRChannelCount(ovra::Size, ovra::Size) const, Line 1096
No simulation results for listener 0 and source 0
I suspect that the issue might be related to materials. Based on answers to similar questions, I have tried the following steps:
Setting audio_sensor_spec.enableMaterials = False.
Commenting out the material JSON file.
However, despite these changes, the program terminates with the following error:
Segmentation fault (core dumped)
I would greatly appreciate your guidance on how to resolve this issue.
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
Title: Error with Simulation Results and Segmentation Fault in SoundSpaces
Hi,
I am trying to obtain observations using the SoundSpaces framework, but I am encountering the following error:
I suspect that the issue might be related to materials. Based on answers to similar questions, I have tried the following steps:
Setting audio_sensor_spec.enableMaterials = False.
Commenting out the material JSON file.
However, despite these changes, the program terminates with the following error:
Segmentation fault (core dumped)
I would greatly appreciate your guidance on how to resolve this issue.
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: