Using version 29.1.3, snatched from Packman-for-OpenSUSE package repo (rpm found in directory ./Multimedia/x86_64/).
Log output: https://obsproject.com/logs/LSdxDAQQenl1O9qz
When I hit "Start Recording", I get a pop-up saying that starting the output failed (see image below).
I've got Nvidia GEForce drivers, but to the extent of my knowledge am not using NVENC encoders (at Settings -> Output -> Recording, the Video Encoder setting is set to "Software (x264)" and not "Hardware (NVENC, H.264)" like in the screenshot of the NVIDIA NVENC OBS Guide)
Notice in particular (dumped below) the section where several modules / plugins / shared libraries aren't being loaded; I'm wondering if this is maybe the issue. It seems that the modules in question are attempting to be found in
Anyway, not sure if my intuition is failing me here. Has anyone else encountered a log like this? Does it matter to functionality if these plugins are loaded (I'd imagine the
Log output: https://obsproject.com/logs/LSdxDAQQenl1O9qz
When I hit "Start Recording", I get a pop-up saying that starting the output failed (see image below).
I've got Nvidia GEForce drivers, but to the extent of my knowledge am not using NVENC encoders (at Settings -> Output -> Recording, the Video Encoder setting is set to "Software (x264)" and not "Hardware (NVENC, H.264)" like in the screenshot of the NVIDIA NVENC OBS Guide)
Notice in particular (dumped below) the section where several modules / plugins / shared libraries aren't being loaded; I'm wondering if this is maybe the issue. It seems that the modules in question are attempting to be found in
/usr//lib64/obs-plugins/
as opposed to /usr/lib64/obs-plugins
(the correct path). These .so libraries definitely exist at the correct path, and libraries from this same path like obs-filters.so, obs-libfdk.so, obs-outputs.so, obs-transitions.so, obs-vst.so
are successfully loaded (echoed in the log).Anyway, not sure if my intuition is failing me here. Has anyone else encountered a log like this? Does it matter to functionality if these plugins are loaded (I'd imagine the
obs-ffmpeg.so
plugin in particular would be...)? Is there an easy fix with configuration or settings?
Code:
10:13:40.828: Required module function 'obs_module_load' in module '/usr//lib64/obs-plugins/libcef.so' not found, loading of module failed
10:13:40.828: Failed to load module file '/usr//lib64/obs-plugins/libcef.so', not an OBS plugin
10:13:40.837: ---------------------------------
10:13:40.838: Required module function 'obs_module_load' in module '/usr//lib64/obs-plugins/libEGL.so' not found, loading of module failed
10:13:40.838: Failed to load module file '/usr//lib64/obs-plugins/libEGL.so', not an OBS plugin
10:13:40.856: ---------------------------------
10:13:40.859: Required module function 'obs_module_load' in module '/usr//lib64/obs-plugins/libGLESv2.so' not found, loading of module failed
10:13:40.859: Failed to load module file '/usr//lib64/obs-plugins/libGLESv2.so', not an OBS plugin
10:13:40.872: ---------------------------------
10:13:40.873: Required module function 'obs_module_load' in module '/usr//lib64/obs-plugins/libvk_swiftshader.so' not found, loading of module failed
10:13:40.873: Failed to load module file '/usr//lib64/obs-plugins/libvk_swiftshader.so', not an OBS plugin
10:13:40.883: ---------------------------------
10:13:40.885: Loading module: linux-alsa.so
10:13:40.900: ---------------------------------
10:13:40.903: Loading module: linux-capture.so
10:13:40.910: os_dlopen(/usr//lib64/obs-plugins/linux-jack.so->/usr//lib64/obs-plugins/linux-jack.so): libjack.so.0: cannot open shared object file: No such file or directory
10:13:40.910:
10:13:40.918: ---------------------------------
10:13:40.919: os_dlopen(/usr//lib64/obs-plugins/linux-jack.so->/usr//lib64/obs-plugins/linux-jack.so): libjack.so.0: cannot open shared object file: No such file or directory
10:13:40.919:
10:13:40.919: Module '/usr//lib64/obs-plugins/linux-jack.so' not loaded
10:13:40.919: Failed to load module file '/usr//lib64/obs-plugins/linux-jack.so', file not found
.
.
.
10:13:41.008: os_dlopen(/usr//lib64/obs-plugins/obs-ffmpeg.so->/usr//lib64/obs-plugins/obs-ffmpeg.so): libjack.so.0: cannot open shared object file: No such file or directory
10:13:41.008:
10:13:41.017: ---------------------------------
10:13:41.018: os_dlopen(/usr//lib64/obs-plugins/obs-ffmpeg.so->/usr//lib64/obs-plugins/obs-ffmpeg.so): libjack.so.0: cannot open shared object file: No such file or directory
10:13:41.018:
10:13:41.018: Module '/usr//lib64/obs-plugins/obs-ffmpeg.so' not loaded
10:13:41.018: Failed to load module file '/usr//lib64/obs-plugins/obs-ffmpeg.so', file not found