2.5.45 - 2/18/26
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Bug Fixes
Section titled “Bug Fixes”- Ship updated DirectX shader compiler (
d3dcompiler_47.dll) — version 2.5.44 shipped a DLL from Windows SDK 10.0.26100 that dynamically linked against a newer MSVC CRT, importing__std_parallel_algorithms_hw_threadswhich only exists on Windows 11 24H2+. This caused crashes on Windows 10 and older Windows 11 builds. Version 2.5.45 ships the DLL from SDK 10.0.22621, which statically links its CRT and only depends on core Windows DLLs (KERNEL32, ADVAPI32, RPCRT4), making it safe for Windows 10 and above.