![]() |
Vulkan Renderer missing on NVIDIA driver version 390.65 [Fix found] - Printable Version +- RPCS3 Forums (https://forums.rpcs3.net) +-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17) +--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18) +--- Thread: Vulkan Renderer missing on NVIDIA driver version 390.65 [Fix found] (/showthread.php?tid=197839) |
RE: Vulkan renderer doesn't appear on NVIDIA 390.65 - Snatch - 01-25-2018 Ani Quote:Now, we can and have already found a solution for this. We updated RPCS3 to build with newer Vulkan versions, which have an additional different method for detecting whether it is present or not, so Vulkan will now appear without ICD key being registered. And broke support for old drivers? 388.71 & vulkan 1.0.61 give me: Code: F {rsx::thread} class std::runtime_error thrown: Assertion Failed! Vulkan API call failed with unrecoverable error: Device lost (Driver crashed with unspecified error or stopped responding and recovered) (VK_ERROR_DEVICE_LOST) RE: Vulkan renderer doesn't appear on NVIDIA 390.65 - gregyance - 09-30-2018 (01-09-2018, 07:05 PM)Ani Wrote: Known issue with latest NVIDIA drivers.Hi I just followed the steps and still can get the vulkan renderer option , this is what vulkaninfo . exe shows for me after I made the steps you mentioned, I have a ryzen 3 2200g and a gtx1050ti: VULKAN INFO =========== Vulkan Instance Version: 1.1.70 Instance Extensions: ==================== Instance Extensions count = 13 VK_KHR_device_group_creation : extension revision 1 VK_KHR_external_fence_capabilities : extension revision 1 VK_KHR_external_memory_capabilities : extension revision 1 VK_KHR_external_semaphore_capabilities: extension revision 1 VK_KHR_get_physical_device_properties2: extension revision 1 VK_KHR_get_surface_capabilities2 : extension revision 1 VK_KHR_surface : extension revision 25 VK_KHR_win32_surface : extension revision 6 VK_EXT_debug_report : extension revision 9 VK_EXT_display_surface_counter : extension revision 1 VK_EXT_swapchain_colorspace : extension revision 3 VK_NV_external_memory_capabilities : extension revision 1 VK_EXT_debug_utils : extension revision 1 Layers: count = 4 ======= VK_LAYER_NV_optimus (NVIDIA Optimus layer) Vulkan version 1.1.82, layer version 1 Layer Extensions count = 0 Devices count = 0 VK_LAYER_AMD_switchable_graphics (AMD switchable graphics layer) Vulkan version 1.1.70, layer version 1 Layer Extensions count = 0 Devices count = 0 VK_LAYER_VALVE_steam_overlay (Steam Overlay Layer) Vulkan version 1.0.3, layer version 1 Layer Extensions count = 0 Devices count = 0 VK_LAYER_LUNARG_standard_validation (LunarG Standard Validation Layer) Vulkan version 1.0.82, layer version 1 Layer Extensions count = 0 Devices count = 0 Presentable Surfaces: ===================== None found Thanks in advance RE: Vulkan Renderer missing on NVIDIA driver version 390.65 [Fix found] - Ani - 09-30-2018 You're not supposed to edit register any more, use DDU and fully reinstall the drivers RE: Vulkan Renderer missing on NVIDIA driver version 390.65 [Fix found] - gregyance - 10-01-2018 (09-30-2018, 08:28 PM)Ani Wrote: You're not supposed to edit register any more, use DDU and fully reinstall the drivers Just did it ,used DDU , made a fresh new driver installation, didn´t work , when I had just the ryzen 3 2200g vulkan was listed , now with the gtx 1050ti , that option has just vanished RE: Vulkan Renderer missing on NVIDIA driver version 390.65 [Fix found] - Ani - 10-01-2018 You fully removed all traces of the previous AMD drivers? With DDU that is Your vulkaninfo shows an AMD entry, it looks like driver conflict between amd and nvidia. RE: Vulkan Renderer missing on NVIDIA driver version 390.65 [Fix found] - gregyance - 10-02-2018 (10-01-2018, 11:15 PM)Ani Wrote: You fully removed all traces of the previous AMD drivers? With DDU that is The Vulkan information I posted before was actually before I did the DDU fresh driver installation, now that I did that , I dont even have a Vulkan RT folder in Program Files (x86) (10-01-2018, 11:15 PM)Ani Wrote: You fully removed all traces of the previous AMD drivers? With DDU that is By the way , I dont even have the Vulkan SDK listed in my installed programs anymore (looks like DDU just wiped out this one) RE: Vulkan renderer doesn't appear on NVIDIA 390.65 - GarnetSunset - 12-15-2018 https://gist.github.com/GarnetSunset/b0fedd52a59dfaa3cf46c2dc7cd4d455 I wrote a python script to fix this issue for those who need it. Just run it whenever it breaks and it'll automate the process in the original post. |