Autodesk / Aurora

Real-time GPU path tracing with a USD Hydra render delegate
Apache License 2.0
473 stars 30 forks source link

Plasma.exe quits on launching with Vulkan #9

Open ohmaya opened 1 year ago

ohmaya commented 1 year ago

VulkanSDK 1.3.204.1

D3D is good.

pixnblox commented 1 year ago

Do you see any errors, perhaps when running in a debugger?

ohmaya commented 1 year ago

Exception in pxr\imaging\hgiVulkan\texture.cpp: vkCreateImageView

In nvoglv64.dll which should be OpenGL (Vulkan?) driver. Access violation reading location 0x000000000000011C.

andy-shiue-autodesk commented 1 year ago

Could you give us the GPU model and the driver version? That access violation looked very suspicious. You can do a quick Vulkan check by running vkcube.exe or vkvia.exe. Both program can be found with your Vulkan SDK.

ohmaya commented 1 year ago

GeForce RTX 3070, Game Ready driver 527.37

vkcube.exe: Good vkvia.exe: Good

andy-shiue-autodesk commented 1 year ago

Hi, could you give me the command line you ran Plasma? If you have the call stack, that will be great, too. Thanks.

ohmaya commented 1 year ago

Should be simply double-clicking the .exe file.

Exception in pxr\imaging\hgiVulkan\texture.cpp: vkCreateImageView

This should show part of the callstack.