I'm running Windows 7 SP1.
Already had in my system:
- Microsoft Visual C++ 2008 9.0.30729.6161
- Microsoft Visual C++ 2010 10.0.30319
- Microsoft Visual C++ 2015-2022 14.31.31103
Updated to Microsoft Visual C++ 2015-2022 14.32.31326. Rebooted the computer. But nothing helped. Crash-ID: 12-L120AF
Are you really sure it is SP1 ?
Because the crash is in the new unzip code. The new unzip code uses AVX2 CPU instruction for faster performance (If the CPU supports it).
But AVX2 CPU instruction also require OS support and that was not added until Windows 7 SP1. So that would explain the crash.
Not sure if the AVX2 support is something that can be turned off someplace in the OS.
I have it running on a clean Windows 7 Sp1 on a virtual machine.. I don't have one without Win7. can't install that anymore
Edit
you have not by any chance modified the boot kernal parameters and have run
"bcdedit /set xsavedisable 1" ?
That would disable the OS support for AVX2. so doing "bcdedit /set xsavedisable 0" should enable it again..