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
469 stars 38 forks source link

[Ubuntu] Steam fails to find vulkan when launched through GUI #2750

Closed seftontycho closed 2 months ago

seftontycho commented 2 months ago

Your system information

Please describe your issue in as much detail as possible:

When running Dota2 from the steam GUI I get an error "Failed to initialize Vulkan...". I have tried adding -safe_mode, -novid, and many other options from various searches. I think Steam is unable to find my GPU. When I run with -con_logfile I get the following output sugesting the above: 07/05 19:59:50 No display adapters found. Falling back to software rasterizer. (nAdapterCount=0, nAdapter=0)

If I run using /home/seftontycho/.var/app/com.valvesoftware.Steam/data/Steam/ubuntu12_32/steam-runtime/run.sh ./dota.sh -con_logfile the game launches correctly but is unable to connect to steam/the internet.

The output of console.log is then:

07/05 19:56:53 (18): Setting setting.cpu_level to 2
07/05 19:56:53 (9): Setting setting.mem_level to 2
07/05 19:56:53 (14): Setting setting.gpu_mem_level to 2
07/05 19:56:53 Video Card dxsupport (10de : 2684)
07/05 19:56:53 (565): ADD setting.defaultres = 1900
07/05 19:56:53 (565): ADD setting.defaultresheight = 1200
07/05 19:56:53 (565): ADD setting.gpu_level = 3
07/05 19:56:53 (565): ADD setting.version = 1
07/05 19:56:53 Requested non-existent write path USRLOCAL!
07/05 19:56:53 [RenderSystem] Failed to save video settings config to 'cfg/video.txt'
07/05 19:56:53 Requested non-existent write path USRLOCAL!
07/05 19:56:53 [RenderSystem] Failed to save video settings config to 'cfg/video.txt'
07/05 19:56:53 [RenderSystem] Disabling graphics pipeline libraries for shader 'error.vfx_vs' because it has unsupported descriptor types [ STORAGE_BUFFER ].  Move them to a static descriptor set.
07/05 19:56:53  failed to dlopen libpangoft2-1.0.so error=libpangoft2-1.0.so: cannot open shared object file: No such file or directory
07/05 19:56:54 [Filesystem] ---------------
07/05 19:56:54 [Filesystem] Path ID:             File Path:
07/05 19:56:54 [Filesystem] ADDONS               "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/dota_addons/" 
07/05 19:56:54 [Filesystem] CONTENT              "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/content/dota/" 
07/05 19:56:54 [Filesystem] CONTENT              "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/content/core/" 
07/05 19:56:54 [Filesystem] CONTENTADDONS        "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/content/dota_addons/" 
07/05 19:56:54 [Filesystem] CONTENTROOT          "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/content/" 
07/05 19:56:54 [Filesystem] DEFAULT_WRITE_PATH   "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/dota/pak01.vpk" (vpk) /home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/dota/pak01.vpk
07/05 19:56:54 [Filesystem] DEFAULT_WRITE_PATH   "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/dota/" 
07/05 19:56:54 [Filesystem] EXECUTABLE_PATH      "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/bin/linuxsteamrt64/" 
07/05 19:56:54 [Filesystem] GAME                 "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/dota/pak01.vpk" (vpk) /home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/dota/pak01.vpk
07/05 19:56:54 [Filesystem] GAME                 "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/core/pak01.vpk" (vpk) /home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/core/pak01.vpk
07/05 19:56:54 [Filesystem] GAME                 "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/dota/shaders_vulkan.vpk" (vpk) /home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/dota/shaders_vulkan.vpk
07/05 19:56:54 [Filesystem] GAME                 "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/core/shaders_vulkan.vpk" (vpk) /home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/core/shaders_vulkan.vpk
07/05 19:56:54 [Filesystem] GAME                 "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/dota/" 
07/05 19:56:54 [Filesystem] GAME                 "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/core/" 
07/05 19:56:54 [Filesystem] GAMEBIN              "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/dota/bin/linuxsteamrt64/" 
07/05 19:56:54 [Filesystem] GAMEBIN              "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/dota/bin/" 
07/05 19:56:54 [Filesystem] GAMEBIN              "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/core/bin/linuxsteamrt64/" 
07/05 19:56:54 [Filesystem] GAMEBIN              "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/core/bin/" 
07/05 19:56:54 [Filesystem] GAMEROOT             "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/" 
07/05 19:56:54 [Filesystem] MOD                  "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/dota/pak01.vpk" (vpk) /home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/dota/pak01.vpk
07/05 19:56:54 [Filesystem] MOD                  "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/dota/" 
07/05 19:56:54 [Filesystem] PLATFORM             "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/core/pak01.vpk" (vpk) /home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/core/pak01.vpk
07/05 19:56:54 [Filesystem] PLATFORM             "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/core/" 
07/05 19:56:54 [Filesystem] SHADER_SOURCE        "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/src/shaders/dota/" 
07/05 19:56:54 [Filesystem] SHADER_SOURCE        "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/src/shaders/core/" 
07/05 19:56:54 [Filesystem] SHADER_SOURCE        "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/src/shaders/dota_core/" 
07/05 19:56:54 [Filesystem] SHADER_SOURCE_MOD    "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/src/shaders/dota/" 
07/05 19:56:54 [Filesystem] SHADER_SOURCE_ROOT   "/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/src/shaders/" 
07/05 19:56:54 [CommandLine] command line arguments:
07/05 19:56:54 [CommandLine] -con_logfile
07/05 19:56:54 [Networking] CNetworkSystem::Init() failed - no SteamNetworking()
07/05 19:56:54 [Networking] No steam client; SDR features will be unavailable
07/05 19:56:54 [SteamNetSockets] Initialized low level socket/threading support.
07/05 19:56:54 [Networking] Got ISteamNetworkingSockets user interfaces from standalone lib
07/05 19:56:54 [Networking] Allowing IP connections without auth
07/05 19:56:54 [Networking] Network System Initialized
07/05 19:56:54 [Vfx] No valid vcs file found for shader generic.vfx
07/05 19:56:54 [MaterialSystem] material2.cpp(1526): Error creating shader generic.vfx for material materials/dev/luminaire.vmat!
07/05 19:56:54 [MaterialSystem] material2.cpp(1526): Error creating shader generic.vfx for material materials/dev/luminaire.vmat!
07/05 19:56:54 [MaterialSystem] material2.cpp(1526): Error creating shader generic.vfx for material materials/dev/luminaire.vmat!
07/05 19:56:54 [MaterialSystem] material2.cpp(1526): Error creating shader generic.vfx for material materials/dev/luminaire.vmat!
07/05 19:56:54 [RenderSystem] Disabling graphics pipeline libraries for shader 'lpv_debug_grid.vfx_vs' because it has unsupported descriptor types [ STORAGE_BUFFER ].  Move them to a static descriptor set.
07/05 19:56:54 Physics Console Communications is not initialized
07/05 19:56:54 [RenderSystem] Disabling graphics pipeline libraries for shader 'visualize_implicit.vfx_vs' because it has unsupported descriptor types [ STORAGE_BUFFER ].  Move them to a static descriptor set.
07/05 19:56:54 [SoundSystem] Sound Initialization: Finish, Sampling Rate: 44100
07/05 19:56:54 SteamAPI_Init failed.  Failed to load module '/home/seftontycho/.steam/sdk64/steamclient.so'
07/05 19:56:54 [SceneFileCache] Loaded 85200 .vcds from 193 vcdlist files
07/05 19:56:54 [Client] Detected video config level 3
07/05 19:56:54 Requested non-existent write path USRLOCAL!
07/05 19:56:54 [RenderSystem] Failed to save video settings config to 'cfg/video.txt'
07/05 19:56:54 [Client] Event System loaded 93 events from file: vpk:/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/core/pak01.vpk:resource/core.gameevents.
07/05 19:56:54 [Client] Event System loaded 270 events from file: vpk:/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/dota/pak01.vpk:resource/game.gameevents.
07/05 19:56:55 Found
07/05 19:56:55 Hero npc_dota_hero_bloodseeker wants to build item_abyssal_blade (via recipe item_recipe_abyssal_blade) in its bot loadout but without all required items!
Current Loadout: item_tango(S), item_quelling_blade(S), item_magic_wand(S), item_power_treads(1), item_sange_and_yasha(2), item_mage_slayer(3), item_black_king_bar(4), item_basher(5), item_recipe_abyssal_blade(6)
07/05 19:56:55 Hero npc_dota_hero_bloodseeker has a loadout with 9 non-sellable items (max 6) and 12 total items!
Loadout: item_tango(S), item_quelling_blade(S), item_magic_wand(S), item_power_treads(1), item_sange_and_yasha(2), item_mage_slayer(3), item_black_king_bar(4), item_basher(5), item_recipe_abyssal_blade(6), item_abyssal_blade(7), item_relic(8), item_butterfly(9)
07/05 19:56:55 Hero npc_dota_hero_mirana is using an invalid ability mirana_invis in its bot skill build!
07/05 19:56:55 Hero npc_dota_hero_mirana is using an invalid ability mirana_invis in its bot skill build!
07/05 19:56:55 Hero npc_dota_hero_mirana is using an invalid ability mirana_invis in its bot skill build!
07/05 19:56:55 Hero npc_dota_hero_nevermore is using an invalid ability special_bonus_attack_speed_25 in its bot skill build!
07/05 19:56:55 Hero npc_dota_hero_nevermore is using an invalid ability special_bonus_unique_nevermore_shadowraze_cooldown in its bot skill build!
07/05 19:56:55 Hero npc_dota_hero_tiny is using an invalid ability special_bonus_strength_10 in its bot skill build!
07/05 19:56:55 Hero npc_dota_hero_zuus wants to build item_bloodstone (via recipe item_recipe_bloodstone) in its bot loadout but without all required items!
Current Loadout: item_tango(S), item_clarity(S), item_clarity(S), item_arcane_boots(1), item_blink(2), item_kaya(3), item_voodoo_mask(4), item_soul_booster(5), item_recipe_bloodstone(6)
07/05 19:56:55 Hero npc_dota_hero_zuus has a loadout with 9 non-sellable items (max 6) and 12 total items!
Loadout: item_tango(S), item_clarity(S), item_clarity(S), item_arcane_boots(1), item_blink(2), item_kaya(3), item_voodoo_mask(4), item_soul_booster(5), item_recipe_bloodstone(6), item_bloodstone(7), item_aether_lens(8), item_refresher(9)
07/05 19:56:55 Hero npc_dota_hero_riki wants to build item_abyssal_blade (via recipe item_recipe_abyssal_blade) in its bot loadout but without all required items!
Current Loadout: item_tango(S), item_flask(S), item_power_treads(1), item_magic_wand(S), item_blade_of_alacrity(2), item_diffusal_blade(3), item_butterfly(4), item_sange_and_yasha(5), item_mage_slayer(6), item_basher(7), item_recipe_abyssal_blade(8)
07/05 19:56:55 Hero npc_dota_hero_riki has a loadout with 9 non-sellable items (max 6) and 12 total items!
Loadout: item_tango(S), item_flask(S), item_power_treads(1), item_magic_wand(S), item_blade_of_alacrity(2), item_diffusal_blade(3), item_butterfly(4), item_sange_and_yasha(5), item_mage_slayer(6), item_basher(7), item_recipe_abyssal_blade(8), item_abyssal_blade(9)
07/05 19:56:55 Hero npc_dota_hero_skeleton_king is using an invalid ability skeleton_king_bone_guard in its bot skill build!
07/05 19:56:55 Hero npc_dota_hero_skeleton_king is using an invalid ability special_bonus_agility_10 in its bot skill build!
07/05 19:56:55 Hero npc_dota_hero_skeleton_king is using an invalid ability skeleton_king_bone_guard in its bot skill build!
07/05 19:56:55 Hero npc_dota_hero_skeleton_king is using an invalid ability skeleton_king_bone_guard in its bot skill build!
07/05 19:56:55 Hero npc_dota_hero_skeleton_king is using an invalid ability skeleton_king_bone_guard in its bot skill build!
07/05 19:56:55 Hero npc_dota_hero_death_prophet is using an invalid ability special_bonus_attack_damage_30 in its bot skill build!
07/05 19:56:55 Hero npc_dota_hero_death_prophet is using an invalid ability special_bonus_hp_300 in its bot skill build!
07/05 19:56:55 Hero npc_dota_hero_phantom_assassin wants to build item_abyssal_blade (via recipe item_recipe_abyssal_blade) in its bot loadout but without all required items!
Current Loadout: item_tango(S), item_flask(S), item_magic_wand(S), item_power_treads(1), item_black_king_bar(2), item_mage_slayer(3), item_basher(4), item_recipe_abyssal_blade(5)
07/05 19:56:55 Hero npc_dota_hero_phantom_assassin has a loadout with 9 non-sellable items (max 6) and 12 total items!
Loadout: item_tango(S), item_flask(S), item_magic_wand(S), item_power_treads(1), item_black_king_bar(2), item_mage_slayer(3), item_basher(4), item_recipe_abyssal_blade(5), item_abyssal_blade(6), item_satanic(7), item_assault(8), item_monkey_king_bar(9)
07/05 19:56:55 Hero npc_dota_hero_dragon_knight is using an invalid ability special_bonus_hp_400 in its bot skill build!
07/05 19:56:55 Hero npc_dota_hero_jakiro is using an invalid ability jakiro_liquid_fire in its bot skill build!
07/05 19:56:55 Hero npc_dota_hero_jakiro is using an invalid ability jakiro_liquid_fire in its bot skill build!
07/05 19:56:55 Hero npc_dota_hero_jakiro is using an invalid ability jakiro_liquid_fire in its bot skill build!
07/05 19:56:55 Hero npc_dota_hero_jakiro is using an invalid ability jakiro_liquid_fire in its bot skill build!
07/05 19:56:55 WriteSteamRemoteStorageFileAsync failed due to missing ISteamRemoteStorage pointer!
07/05 19:56:55 [Networking] Field C_DOTA_Item_RiverPainter::m_iRiverPaintColor specified an unknown field change callback OnRiverColorChanged!
07/05 19:56:55 [Networking] CEntitySystem::BuildEntityNetworking (parallel build of client) took 244.913 msecs for 3253 out of 3339 classes
07/05 19:56:55 [ResourceSystem] Failed loading resource "scripts/trophies_staging.vdata_c" (ERROR_FILEOPEN: File not found)
07/05 19:56:55 [ResourceSystem] Failed loading resource "scripts/tracked_stats_player_staging.vdata_c" (ERROR_FILEOPEN: File not found)
07/05 19:56:55 [ResourceSystem] Failed loading resource "scripts/tracked_stats_team_staging.vdata_c" (ERROR_FILEOPEN: File not found)
07/05 19:56:55 [ResourceSystem] Failed loading resource "scripts/tracked_stats_match_staging.vdata_c" (ERROR_FILEOPEN: File not found)
07/05 19:56:55 [ResourceSystem] Failed loading resource "scripts/ping_wheel_staging.vdata_c" (ERROR_FILEOPEN: File not found)
07/05 19:56:55 [ResourceSystem] Failed loading resource "scripts/featured_gamemodes_staging.vdata_c" (ERROR_FILEOPEN: File not found)
07/05 19:56:55 [ResourceSystem] Failed loading resource "scripts/roadtoti_staging.vdata_c" (ERROR_FILEOPEN: File not found)
07/05 19:56:55 [ResourceSystem] Failed loading resource "scripts/candy_shops_staging.vdata_c" (ERROR_FILEOPEN: File not found)
07/05 19:56:56 Inventory shuffle information file "cfg/dota_player_loadout_shuffle.txt" not found in remote storage; not loading.
07/05 19:56:57 [Server] Event System loaded 93 events from file: vpk:/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/core/pak01.vpk:resource/core.gameevents.
07/05 19:56:57 [Server] Event System loaded 270 events from file: vpk:/home/seftontycho/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/dota 2 beta/game/dota/pak01.vpk:resource/game.gameevents.
07/05 19:56:57 Found
07/05 19:56:57 Hero npc_dota_hero_bloodseeker wants to build item_abyssal_blade (via recipe item_recipe_abyssal_blade) in its bot loadout but without all required items!
Current Loadout: item_tango(S), item_quelling_blade(S), item_magic_wand(S), item_power_treads(1), item_sange_and_yasha(2), item_mage_slayer(3), item_black_king_bar(4), item_basher(5), item_recipe_abyssal_blade(6)
07/05 19:56:57 Hero npc_dota_hero_bloodseeker has a loadout with 9 non-sellable items (max 6) and 12 total items!
Loadout: item_tango(S), item_quelling_blade(S), item_magic_wand(S), item_power_treads(1), item_sange_and_yasha(2), item_mage_slayer(3), item_black_king_bar(4), item_basher(5), item_recipe_abyssal_blade(6), item_abyssal_blade(7), item_relic(8), item_butterfly(9)
07/05 19:56:57 Hero npc_dota_hero_mirana is using an invalid ability mirana_invis in its bot skill build!
07/05 19:56:57 Hero npc_dota_hero_mirana is using an invalid ability mirana_invis in its bot skill build!
07/05 19:56:57 Hero npc_dota_hero_mirana is using an invalid ability mirana_invis in its bot skill build!
07/05 19:56:57 Hero npc_dota_hero_nevermore is using an invalid ability special_bonus_attack_speed_25 in its bot skill build!
07/05 19:56:57 Hero npc_dota_hero_nevermore is using an invalid ability special_bonus_unique_nevermore_shadowraze_cooldown in its bot skill build!
07/05 19:56:57 Hero npc_dota_hero_tiny is using an invalid ability special_bonus_strength_10 in its bot skill build!
07/05 19:56:57 Hero npc_dota_hero_zuus wants to build item_bloodstone (via recipe item_recipe_bloodstone) in its bot loadout but without all required items!
Current Loadout: item_tango(S), item_clarity(S), item_clarity(S), item_arcane_boots(1), item_blink(2), item_kaya(3), item_voodoo_mask(4), item_soul_booster(5), item_recipe_bloodstone(6)
07/05 19:56:57 Hero npc_dota_hero_zuus has a loadout with 9 non-sellable items (max 6) and 12 total items!
Loadout: item_tango(S), item_clarity(S), item_clarity(S), item_arcane_boots(1), item_blink(2), item_kaya(3), item_voodoo_mask(4), item_soul_booster(5), item_recipe_bloodstone(6), item_bloodstone(7), item_aether_lens(8), item_refresher(9)
07/05 19:56:57 Hero npc_dota_hero_riki wants to build item_abyssal_blade (via recipe item_recipe_abyssal_blade) in its bot loadout but without all required items!
Current Loadout: item_tango(S), item_flask(S), item_power_treads(1), item_magic_wand(S), item_blade_of_alacrity(2), item_diffusal_blade(3), item_butterfly(4), item_sange_and_yasha(5), item_mage_slayer(6), item_basher(7), item_recipe_abyssal_blade(8)
07/05 19:56:57 Hero npc_dota_hero_riki has a loadout with 9 non-sellable items (max 6) and 12 total items!
Loadout: item_tango(S), item_flask(S), item_power_treads(1), item_magic_wand(S), item_blade_of_alacrity(2), item_diffusal_blade(3), item_butterfly(4), item_sange_and_yasha(5), item_mage_slayer(6), item_basher(7), item_recipe_abyssal_blade(8), item_abyssal_blade(9)
07/05 19:56:57 Hero npc_dota_hero_skeleton_king is using an invalid ability skeleton_king_bone_guard in its bot skill build!
07/05 19:56:57 Hero npc_dota_hero_skeleton_king is using an invalid ability special_bonus_agility_10 in its bot skill build!
07/05 19:56:57 Hero npc_dota_hero_skeleton_king is using an invalid ability skeleton_king_bone_guard in its bot skill build!
07/05 19:56:57 Hero npc_dota_hero_skeleton_king is using an invalid ability skeleton_king_bone_guard in its bot skill build!
07/05 19:56:57 Hero npc_dota_hero_skeleton_king is using an invalid ability skeleton_king_bone_guard in its bot skill build!
07/05 19:56:57 Hero npc_dota_hero_death_prophet is using an invalid ability special_bonus_attack_damage_30 in its bot skill build!
07/05 19:56:57 Hero npc_dota_hero_death_prophet is using an invalid ability special_bonus_hp_300 in its bot skill build!
07/05 19:56:57 Hero npc_dota_hero_phantom_assassin wants to build item_abyssal_blade (via recipe item_recipe_abyssal_blade) in its bot loadout but without all required items!
Current Loadout: item_tango(S), item_flask(S), item_magic_wand(S), item_power_treads(1), item_black_king_bar(2), item_mage_slayer(3), item_basher(4), item_recipe_abyssal_blade(5)
07/05 19:56:57 Hero npc_dota_hero_phantom_assassin has a loadout with 9 non-sellable items (max 6) and 12 total items!
Loadout: item_tango(S), item_flask(S), item_magic_wand(S), item_power_treads(1), item_black_king_bar(2), item_mage_slayer(3), item_basher(4), item_recipe_abyssal_blade(5), item_abyssal_blade(6), item_satanic(7), item_assault(8), item_monkey_king_bar(9)
07/05 19:56:57 Hero npc_dota_hero_dragon_knight is using an invalid ability special_bonus_hp_400 in its bot skill build!
07/05 19:56:57 Hero npc_dota_hero_jakiro is using an invalid ability jakiro_liquid_fire in its bot skill build!
07/05 19:56:57 Hero npc_dota_hero_jakiro is using an invalid ability jakiro_liquid_fire in its bot skill build!
07/05 19:56:57 Hero npc_dota_hero_jakiro is using an invalid ability jakiro_liquid_fire in its bot skill build!
07/05 19:56:57 Hero npc_dota_hero_jakiro is using an invalid ability jakiro_liquid_fire in its bot skill build!
07/05 19:56:57 [Networking] Field CDOTA_Item_RiverPainter::m_iRiverPaintColor specified an unknown field change callback OnRiverColorChanged!
07/05 19:56:57 [Networking] CEntitySystem::BuildEntityNetworking (parallel build of server) took 241.648 msecs for 3245 out of 3321 classes
07/05 19:56:58 Failed to load mutations file! scripts/battlepass/ti2018/mutations.txt
kisak-valve commented 2 months ago

Hello @seftontycho, your system information is showing that Steam is being forced to fallback to llvmpipe to run at all and does not have access to your GPU. This reads like you're using the NVIDIA proprietary driver and recently changed video driver versions, which broke the video driver inside of the Flatpak container environment.

The NVIDIA proprietary driver requires that the video driver's kernel module loaded into memory, 32 bit userspace libraries, and 64 bit userspace libraries are all installed and have exactly the same version. Since you got the game to run outside of the Flatpak container, that narrows the scope of your issue to be a Flatpak / NVIDIA driver issue, not a game issue.

My understanding is that you can clear this condition by telling Flatpak to do an update cycle so that it'll adjust to the changed video driver version.

seftontycho commented 2 months ago

Three hours of my life wasted beacuse I didn't know I had to run flatpak update after I update my GPU driver... Thank you so much :)