[SOLVED] Obs-studio BUG! 08 June 2021, 03:54:12 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 loadederror: 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 inexistentewarning: Module '/usr//lib/obs-plugins/obs-libfdk.so' not loadederror: 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 Last Edit: 08 June 2021, 13:56:53 by alium
Re: Obs-studio BUG! Reply #1 – 08 June 2021, 04:27:49 I tried screen capture and then start recording and no issue.
Re: Obs-studio BUG! Reply #2 – 08 June 2021, 05:49:41 I have the same problem after the update disappeared menu items window capture and screen capture!
Re: Obs-studio BUG! Reply #3 – 08 June 2021, 12:35:10 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.