partouf / OBSInfoWriter

Multiplatform version of ObsInfoPlugin to write timestamps to a file
Mozilla Public License 2.0
151 stars 25 forks source link

Plugin load fails #32

Closed alejandro closed 4 years ago

alejandro commented 4 years ago

Hi! Sorry for this issue but I can't find a solution: I am trying to add some small changes (3LOC) to this plugin but I can't make it load on OBS. OBS keeps throwing this error:

9:05:44.125: LoadLibrary failed for '../../obs-plugins/64bit/OBSInfoWriter.dll': The specified module could not be found. 09:05:44.125: (126) 09:05:44.125: Module '../../obs-plugins/64bit/OBSInfoWriter.dll' not loaded

My build is ok, What am I missing? Thanks for your help-

partouf commented 4 years ago

It might be that you build the dll using the wrong visual c++ runtime. I think it needs Visual Studio 2015 (v140)

alejandro commented 4 years ago

Actually that's the one I am using, tried 145, 142, 140... No luck.

obs

partouf commented 4 years ago

It seems the most recent version of OBSStudio has 2017 as a runtime, I'm currently working on a new version. I'm not encountering any issues with it.

partouf commented 4 years ago

Closing for now, let me know if you have any more problems