Forum Discussion
johnkearney
2 years agoMeta Employee
For anybody who comes to this issue in future - stenyak and I investigated this issue and found it to be a problem in the application code. The crash happened in the Vulkan Loader because the data from `xrGetVulkanDeviceExtensionsKHR` was not being used when creating the VkDevice.
Thanks,
John
- stenyak2 years agoProtege
Thanks John, was about to come here to post the solution myself!
So I was indeed not loading all the required Vulkan extensions, which made the runtime unable to work as intended, leading to that crash.