<div dir="ltr"><div><div><div><div>I cannot as a regular user get a vulkan instance.<br></div>The Talos Principle will not load with the vulkan backend.<br></div><div>As a root user things are fine.<br>  <br></div><div><br></div>With LunarG's vulkaninfo this  is sent to the console.<br>___________________________________________________________<br><br>    VK_KHR_get_physical_device_properties2: extension revision  1<br>    VK_EXT_debug_report                 : extension revision  6<br>/var/lib/jenkins/workspace/Create-Linux-VulkanSDK/Vulkan-LoaderAndValidationLayers/demos/vulkaninfo.c:1464: failed with VK_ERROR_INITIALIZATION_FAILED<br><br>____________________________________________________<br><br></div>As root the utility report back normally.<br><br>    VK_EXT_debug_report                 : extension revision  6<br>WARNING: radv is not a conformant vulkan implementation, testing use only.<br><br><br></div>Line 1464 is a cal to vkEnumeratePhysicalDevices ().<br>The first call to vulkan in the program.<br><br></div>