您好我正在使用 NVidia Nsight 2.2 ,拥有 GTS 450 卡和最新驱动程序。 Windows Vista 64位。启动图形调试器时,应用程序在第一个drawcall上崩溃。 callstack看起来像这样:
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这个问题的任何信息吗?
答案 0 :(得分:0)
你使用2.2的驱动程序和精确版本? (Nsight-> Help->关于Nsight-> Build number)
答案 1 :(得分:0)
问题可能与DX控制面板的调试层设置有关。 (请在Sebastien的答案中查看我的评论。)