Sylwy wrote: ↑Fri Jun 12, 2026 8:44 pm
Some infos - v4.0:
-Intel i5-7400 (Kaby Lake);
-Windows 10 x64 - AVX2 build;
-both NNUEs present;
-v3.3 works;
-4.0 crashes after 2-3 seconds (in console mode);
-Arena 3.5.1 GUI shows Hash=0 (in engine window).
The _avx2 binary of the 4.0 release accidentally contains a handful of AVX-512
instructions in the NNUE evaluation path (a build-script flaw on my side). On
CPUs without AVX-512 (your Kaby Lake, and anything pre-Ice Lake / pre-Zen4)
the engine starts, answers UCI, and dies with an illegal instruction on the
first evaluation, which matches your "crashes after 2-3 seconds" and Arena
showing Hash=0 exactly.
A fixed _avx2 binary (verified clean of AVX-512 this time, with an automated
check added to the build pipeline) is being rebuilt right now and I will
replace the release asset shortly.