Hello guys, I’m new for vulkan. Recently I found this API on he web and I had tried the cube. But it occured to me that when I close this cube with x every time my computer will be get blue screen. It shows that dxgmms2.sys failed.
My cpu is i5 6400,gpu is gtx 970m, gpu driver version is 375.70. Win 10 version is 14931.
Hope someone can help me to solve that, thanks.
BTW, if I use taskkill command to shut down the cube, it would be fine. I had the same BSOD problem with rpcs3 which is a ps3 simulator. It use vulkan for its’ video show. I can only shut it down with taskkill command.
I debuged the cube sln. Then I fine It always crashed at 763 line of trampoline.c after I shut down the window.
Not necessarily Vulkan related. It is a known NVIDIA gpu BSOD.
There’s a newer driver. Try that one.
If it fails, might try older drivers (e.g. 368.69 being last listed on Vulkan support page)
You are using beta version of Windows 10. Don’t use that if you are not willing to deal with problems such as this frequently.
You might want to uninstall any overlay software (e.g. Raptor, some mouse software…). To identify, they would show as a dll in the list when you open the dump in visual studio.
Which version of trampoline.c? (If 1.0.30, that’s a drivers vkDestroyDevice().)
[QUOTE=krOoze;41459]Not necessarily Vulkan related. It is a known NVIDIA gpu BSOD.
There’s a newer driver. Try that one.
If it fails, might try older drivers (e.g. 368.69 being last listed on Vulkan support page)
You are using beta version of Windows 10. Don’t use that if you are not willing to deal with problems such as this frequently.
You might want to uninstall any overlay software (e.g. Raptor, some mouse software…). To identify, they would show as a dll in the list when you open the dump in visual studio.
Which version of trampoline.c? (If 1.0.30, that’s a drivers vkDestroyDevice().)[/QUOTE]
Yesterday, Win 10 was updated to 14956,and the problem was been solved. Thank you.