Anyone here encountered this?
Even with latest CM , whenever I start a race session, my screen keeps flickering!
Windows Event Viewer shows:
1. Warning: Dwminit - "The Desktop Window Manager process has exited. (Process exit code: 0x889800d3, Restart count: 3, Primary display device ID: NVIDIA GeForce RTX 4080 SUPER)"
2. Error: Faulting application name: Content Manager.exe, version: 0.8.2879.40455, Faulting module name: KERNELBASE.dll, version: 10.0.26100.7462, Exception code: 0xe0434352 Fault offset: 0x00161e54
Things i tried already:
- DDU and clean install of NVIDIA driver w NVCLeanstall (v595.97 DCH)
- .net removed/ reinstalled
- DISM /RestoreHealth
- sfc /scannow says all ok...
- checked for too much Disabled services
I am at the end of my rope and bummed I cannot play!
ps: This is also with Single screen rendering (completely taking the VR stack out of the loop).
EDIT: I found it !!! It had to do with .Net that got out of wack!
Ran these 2 commands in CMD (as Admin) to rebuild cached .NET Native Images (NGEN Queue) :
C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe update /force
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe update /force
After that no more crashing of CM! (thought I'd share it in case anyone else ever encounters a similar issue... this .Net update is a safe thing to try...)