NSight 5.1 crashes in Nvda.Graphics.Interception.dll

Hi,

When I choose “Pause and Capture frame” the Resource window appears and then my application crashes. Pressing “debug in another Visual Studio instance” shows this error message:

Unhandled exception at 0x52EFF112 (Nvda.Graphics.Interception.dll) in OrionGui.exe: 0xC0000005: Access violation reading location 0x00000000.

and this call stack:

Nvda.Graphics.Interception.dll!52eff112() Unknown
[Frames below may be incorrect and/or missing, no symbols loaded for Nvda.Graphics.Interception.dll]
AcLayers.dll!5651120c() Unknown
Nvda.Graphics.Interception.dll!541a6858() Unknown
Nvda.Graphics.Interception.dll!52c2e12e() Unknown
Nvda.Graphics.Interception.dll!52c2e16e() Unknown
Nvda.Graphics.Interception.dll!53c80f34() Unknown
Nvda.Graphics.Interception.dll!5395ac76() Unknown
Nvda.Graphics.Interception.dll!5395429e() Unknown
d3d9.dll!73b01c4a() Unknown
d3d9.dll!73b390fe() Unknown
d3d9.dll!73b04906() Unknown
d3d9.dll!73afcfd1() Unknown
d3d9.dll!73af9b0b() Unknown
Nvda.Graphics.Interception.dll!539491b1() Unknown
Nvda.Graphics.Interception.dll!52c2666f() Unknown
Nvda.Graphics.Interception.dll!52c26164() Unknown
Nvda.Graphics.Interception.dll!52e86e2e() Unknown
d3d9.dll!73b0838f() Unknown
Nvda.Graphics.Interception.dll!532a42fa() Unknown
Nvda.Graphics.Interception.dll!52eaee63() Unknown
Nvda.Graphics.Interception.dll!53cafdb8() Unknown
Nvda.Graphics.Interception.dll!53d030a7() Unknown
Nvda.Graphics.Interception.dll!532a73c5() Unknown
Nvda.Graphics.Interception.dll!532a77cd() Unknown
Nvda.Graphics.Interception.dll!532a771a() Unknown
Nvda.Graphics.Interception.dll!532af748() Unknown
Nvda.Graphics.Interception.dll!541e761e() Unknown
Nvda.Graphics.Interception.dll!541ada0c() Unknown
Nvda.Graphics.Interception.dll!541adb34() Unknown
kernel32.dll!77593744() Unknown
ntdll.dll!77a49e54() Unknown
ntdll.dll!77a49e1f() Unknown

My application (OrionGui.exe) is a 32-bit app running on Windows 10 64-bit in a machine with a Quadro K2100M video card (and no other detected in the Device Manager).

I’m using the 361.91 Win10_64 Quadro display driver.

Please help.

J.

Hi jfs,

Hard to say why, can your share your crash dmp for a quick investigation?

I also notice you are using K2100M and Win10, that looks like you are working on a Win10 laptop, right? I am sorry that Nsight doesn’t support on Win10 Hybrid Graphic Mode (general means Win10 on a laptop with iGPU and dGPU) right now. You can try to disable iGPU in BIOS and make your laptop only aware of dGPU, then Nsight should works as expected.

Thanks
An