nowrep / obs-vkcapture

OBS Linux Vulkan/OpenGL game capture
GNU General Public License v2.0
532 stars 25 forks source link

fedora 35 and OpenGL capture #45

Closed mrintrepide closed 2 years ago

mrintrepide commented 2 years ago

Hi,

I compile v1.0.1 and I have a issue with OpenGL Capture

$ obs-glcapture glxgears
[obs-vkcapture] Failed to open libdl.so
Error: couldn't get an RGB, Double-buffered visual

I use an up to date Fedora 35 KDE on Wayland

Vulkan Capture work

$ obs-vkcapture vkcube
[obs-vkcapture] Init Vulkan 1.0.1
[obs-vkcapture] CreateInstance
[obs-vkcapture] CreateInstance VK_SUCCESS
WARNING: radv is not a conformant Vulkan implementation, testing use only.
Selected GPU 0: AMD RADV SIENNA_CICHLID, type: 2
[obs-vkcapture] CreateXcbSurfaceKHR
[obs-vkcapture] CreateDevice
[obs-vkcapture] Injecting VK_KHR_external_memory_fd extension
[obs-vkcapture] Injecting VK_EXT_image_drm_format_modifier extension
[obs-vkcapture] CreateDevice VK_SUCCESS
[obs-vkcapture] CreateSwapchainKHR VK_SUCCESS
[obs-vkcapture] GetSwapchainImagesKHR VK_SUCCESS
[obs-vkcapture] GetSwapchainImagesKHR VK_SUCCESS
nowrep commented 2 years ago

Do you have glibc 2.34?

mrintrepide commented 2 years ago

Yes

Nom : glibc Version : 2.34 Publication : 8.fc35 Architecture : x86_64 Taille : 5.9 M Source : glibc-2.34-8.fc35.src.rpm

mrintrepide commented 2 years ago

Just works,

Thanks