I compiled the project on my machine with OFS_AVX=OFF. In the debugger, I get an illegal instruction at OFS_MpvLoader::Load() -> mpv-2.dll!00007ffc58c368b9() -> vinserti128 ymm10,ymm10,xmm0,1. This is an AVX2 feature. My CPU only supports AVX.
I can get the AVX release of OFS v3.2.0 to run if I replace mpv-2.dll with mpv-1.dll from an older release.
Since version 3.0 I can no longer start OFS.
I compiled the project on my machine with OFS_AVX=OFF. In the debugger, I get an illegal instruction at
OFS_MpvLoader::Load()
->mpv-2.dll!00007ffc58c368b9()
->vinserti128 ymm10,ymm10,xmm0,1
. This is an AVX2 feature. My CPU only supports AVX.I can get the AVX release of OFS v3.2.0 to run if I replace mpv-2.dll with mpv-1.dll from an older release.