Diagnose now names which DLSS 5 model you have
Two builds of nvngx_dlssnr.dll are in circulation: NVIDIA's original and ShortFuse's .SF repack, which adds the Ada and Turing code paths. Which one you are running matters — every RTX 50 report of NVSDK_NGX_D3D12_Init -> 0xBAD00001 collected so far is on the .SF build, while every machine that works is RTX 40 — and telling them apart by hand was near impossible:
- both files are ~165 MB, 10 KB apart in size
- both carry
OriginalFilename=CL 38718415, the sameProductName,FileDescriptionandCompanyName
The version resource does separate them, and Diagnose now reads it:
[ok ] DLSS 5 model beside the exe: 310.8.SF.0 — ShortFuse .SF build (adds Ada/Turing paths)
[ok ] DLSS 5 model beside the exe: 310,8,0,0 — NVIDIA original build
It runs before any log is parsed, so it works on an install that has never been launched, and it reports the copy in host64\ for 32-bit games.
Verified against both files exactly as published by rhi-repo.