Open zuocebianpingmao opened 2 years ago
This is probably why:
validation layer: loaderAddLayerProperties: C:\VulkanSDK\1.3.204.1\Bin\VkLayer_khronos_profiles.json invalid layer manifest file version 1.2.1. May cause errors.
How do you fix that? I got it too.
I got the same problem, at last I realized that my driver's loader is old. So update driver may can solve the problem.
I seem to get validation error in the case saying there are outstanding objects on Instance destruction.
I have similar error to this:
validation layer: loader_add_layer_properties: 'layers' tag not supported until file version 1.0.1, but C:\Windows\System32\DriverStore\FileRepository\nvlti.inf_amd64_e4c2d764c82d2d50\nv-vk64.json is reporting version 1 validation layer: windows_get_device_registry_files: GUID for 4 is not SoftwareComponent skipping validation layer: Searching for ICD drivers named .\nvoglv64.dll validation layer: Searching for ICD drivers named .\igvk64.dll validation layer: Loading layer library D:\VulkanSDK\Bin\.\VkLayer_khronos_validation.dll validation layer: Loading layer library C:\Windows\System32\DriverStore\FileRepository\nvlti.inf_amd64_e4c2d764c82d2d50\.\nvoglv64.dll failed to open file!
The window loads, than is the white background waiting for the vert and frag to read and make triangle, but before it makes anything the window closes and the error above appear
If you found out It would be perfect!
Have you guys tried to update your graphics drivers and if that doesn't fix it, re-install the Vulkan SDK?
I have this error as well "loader_add_layer_properties: 'layers' tag not supported until file version 1.0.1, but C:\Windows\System32\DriverStore\FileRepository\nvmdi.inf_amd64_206887a3f4130317\nv-vk64.json is reporting version 1". I have updated my graphics driver, reinstalled them, reinstalled the VulkanSDK. I went as far as resetting my whole computer (it was due) and do a clean install of everything again. And I'm still getting that error. Today I got a new development, after updating to the latest graphics driver (560.70, released today), my program still crashes after a short white screen, but now the difference is that the error message is not displayed in the terminal anymore...I'm a newbie and I'm confused.
I commented out the call to DestroyDebugUtilsMessengerEXT in cleanup(), no errors. Why? output: