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
Describe the bug
The plugin causes OBS to spontaneously crash. Sometimes the crash seems to happen when I close one of the applications I'm using as an audio source, but that's not always the case.
To Reproduce
Steps to reproduce the behavior:
Install the plugin.
Use OBS as normal.
It crashes and this comes up in the console: Assertion '!m->thread || !pa_thread_is_running(m->thread) || !in_worker(m) || pa_atomic_load(&m->in_once_unlocked)' failed at ../src/pulse/thread-mainloop.c:179, function pa_threaded_mainloop_lock(). Aborting.
Expected behavior
No crashing.
Desktop (please complete the following information):
OS Version: Kubuntu 23.04
OBS 29.0.2.1-1, downloaded from Ubuntu's apt repositories. Also tested 21.1.3 downloaded from OBS's official apt repo, which produces the same results. It crashes on flatpak as well.
The text was updated successfully, but these errors were encountered:
I unfortunately have not tested with 23.04. The plugin has only been tested with the latest LTS version of Ubuntu which currently is 22.04.3. Do you have pulseaudio running? I believe I heard 23.04 was support to support both PulseAudio and Pipewire
Last time I tried using PipeWire in OBS it didn't work, but I don't know if that's something to do with my system configuration or not. So I've just been using pulseaudio as far as I know.
Describe the bug
The plugin causes OBS to spontaneously crash. Sometimes the crash seems to happen when I close one of the applications I'm using as an audio source, but that's not always the case.
To Reproduce
Steps to reproduce the behavior:
Assertion '!m->thread || !pa_thread_is_running(m->thread) || !in_worker(m) || pa_atomic_load(&m->in_once_unlocked)' failed at ../src/pulse/thread-mainloop.c:179, function pa_threaded_mainloop_lock(). Aborting.
Expected behavior
No crashing.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: