exeldro / obs-move-transition

Move transition for OBS Studio
https://obsproject.com/forum/resources/move-transition.913/
GNU General Public License v2.0
684 stars 50 forks source link

Plugin does not load in OBS 30.2.0 #221

Closed chepecarlos closed 3 months ago

chepecarlos commented 3 months ago

My plugin and animations were deactivated

It just got updated and it works for me

Module '/home/chepecarlos/.var/app/com.obsproject.Studio/config/obs-studio/plugins/move-transition/bin/64bit/move-transition.so' not loaded

My PC

19:59:06.328: Using EGL/X11
19:59:06.346: CPU Name: AMD Ryzen 5 5600X 6-Core Processor
19:59:06.346: CPU Speed: 2200.000MHz
19:59:06.347: Physical Cores: 6, Logical Cores: 12
19:59:06.347: Physical Memory: 31988MB Total, 21362MB Free
19:59:06.347: Kernel Version: Linux 5.15.0-116-generic
19:59:06.347: Flatpak Branch: stable
19:59:06.347: Flatpak Arch: x86_64
19:59:06.347: Flatpak Runtime: runtime/org.kde.Platform/x86_64/6.6
19:59:06.347: App Extensions:
19:59:06.347:  - com.obsproject.Studio.Plugin.DroidCam
19:59:06.347:  - com.obsproject.Studio.Plugin.InputOverlay
19:59:06.347:  - com.obsproject.Studio.Plugin.VerticalCanvas
19:59:06.347:  - com.obsproject.Studio.Locale
19:59:06.347: Runtime Extensions:
19:59:06.347:  - org.freedesktop.Platform.GL.default
19:59:06.347:  - org.freedesktop.Platform.GL.nvidia-535-183-01
19:59:06.347:  - org.freedesktop.Platform.openh264
19:59:06.347:  - org.gtk.Gtk3theme.Adapta-Nokto
19:59:06.347:  - org.gtk.Gtk3theme.Mint-Y-Aqua
19:59:06.347:  - org.gtk.Gtk3theme.Mint-Y-Dark-Purple
19:59:06.347:  - org.gtk.Gtk3theme.Mint-Y-Dark-Teal
19:59:06.347:  - org.gtk.Gtk3theme.Mint-Y-Teal
19:59:06.347:  - org.kde.Platform.Locale
19:59:06.347:  - org.freedesktop.Platform.GL.default
19:59:06.347: Flatpak Framework Version: 1.12.7
19:59:06.347: Desktop Environment: X-Cinnamon (cinnamon)
19:59:06.347: Session Type: x11
19:59:06.347: Window System: X11.0, Vendor: The X.Org Foundation, Version: 1.21.1
19:59:06.347: Qt Version: 6.6.3 (runtime), 6.6.3 (compiled)
19:59:06.347: Portable mode: false
19:59:06.375: OBS 30.2.0 (linux)
19:59:06.375: ---------------------------------
19:59:06.381: ---------------------------------
Lem commented 3 months ago

I've the same behavior, but with more details:

error: os_dlopen(/app/plugins/lib/obs-plugins/move-transition.so->/app/plugins/lib/obs-plugins/move-transition.so): libobs-frontend-api.so.0: cannot open shared object file: No such file or directory

error: os_dlopen(/app/plugins/lib/obs-plugins/move-transition.so->/app/plugins/lib/obs-plugins/move-transition.so): libobs-frontend-api.so.0: cannot open shared object file: No such file or directory

According to https://github.com/nowrep/obs-vkcapture/issues/219 the flatpak needs to be rebuild against the newest OBS version.

exeldro commented 3 months ago

Can you test if move version 3.0.2 works correct?

Lem commented 3 months ago

I've removed my workaround (locally build version) and updated to 3.0.2 from flathub. Works again.

Thanks for your work :+1: