keijiro / KlakHap

HAP video player plugin for Unity
Other
341 stars 27 forks source link

Plugins: Failed to load '{Plugin Path}/KlakHap.dll' #21

Closed lightive closed 5 years ago

lightive commented 5 years ago

OS: Window 7 Pro SP1 64bit Unity: 2019.1.2f

I got some error when launch the unity executable build file(.exe).

Plugins: Failed to load '{Plugin Path}/KlakHap.dll' because one or more of dependencies could not be loaded.

How can I fix it?

fingerx commented 5 years ago

using depends.exe check .Maybe you have a system missing vc runtime. I am using win10 and unity2019.1.2f1 is ok

keijiro commented 5 years ago

Please try installing vc redist.

https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

lightive commented 5 years ago

Thanks a lot. It's working.