-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
OBS Crashes if Controller is connected before startup #426
Comments
Getting the same issue issue, on Ubuntu 24.04, OBS 31.0.0, input-overlay v5.0.6 The plugin seems to load correctly: info: [input-overlay] Loading v5.0.6-HEAD (c99a526) build time 2024.10.24 17:24
warning: DEPRECATION: obs_frontend_get_global_config is deprecated. Read from global or user configuration explicitly instead.
info: [input-overlay] Initializing SDL2 for gamepad input (compile-time: 2.0.20, run-time: 2.30.0) But then I get a segfault once all the plugins are loaded: info: ------------------------------------------------
info: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.5) 15.0.0'
info: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
info: pulse-input: Started recording from 'alsa_output.pci-0000_c3_00.6.HiFi__hw_Generic_1__sink.monitor' (default)
info: [Loaded global audio device]: 'Desktop Audio'
info: pulse-input: Server name: 'PulseAudio (on PipeWire 1.0.5) 15.0.0'
info: pulse-input: Audio format: s32le, 48000 Hz, 2 channels
info: pulse-input: Started recording from 'alsa_input.pci-0000_c3_00.6.HiFi__hw_Generic_1__source' (default)
info: [Loaded global audio device]: 'Mic/Aux'
Segmentation fault (core dumped) Only happens when my controller is already connected to my computer when obs starts |
Can you run |
Well it seems like I can't reproduce that crash anymore... My setup hasn't changed so I don't know what the issue was |
Oh nvm, I managed the reproduce the crash, so for some reason it only happens when my gamepad is connected via bluetooth (and not usb). Here's the output of
|
Describe the bug
If I have my controller connected (USB) to the computer before opening OBS, when I try to open it, it crashes. This doesn't happen if I connect the controller after OBS starts
To Reproduce
Connect a controller
Start OBS
Screenshots
Additional information:
The text was updated successfully, but these errors were encountered: