univrsal
Active Member
Hey,
I'm developing a plugin for obs-studio and I got a user that seems to have installed the *.dll files in the correct place, but the plugin isn't loaded properly (The new source isn't showing up as an option).
Here's the error message that confuses me:
Since obs is complaining about the input-overlay.dll I'd assume that the file is in the right place, yet it doesn't load the plugin. I have installed the same version on my machine and it runs without issues so I'm kinda clueless as to what the issue is.
Here's the entire log, and the github issue.
So if there's anybody that could give me a hint as to what that error message means I'd gladly appreciate it^^
Thanks in advance!
I'm developing a plugin for obs-studio and I got a user that seems to have installed the *.dll files in the correct place, but the plugin isn't loaded properly (The new source isn't showing up as an option).
Here's the error message that confuses me:
Code:
09:56:40.727: LoadLibrary failed for '../../obs-plugins/64bit/input-overlay.dll': The specified module could not be found.
09:56:40.727: (126)
09:56:40.727: Module '../../obs-plugins/64bit/input-overlay.dll' not found
Since obs is complaining about the input-overlay.dll I'd assume that the file is in the right place, yet it doesn't load the plugin. I have installed the same version on my machine and it runs without issues so I'm kinda clueless as to what the issue is.
Here's the entire log, and the github issue.
So if there's anybody that could give me a hint as to what that error message means I'd gladly appreciate it^^
Thanks in advance!