OpenFunscripter / OFS

A tool to create funscripts
GNU General Public License v3.0
90 stars 39 forks source link

mpv-2.dll uses AVX2 instructions #91

Open diglet48 opened 1 year ago

diglet48 commented 1 year ago

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.