ValveSoftware / Dota-2

Tracker for issues specific to Linux and Mac in the Reborn client. If you have a general issue or non-system-specific feature request please go to dev.dota2.com
472 stars 38 forks source link

Linux Dota2 Freezes at logo screen after opening #2140

Open maulwurst opened 2 years ago

maulwurst commented 2 years ago

Your system information

Steps for reproducing this issue:

  1. Open dota2
  2. Will freeze at logo screen and stop responding
SirFireball3521 commented 2 years ago

I am also getting this on Arch Linux for the past few days.

amitbar05 commented 2 years ago

I am also getting this. specs: OS: Pop!_OS 22.04 LTS. GPU: NVIDIA 960 GTX. Driver Version: 520.56.06 (installed manually from NVIDIA's site, not ppa or something).

mierak commented 2 years ago

Same issue here. Would like to note that at least for me the issue is only with Vulkan. When Dota is started with the -gl flag it starts and gets past the logo screen.

Arch Linux GTX 1060 driver version 520.56.03-3

kisak-valve commented 2 years ago

Hello @amitbar05, @mierak, there's a good chance you're seeing https://github.com/ValveSoftware/Dota-2-Vulkan/issues/413 instead of this issue report. If that is true, then setting the game's launch options to -vulkan_disable_graphics_pipeline_library should workaround the issue you're seeing.

mierak commented 2 years ago

Sorry I did not notice the other issue. Can confirm that dota starts with -vulkan_disable_graphics_pipeline_library. Thanks!