SYSTEM
Native Windows 11, NVIDIA GeForce RTX 4090 24GB (Ada), driver 32.0.16.1656 (20-Aug-2026), DirectX 12, i9-13900K. No overlays, no mods. Forever Beta build 1.60.1.69913.
SUMMARY
Ray Traced Shadows are unavailable in the Forever Beta (“Unsupported for graphics related reasons” on Fair/Good/High). The same PC, same driver, same GPU enables Ray Traced Shadows normally in Classic Anniversary. The Forever client’s GPU capability query reports no ray tracing support where the Anniversary client reports DXR 1.1.
EVIDENCE: gx.log, both clients, same machine, ~10 hours apart
Forever Beta:
Adapter 0: “NVIDIA GeForce RTX 4090” 24GB family:Ada type:Discrete location:1 driver_date:20-Aug-2026 driver_ver:32.0.16.1656 vendor:0x10de device:0x2684 dx11:true dx12:true
GpuInfo: sm:dx_6_0, rt:None, vrs:2, bary:1, mesh:1 pull:1
Classic Anniversary:
Adapter 0: “NVIDIA GeForce RTX 4090” 24GB family:Ada type:Discrete location:1 driver_date:20-Aug-2026 driver_ver:32.0.16.1656 vendor:0x10de device:0x2684 dx11:true dx12:true
GpuInfo: sm:dx_6_0, rt:DXR 1.1, vrs:2, bary:1, mesh:1 pull:1
Adapter lines are byte-identical. Only the rt field differs.
LAYERS RULED OUT
- Driver/hardware: Anniversary enables Ray Traced Shadows on this exact system.
- Error path: gx.log shows no error or failed call around detection. The query returns None silently.
- Live CVar: SetCVar(“shadowRt”,1) reads back 0 (clamped).
- Config file: pre-seeding SET shadowRt “3” in Forever’s Config.wtf (copied from the working Anniversary config) is discarded at launch; the settings UI still shows all levels unsupported.
- ClientSettings gates: ClientSettings_RAY_TRACING_BY_API_MASK and ClientSettings_RAY_TRACING_BY_GPU_CATEGORY exist in both builds, both unset; GetCVarInfo shows no value and all flags false in both. Anniversary enables RT with that same unset state, so these entries are not the difference.
- GxCompatOptionalGpuFeatures = 1 in Forever.
CONCLUSION
The regression is in the Forever build’s DXR capability detection itself, not in user settings, config, driver, or hardware. Present in 1.60.1.69913; the same symptom was reported on 1.60.1.69893, so it has persisted across at least one build.
EXPECTED
Forever should detect DXR 1.1 on this system as Classic Anniversary does, and Ray Traced Shadows should be selectable.
RELATED
Same rt:None pattern under Wine/Proton on RTX 4080 and RTX 5090 (both with retail/Anniversary detecting DXR 1.1 on the same machine): [Forever Beta 1.60.1.69893] DXR incorrectly detected as unsupported under Wine/Proton
Native Windows RTX 3080 report: GitHub ClassicWoWCommunity/forever-bugs issue #16.