Getting crash in nvoglv64.dll with vulkan validation layers

If this isn’t the right place to report this, please let me know where would be better!

With vulkan validation layers enabled, my vulkan + openXR application crashes with the following error:
Exception thrown at 0x00007FFADEBA5B9B (nvoglv64.dll) in gnomes.exe: 0xC0000005: Access violation reading location 0x0000000000000000.

It happens when I call vkCmdDrawIndexed (with confirmed “reasonable” parameters). The validation layers output nothing.

The call stack (from me calling vkCmdDrawIndexed) is VkLayer_khronos_validation.dll!vulkan_layer_chassis::CmdDrawIndexed (line 3029), then three stack frames of nvoglv64.dll with unknown source.

I’m unfortunately a bit lost with how to proceed- would appreciate any advice!

1 Like