Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin not loading #4

Closed
clvrk opened this issue Jan 20, 2020 · 5 comments
Closed

Plugin not loading #4

clvrk opened this issue Jan 20, 2020 · 5 comments

Comments

@clvrk
Copy link

clvrk commented Jan 20, 2020

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
Copy link

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

@admshao
Copy link
Owner

admshao commented Jan 21, 2020

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

I'll provide a fresh build soon

@admshao
Copy link
Owner

admshao commented Jan 22, 2020

Release updated. Should be fixed now

@admshao admshao closed this as completed Jan 22, 2020
@ochen1
Copy link

ochen1 commented Sep 20, 2020

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
Copy link

ochen1 commented Sep 20, 2020

Nevermind, I compiled it myself.

Followed the instructions here CatxFish/obs-v4l2sink#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. 🎉

obs-transition-matrix.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants