You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System information from steam (Steam -> Help -> System Information) in a gist:
Have you checked for system updates?: [Yes]
Are you using the latest stable video driver available for your system? [Yes]
Have you verified the game files?: [Yes]
Please describe your issue in as much detail as possible:
Game crashes after a few minutes while using the Vulkan renderer.
When VK_EXT_graphics_pipeline_library is disable game no longer crashes.
See log at lines 783+: 12/01 22:07:33 [RenderSystem] ERROR! VK call failed! result = VK_ERROR_DEVICE_LOST ( vkQueueSubmit( VulkanQueue(), 1, &submitInfo, presentFence.m_pFence ) )
I do have an ETL capture while the game crashed (it was using the previous driver version 526.98, not the last one). Let me know if it will be useful and I'll try to upload it.
Steps for reproducing this issue:
Launch game with -vulkan launch option.
Wait a few minutes while playing a match.
Game will crash.
The text was updated successfully, but these errors were encountered:
Can you try deleting the contents of /path/to/steam/steamapps/shadercache/570/fozpipelinesv6 and seeing if that helps? There was a driver bug caused by a shader cache key collision that we've since fixed in fossilize, but it could be possible you have a corrupted cache on disk.
Your system information
Steam
->Help
->System Information
) in a gist:Please describe your issue in as much detail as possible:
Game crashes after a few minutes while using the Vulkan renderer.
When VK_EXT_graphics_pipeline_library is disable game no longer crashes.
See log at lines 783+:
12/01 22:07:33 [RenderSystem] ERROR! VK call failed! result = VK_ERROR_DEVICE_LOST ( vkQueueSubmit( VulkanQueue(), 1, &submitInfo, presentFence.m_pFence ) )
I do have an ETL capture while the game crashed (it was using the previous driver version 526.98, not the last one). Let me know if it will be useful and I'll try to upload it.
Steps for reproducing this issue:
The text was updated successfully, but these errors were encountered: