Question / Help Nonfree graphics module required?

David McMackins

New Member
I have been using OBS successfully on Debian Sid for a few weeks now. Today, I was going to start recording, and I decided to grab the latest code from Git.

I pulled it down, built everything, and it installed just fine. However, when I went to launch just after, it failed, reporting a missing graphics module.

I'm running on an Intel NUC with an i5 processor. This has been fine so far; why am I now being told this isn't working?

Console log:

$ obs
Attempted path: share/obs/obs-studio/locale/en-US.ini
Attempted path: /usr/share/obs/obs-studio/locale/en-US.ini
Attempted path: share/obs/obs-studio/locale.ini
Attempted path: /usr/share/obs/obs-studio/locale.ini
Attempted path: share/obs/obs-studio/themes/Dark.qss
Attempted path: /usr/share/obs/obs-studio/themes/Dark.qss
Attempted path: share/obs/obs-studio/license/gplv2.txt
Attempted path: /usr/share/obs/obs-studio/license/gplv2.txt
QObject::connect: invalid null parameter
info: OBS 0.9.1-104-ga090ed5 (linux)
info: Processor: 4 logical cores
info: Processor: Intel(R) Core(TM) i5-4250U CPU @ 1.30GHz
info: Physical Memory: 7932MB Total
info: Kernel Version: Linux 3.16.0-4-amd64
info: Distribution: "Debian GNU/Linux" "8"
info: audio settings reset:
samples per sec: 44100
speakers: 2
buffering (ms): 1000

error: os_dlopen(libobs-opengl.so.0->libobs-opengl.so.0): libobs-opengl.so.0: cannot open shared object file: No such file or directory

error: Failed to initialize video: Graphics module not found
info: Number of memory leaks: 220
 

David McMackins

New Member
Ahh, I found it. Looks like there's a misnamed library in the latest installation. Made a symlink, and it works fine. I'll put this on the bug tracker.
 
Top