Hello,
Nsight 5.0 seems to be crashing whenever I try to create a D2D device in a D3D12 app. I’m creating the D2D device the same way as in this sample from Microsoft: https://github.com/Microsoft/DirectX-Graphics-Samples/blob/master/Samples/Desktop/D3D1211On12/src/D3D1211On12.cpp#L145.
The stack trace in the dump file generated by NSight pointed to the D2D device creation and I was able to confirm that this is the case by not creating the D2D device (as well as any of the associated 11on12 stuff) which seemed to fix the issue.