Hello, everyone, I found the solution on this Reddit post: https://www.reddit.com/r/obs/comments/1397yz1/obsstudio_doesnt_start_on_manjaro_segmentation/
This is the solution:
- Remove
libva-vdpau-driver
by running# pacman -R libva-vdpau-driver
- Uninstall OBS
# pacman -R obs-studio
- Reinstall OBS
# pacman -S obs-studio