Open sergeevabc opened 6 months ago
Are you able to run more tests?
For the record 2024.04.15 (both x86, x64) works for me and I'm on Windows 10.
Version | Crash |
---|---|
2024.04.15 x64 | + |
2024.04.15 x86 | + |
2024.03.19 x64 | - |
2023.04.20 x64 | - |
The one from here | - |
Does your CPU have AVX2 instruction set?
Opus has landed some fixes related to AVX2 between 2024.03.19
and 2024.04.15
, not sure it is stable enough.
The one from here
has newer MSVC and NASM versions and I'm not sure if it contributes to fixing the crash.
AVX? No.
Accidentally bumped into this and might be related:
It doesn't explain why 2024.04.15 x86
will crash for you.
Err… What if we just remove the requirement to have AVX and SSE4+?
Windows 7 x64, OpusTools 2024.04.15
Source: any WAV file of any sample rate and any bit depth
However, if I use builds from here, they work fine.