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
Selecting a source in the list should not cause a crash even if the source type is undefined.
Current Behavior
It do be crashing.
Steps to Reproduce
Open obs on Linux.
Load a scene collection with a wasapi_process_output_capture in it.
Click on that source in the list.
Hippity hoppity segfault
...
Anything else we should know?
Backtrace points at it being caused by an attempt to load the toolbar for the source, likely something needs to be ifdefed to stop that. Scene collection file for easy repro.
The text was updated successfully, but these errors were encountered:
The solution we use for all other source types to avoid this crash is translate the source to a similar one on the supported platform during Scene Collection Import. Something similar would be worth doing here.
Operating System Info
Ubuntu 24.04
Other OS
No response
OBS Studio Version
31.0.0-beta2
OBS Studio Version (Other)
No response
OBS Studio Log URL
https://obsproject.com/logs/8eUJxgaOFjf4mM6U
OBS Studio Crash Log URL
https://gist.github.com/Penwy/51c197b91e4d67381306f52ecfaab6e4 (backtrace)
Expected Behavior
Selecting a source in the list should not cause a crash even if the source type is undefined.
Current Behavior
It do be crashing.
Steps to Reproduce
wasapi_process_output_capture
in it....
Anything else we should know?
Backtrace points at it being caused by an attempt to load the toolbar for the source, likely something needs to be ifdefed to stop that.
Scene collection file for easy repro.
The text was updated successfully, but these errors were encountered: