facebookincubator / obs-plugins

OBS Plugins
GNU General Public License v2.0
54 stars 15 forks source link

Plugin not loading currently with OBS 24.0.1 #1

Closed rib closed 5 years ago

rib commented 5 years ago

Hi, I'm currently not able to get this OBS plugin to load and just seeing this in the OBS log:

19:15:08.200: LoadLibrary failed for '../../obs-plugins/64bit/oculus-mrc.dll': The specified module could not be found.
19:15:08.200:  (126)

Not sure at the moment if there's a dependency that's maybe failing to load? (not obvious from the log file)

I'm trying to load the binary from Oculus_MRC_Tools_2.0/1.41.0_RC1 and haven't tried building from source so far.

I'm running OBS 24.0.1

rib commented 5 years ago

Ah, ok, the issue was with the binaries expecting (for example) different versions of ffmpeg libraries than those distributed with OBS 24.0.1. The Oculus_MRC_Tools_2.0/1.41.0_RC1 plugin loads with OBS 23.2.1

It would be good if the documentation at https://developer.oculus.com/documentation/quest/latest/concepts/mr-launch-composite/ could be clarified to specify the version of OBS that must be used in conjunction with the plugin.

I'll close this since it's not really an issue with the code for this project.