obsproject / obs-studio

OBS Studio - Free and open source software for live streaming and screen recording
https://obsproject.com
GNU General Public License v2.0
58.51k stars 7.81k forks source link

Failed to initialize video #187

Closed OverlordTomala closed 10 years ago

OverlordTomala commented 10 years ago

After trying to launch obs-studio I get this error:

Attempted path: share/obs/obs-studio/locale/en-US.ini Attempted path: /usr/local/share/obs/obs-studio/locale/en-US.ini Attempted path: share/obs/obs-studio/locale.ini Attempted path: /usr/local/share/obs/obs-studio/locale.ini Attempted path: share/obs/obs-studio/license/gplv2.txt Attempted path: /usr/local/share/obs/obs-studio/license/gplv2.txt QObject::connect: invalid null parameter info: OBS 0.0.1 (linux) error: os_dlopen(libobs-opengl->libobs-opengl.so): libobs-opengl.so: cannot open shared object file: No such file or directory

error: Could not find graphics module 'libobs-opengl' error: Failed to initialize video info: Freeing OBS context data info: Number of memory leaks: 0

I'm running the latest AMD GPU beta drivers (catalyst 14.6) on Fedora 19.

Any help would be appreciated.

bazukas commented 10 years ago

Try running LD_LIBRARY_PATH=/usr/local/lib obs

OverlordTomala commented 10 years ago

Thank you. That appears to fix it. :D