Plugins don't work at all

Shocked Coder

New Member
I downloaded the official apt version of OBS and put the plugins into ~/.config/obs-studio/plugins/ after watching a tutorial, yet it doesn't work no matter what OBS dir I put it in.

Plugins:
Logfile:
 

Tuna

Member
Code:
02:05:46 PM.767: os_dlopen(/home/void/.config/obs-studio/plugins/input-overlay/bin/64bit/input-overlay.so->/home/void/.config/obs-studio/plugins/input-overlay/bin/64bit/input-overlay.so): libuiohook.so.0: cannot open shared object file: No such file or directory
02:05:46 PM.767: 
02:05:46 PM.767: Module '/home/void/.config/obs-studio/plugins/input-overlay/bin/64bit/input-overlay.so' not loaded
02:05:46 PM.768: os_dlopen(/home/void/.config/obs-studio/plugins/StreamFX/bin/64bit/StreamFX.so->/home/void/.config/obs-studio/plugins/StreamFX/bin/64bit/StreamFX.so): libavutil.so.55: cannot open shared object file: No such file or directory
02:05:46 PM.768: 
02:05:46 PM.768: Module '/home/void/.config/obs-studio/plugins/StreamFX/bin/64bit/StreamFX.so' not loaded

As you can see there are libraries missing which these plugins depend upon. So you need to satisfy these dependencies somehow or build these plugins yourself to link to the software versions you have available. The plugins readme's should explain in more detail.
 

Shocked Coder

New Member
Code:
02:05:46 PM.767: os_dlopen(/home/void/.config/obs-studio/plugins/input-overlay/bin/64bit/input-overlay.so->/home/void/.config/obs-studio/plugins/input-overlay/bin/64bit/input-overlay.so): libuiohook.so.0: cannot open shared object file: No such file or directory
02:05:46 PM.767:
02:05:46 PM.767: Module '/home/void/.config/obs-studio/plugins/input-overlay/bin/64bit/input-overlay.so' not loaded
02:05:46 PM.768: os_dlopen(/home/void/.config/obs-studio/plugins/StreamFX/bin/64bit/StreamFX.so->/home/void/.config/obs-studio/plugins/StreamFX/bin/64bit/StreamFX.so): libavutil.so.55: cannot open shared object file: No such file or directory
02:05:46 PM.768:
02:05:46 PM.768: Module '/home/void/.config/obs-studio/plugins/StreamFX/bin/64bit/StreamFX.so' not loaded

As you can see there are libraries missing which these plugins depend upon. So you need to satisfy these dependencies somehow or build these plugins yourself to link to the software versions you have available. The plugins readme's should explain in more detail.
I've already read the READMEs and have all the libs installed, but it doesn't work for some unknown reason
 

Tuna

Member
What do you mean unknown? It writes what it doesn't find right there..

libuiohook.so.0 for input-overlay plugin and libavutil.so.55 for streamfx plugin.
 
Top