Minidump is attached. (33.3 KB)
This happens with any OpenGL/Vulkan app (haven’t tried DX12). Attached crash message is the result of attempting a GPU Trace on vkcube.exe.
Older versions(2024.2 - 2025.2) do not crash, but they get stuck on “Preparing data for transfer…”.
2024.1.1 works without any issues.
GPU: RTX 3060 12GB
OS: Windows 11 Pro 24H2
Driver: Game Ready 576.52
Nsight: 2025.3.0
Thanks. The target is just waiting for the ngfx-ui at that point - nothing helpful there. The ngfx-ui crash dump itself doesn’t match with your stack trace, however. It looks like it was generated at a point where we catch the exception, rather than where it was thrown, we’ve lost the context of the crash at that point. I’m not sure how the dump was generated, but if you can attach a debugger to ngfx-ui and generate a dump at the time of the crash that would be helpful.
Sorry if I did something wrong, I’ve never generated dumps before. Visual Studio does not catch the exception automatically, so I “stepped into”, until the crash window popped up, then generated the minidump.
I don’t mean to interrupt, but I just had a sudden thought. I noticed the TPSConnectionPlugin.dll in the call stack, and since you reinstalled Windows, maybe it’s worth checking the firewall settings? It might not make a difference, but it’s definitely worth a look.
Hello AYan, thank you for your reply!
All rules for ngfx-ui.exe and vkcube.exe allow connections. Also, disabling the firewall does not make any difference.