github faisalkindi/DLSS5oneclick v0.10.8
v0.10.8 — Diagnose names the DLSS 5 model build

latest releases: v0.11.4, v0.11.3, v0.11.2...
3 hours ago

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 same ProductName, FileDescription and CompanyName

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.

Don't miss a new DLSS5oneclick release

NewReleases is sending notifications on new releases.