admshao / obs-transition-matrix

GNU General Public License v2.0
97 stars 13 forks source link

Plugin not loading #4

Closed clvrk closed 4 years ago

clvrk commented 4 years ago

Hello!

When I open up OBS Studio I couldn't find the "Transition Override Matrix" tab in the "Tools" section. After checking my logs I found a line that says the following:

Module '../../obs-plugins/64bit/obs-transition-matrix.dll' not loaded

Are there any special (runtime) dependencies that the plugin requires? I'm on Windows 10 Pro 64-bit, OBS Studio 24.0.3 (64-bit), downloaded from the latest release (OBS Transition Matrix V1.0), so not build from source.

Thank you :-)

E-Thorpe commented 4 years ago

I'm having the same problems as well. The same operating system, same version of OBS as well.

admshao commented 4 years ago

Plugin was built with Qt 5.14 while OBS Studio still uses 5.10.1.

I'll provide a fresh build soon

admshao commented 4 years ago

Release updated. Should be fixed now

ochen1 commented 4 years ago
error: os_dlopen(~/.config/obs-studio/plugins/obs-transition-matrix/bin/64bit/obs-transition-matrix.so->~/.config/obs-studio/plugins/obs-transition-matrix/bin/64bit/obs-transition-matrix.so): /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.14' not found (required by ~/.config/obs-studio/plugins/obs-transition-matrix/bin/64bit/obs-transition-matrix.so)

warning: Module '~/.config/obs-studio/plugins/obs-transition-matrix/bin/64bit/obs-transition-matrix.so' not loaded

The Linux version of the build appears to be still using Qt 5.14. Am I the only one experiencing this?

ochen1 commented 4 years ago

Nevermind, I compiled it myself.

Followed the instructions here https://github.com/CatxFish/obs-v4l2sink/issues/54 Even though its for a totally different project, it worked with minor modifications

Now, in case anyone else needs it, I've attached my compiled version below. :tada:

obs-transition-matrix.zip