Vulkan Crash and here is the error...
Hi,
so when i change to Vulkan the game freezes and i get this error vk::createInstanceUnique: ErrorOutOfHostMemory and then the game just crashes and closes. This is the info from my client.txt file 2020/05/28 23:04:04 ***** LOG FILE OPENING ***** 2020/05/28 23:04:04 12692100 1c7 [INFO Client 8048] Send patching protocol version 5 2020/05/28 23:04:04 12692194 23d [INFO Client 8048] Web root: http://patchcdn.pathofexile.com/3.10.2.1.2/ 2020/05/28 23:04:04 12692194 23e [INFO Client 8048] Backup Web root: http://patchcdn.pathofexile.com/3.10.2.1.2/ 2020/05/28 23:04:04 12692194 249 [INFO Client 8048] Requesting root contents 1 2020/05/28 23:04:04 12692241 273 [INFO Client 8048] Got file list for "" 0 2020/05/28 23:04:04 12692241 2b3 [INFO Client 8048] Requesting folder Redist 1 2020/05/28 23:04:04 12692288 273 [INFO Client 8048] Got file list for "Redist" 0 2020/05/28 23:04:04 12692288 2da [INFO Client 8048] Finished checking files 2020/05/28 23:04:04 ***** LOG FILE OPENING ***** 2020/05/28 23:04:05 12692802 8a [INFO Client 1360] Enumerated adapter: NVIDIA GeForce GTX 1650 SUPER 2020/05/28 23:04:05 12692880 24b [INFO Client 1360] Enumerated device for adapter: NVIDIA GeForce GTX 1650 SUPER. Selected feature level: 45056. Max feature level: 45056 2020/05/28 23:04:05 12692880 142 [INFO Client 1360] Enumerated output for adapter NVIDIA GeForce GTX 1650 SUPER of \\.\DISPLAY1 2020/05/28 23:04:05 12692896 832 [INFO Client 1360] [DEVICE] Type: DirectX11 2020/05/28 23:04:05 12692927 27e [DEBUG Client 1360] CreateSwapChain: SetFullScreenState 0 2020/05/28 23:04:05 12692943 19e [INFO Client 1360] [DirectX] Runtime version = 11.1 2020/05/28 23:04:05 12692943 19f [INFO Client 1360] [DirectX] Feature Level = 11.0 2020/05/28 23:04:05 12692943 1a0 [INFO Client 1360] [DirectX] Driver Command Lists = YES 2020/05/28 23:04:05 12692943 1a1 [INFO Client 1360] [DirectX] Driver Concurrent Creates = YES 2020/05/28 23:04:05 12692943 1a2 [INFO Client 1360] [DirectX] Driver Constant Buffer Offsetting = NO 2020/05/28 23:04:16 12704393 863 [DEBUG Client 1360] [SHADER] Load shader cache: ShaderCacheVulkan_GI I use GeForce Nvidia 1650 Super with latest drivers installed. Windows 7 64x Thank you! edit: i followed this link to download my driver https://developer.nvidia.com/vulkan-driver edit 2: i followed C:\Program Files (x86)\VulkanRT\1.0.33.0, there is this file vulkaninfo.exe, which i decided to open and here the info here: ![]() prior to this image i decided to delete the epic games launcher because i don't use it at all and don't play the games. Last edited by frostwolfy#5166 on May 28, 2020, 4:47:21 PM Last bumped on Jun 8, 2020, 3:18:31 AM
This thread has been automatically archived. Replies are disabled.
|
![]() |
" Hello there, Thank you for trying the Vulkan beta and making a bug report. Before we can properly diagnose your issue, can you please provide us with some additional information. DX Diag: This can be obtained by pressing Windows Key + R and typing in "dxdiag" - then, click the 'save information' button to output the results. Either post your results in this thread, or send me a Private Message on the forum, with a link to your post. After providing us with this information, we'll investigate the issue further. In the meantime, ensure that all your drivers are up to date. | |
same issue, dxdiag sent by PM
EDIT: recheck, driver up to date (but the latest is old...) Last edited by xriegg#1341 on Jun 7, 2020, 11:43:02 AM
|
![]() |
" How old ?? Maybe your driver and hardware doesn't support Vulkan.... |
![]() |
" His HW supports it. All nvidia cards since Geforce 640 supports vulkan 1.1 with appropriate drivers, considering his card is quite recent, any driver which supports that card should also support vulkan. As for the windows version, 10 is definitely supported but I am not sure about nvidia in 8.1 and 7 (for example AMD + Win 8/8.1 is no-go, but win7 works ok with AMD). as for the VK_ERROR_OUT_OF_HOST_MEMORY error (which also sometimes appears in client.txt), it means either that system run out of RAM (which is weird because it is also reported by users having more than 12GB, but maybe some memory leak?) or that driver does not support vulkan (that return code is a bit bugged :/ Last edited by julus#1066 on Jun 7, 2020, 7:45:30 PM
|
![]() |
UPDATED: checked, my card was considered professional mobile workstation (but never gamer) card when it was launched, it's API-wise archaic by now and does not support Vulkan. Therefore my only feedback is missing error handling in poe (message 'option not supported' etc). I suspect I am among many ppl that doe not invest in their machines from gaming perspective and live with fps considewred unplayable by many pro players (~30 here)
|
![]() |