将图形调试器与 Nsight 2.2 配合使用时应用程序崩溃



嗨,我使用的是NVidia Nsight 2.2,有GTS 450卡和最新的驱动程序。Windows Vista 64位。启动图形调试器时,应用程序在第一次绘制调用时崩溃。调用堆栈如下所示:

nvwgf2um.dll!5bdd7d53()     
[Frames below may be incorrect and/or missing, no symbols loaded for nvwgf2um.dll]  
nvwgf2um.dll!5be9c7f7()     
nvwgf2um.dll!5bde377e()     
nvwgf2um.dll!5bc02afb()     
nvwgf2um.dll!5bc0257b()     
nvwgf2um.dll!5bc0259e()     
nvwgf2um.dll!5bdd0612()     
nvwgf2um.dll!5bcb2292()     
nvwgf2um.dll!5bc45072()     
nvwgf2um.dll!5bcbff8c()     
D3D11SDKLayers.dll!5ea52f2f()   
Nvda.Graphics.Interception.100.dll!5dbb2853()   
Nvda.Graphics.Interception.100.dll!5dba317e()   
Nvda.Graphics.Interception.100.dll!5db99b21()   
Nvda.Graphics.Interception.100.dll!5df0150f()   

否则它本身运行良好,只有当我通过 Nsight 图形调试器启动时才会崩溃。我怀疑这与我使用DX11 dynamic shader linkage有关。由于我的其他不使用动态链接的应用程序运行良好。有人以前经历过这种情况,或者对Nsight的这个问题有任何信息吗?

您使用的是什么驱动程序和 2.2 的确切版本?(Nsight->Help->关于 Nsight->内部版本号)

该问题可能与 DX 控制面板的调试层设置有关。(请检查我在塞巴斯蒂安的回答中的评论)。

最新更新