I develop for an Ubuntu 18.04 Desktop with an NVidia Quadro M1000M. Before, I was on X11 with driver version 470 and I could work without problems. On wayland, I suddenly got crashes in vkGetPhysicalDeviceSurfaceFormatsKHR so I upgraded to 495.44.
Now vulkaninfo stopped working with
vkGetPhysicalDeviceSurfacePresentModesKHR failed with ERROR_INITIALIZATION_FAILED.
Could you share a bit more detail about the use case?
One thing that would cause this error message is if you create a VK_KHR_wayland_surface instance that is not supported by the physical device, in this case the Quadro GPU. If you have for some reason some additional vulkan driver on the system, like Mesa, this mismatch can occur.