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
Connecting to SSR in WFS mode reliably crashes with the following error:
libc++abi.dylib: terminating with uncaught exception of type boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_weak_ptr> >: tr1::bad_weak_ptr
Same setup is working fine with the binaural renderer. This usually happens 0-2 seconds after initializing a request. Until the crash, I can see the source moving in the GUI and the scene response over TCP is also sent.
The text was updated successfully, but these errors were encountered:
I'm experiencing the same issue using the m4l-SSR-Remote. Though using the latest SSR version, the boost error is gone, what remains however is the bad_weak_ptr. chohner/m4l-SSR-Remote#1
When reducing the update frequency to 1000ms (which produces horrible choppy movements), the SSR instance is likely to crash roughly after an hour. With the update frequency set to 500 or 250, it usually crashes within 10 minutes.
Connecting to SSR in WFS mode reliably crashes with the following error:
Same setup is working fine with the binaural renderer. This usually happens 0-2 seconds after initializing a request. Until the crash, I can see the source moving in the GUI and the scene response over TCP is also sent.
The text was updated successfully, but these errors were encountered: