Crowsinc / LiveVisionKit

LiveVisionKit brings the powers of computer vision and image processing to OBS Studio; implementing state of the art filters such as image enhancement and real-time video stabilization.
GNU General Public License v3.0
158 stars 16 forks source link

Plugin doesnt load, loadlibrary failed #12

Closed helianto closed 2 years ago

helianto commented 2 years ago

System/Software Setup

Issue Description After installation of plugin, it doesnt load

Crowsinc commented 2 years ago

Hi, could you please provide me with your full OBS log?

helianto commented 2 years ago

2022-09-28 11-27-46.txt

Crowsinc commented 2 years ago

Since this is an error on the Windows OS side of things rather than the LiveVisionKit code, there's no way to determine what is causing this without some trial and error. However, I suspect it may be because LiveVisionKit 1.2 makes use of the AVX extensions, which are not supported by your Xeon X5675.

There's no guarantee that this is what is actually causing the library to fail loading, because the given error code (1114) does not provide any information; however I will reconsider whether AVX is really necessary for the upcoming LiveVisionKit 1.2.1 update.

helianto commented 2 years ago

Probably this is... i will test in other xeon without avx to confirm it

ryanfurtner commented 1 year ago

Im getting the same issue and I think my specs are pretty close to the recommended specs

2023-02-19 09-32-26.txt

Crowsinc commented 1 year ago

Hi, you may have accidentally installed the OBS 28+ version of LVK 1.2.1. OBS 28 plugins are not backwards compatible. You will need the OBS 27 version, named " OBS27-LiveVisionKit-1.2.1-Windows.zip" in the releases page.

Please let me know if that fixes your issue.