Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Obs-studio BUG! (Read 688 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Obs-studio BUG!

I use OBS-STUDIO daily for my streamings on youtube, and today it had a bug! The display capture of obs not work! Calling obs from the terminal I noticed that it doesn't find the necessary libs due to an extra "/".

check:
warning: Module '/usr//lib/obs-plugins/linux-capture.so' not loaded
error: os_dlopen(/usr//lib/obs-plugins/obs-libfdk.so->/usr//lib/obs-plugins/obs-libfdk.so): libfdk-aac.so.2: não é possível abrir arquivo compartilhado: Arquivo ou diretório inexistente

warning: Module '/usr//lib/obs-plugins/obs-libfdk.so' not loaded
error: os_dlopen(/usr//lib/obs-plugins/sndio.so->/usr//lib/obs-plugins/sndio.so): libsndio.so.7.1: não é possível abrir arquivo compartilhado: Arquivo ou diretório inexistente



Re: Obs-studio BUG!

Reply #1
I tried screen capture and then start recording and no issue.

Re: Obs-studio BUG!

Reply #2
I have the same problem after the update disappeared menu items window capture and screen capture!

 

Re: Obs-studio BUG!

Reply #3
Was bitten by the same bug. No option to add window and screen capture, and OBS had segmentation faults if I tried to edit existing captures.
After enabling verbose logging, the culprit was the fact that I hadn't installed pipewire. After installing it, OBS started working properly again.

Artix and Arch packages claim Pipewire is an "optional dependency", but it might as well be a full dependency given that core functionality of the software doesn't work without it. A new update just fixed that, update your systems and pipewire should be pulled in.