Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Game crash while using vulkan and VK_EXT_graphics_pipeline_library #418

Open
rodlorric opened this issue Dec 1, 2022 · 3 comments
Open

Comments

@rodlorric
Copy link

rodlorric commented Dec 1, 2022

Your system information

  • 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:

  1. Launch game with -vulkan launch option.
  2. Wait a few minutes while playing a match.
  3. Game will crash.
@danginsburg
Copy link
Contributor

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.

@rodlorric
Copy link
Author

Thanks @danginsburg. I just played a game after deleting the contents of the folder you said and no crashes so far.

@rodlorric
Copy link
Author

@danginsburg I'm sorry to report that after playing another Diretide match, the game crashed. Same symptoms as before. See gist

To add a little more detail, this time around I did not delete the contents of fozpipelinesv6 as I did before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants