Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Constant crashing #15

Open
MisterSheeple opened this issue Aug 4, 2023 · 2 comments
Open

[BUG] Constant crashing #15

MisterSheeple opened this issue Aug 4, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@MisterSheeple
Copy link

MisterSheeple commented Aug 4, 2023

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:

  1. Install the plugin.
  2. Use OBS as normal.
  3. 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.
@MisterSheeple MisterSheeple added the bug Something isn't working label Aug 4, 2023
@jbwong05
Copy link
Owner

jbwong05 commented Aug 6, 2023

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

@MisterSheeple
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants