CNLohr
New Member
I'm building OBS from source on Linux Mint Mate 20 with the following cmake command (as I had difficulty getting all of the prereq's working)
cmake .. -DENABLE_PIPEWIRE=OFF -DBUILD_BROWSER=OFF -DBUILD_VST=OFF
It builds fine, but when I run I get the error below. Note that I am now running nvidia-495 (the brand newest drivers, I tried with 460 as well). I can verify that glxinfo works properly. Any idea why I can't start OBS?
Full log attached.
cmake .. -DENABLE_PIPEWIRE=OFF -DBUILD_BROWSER=OFF -DBUILD_VST=OFF
It builds fine, but when I run I get the error below. Note that I am now running nvidia-495 (the brand newest drivers, I tried with 460 as well). I can verify that glxinfo works properly. Any idea why I can't start OBS?
Code:
cnlohr@cnlohr-1520:~/git/obs-studio/build/rundir/RelWithDebInfo$ bin/64bit/obs -vv
[...]
error: Could not load function 'device_enable_framebuffer_srgb' from module 'libobs-opengl.so.0'
error: Could not load function 'device_framebuffer_srgb_enabled' from module 'libobs-opengl.so.0'
error: Could not load function 'device_blend_op' from module 'libobs-opengl.so.0'
error: Could not load function 'device_texture_create_from_dmabuf' from module 'libobs-opengl.so.0'
error: Could not load function 'device_query_dmabuf_capabilities' from module 'libobs-opengl.so.0'
error: Could not load function 'device_query_dmabuf_modifiers_for_format' from module 'libobs-opengl.so.0'
error: Failed to initialize video. Your GPU may not be supported, or your graphics drivers may need to be updated.
qt5ct: palette support is disabled
qt5ct: custom style sheet is disabled
Full log attached.