Bug Report Segmentation fault (core dumped) on startup

zeioth

New Member
I've installed obs-studio in arch from pacman, but when I run obs, that error is the only thing I get. There's no verbose or any extra hint about the cause. Do you know any solution for this? Thank you.
 

zeioth

New Member
It was a dependency problem. In my case I fixed it like this:

sudo pacman -Rdd ffmpeg-full
sudo pacman -S ffmpeg
 

ganthore

New Member
I ran into the same problem while using the same ffmpeg-full package. I use this package for specific reasons so I couldn't simply replace it with the arch default. When I did a backtrace in GDB, the debugger showed that there is a problem with libsrt. Since I don't need srt, I simply edited the ffmpeg-full PKGBUILD file for ffmpeg-full and set the --enable-libsrt switch to --disable-libsrt and rebuilt the ffmpeg-full package to workaround the problem.
 
Top