I am trying to install Steam via Ubuntu on WSL. I followed these steps.
When I try to run Steam, it opens and immediately closes the update box Steam usually opens before launching the main window. Here is the output:
steam.sh[408]: Running Steam on ubuntu 22.04 64-bitsteam.sh[408]: STEAM_RUNTIME is enabled automaticallysetup.sh[478]: Steam runtime environment up-to-date!steam.sh[408]: Steam client's requirements are satisfied[2024-01-04 11:48:14] Startup - updater built Dec 8 2023 00:32:59[2024-01-04 11:48:14] Startup - Steam Client launched with: '/home/jrgra/.steam/debian-installation/ubuntu12_32/steam''-nominidumps''-nobreakpad'01/04 11:48:14 Init: Installing breakpad exception handler for appid(steam)/version(1702079146)/tid(531)Looks like steam didn't shutdown cleanly, scheduling immediate update check[2024-01-04 11:48:14] Loading cached metrics from disk (/home/jrgra/.steam/debian-installation/package/steam_client_metrics.bin)[2024-01-04 11:48:14] Failed to load cached hosts file (File 'update_hosts_cached.vdf' not found), using defaults[2024-01-04 11:48:14] Using the following download hosts for Public, Realm steamglobal[2024-01-04 11:48:14] 1. https://cdn.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'[2024-01-04 11:48:14] Checking for update on startup[2024-01-04 11:48:14] Checking for available updates...[2024-01-04 11:48:14] Downloading manifest: https://cdn.steamstatic.com/client/steam_client_ubuntu12[2024-01-04 11:48:14] Manifest download: send request[2024-01-04 11:48:14] Manifest download: waiting for download to finish[2024-01-04 11:48:14] Manifest download: finished[2024-01-04 11:48:14] Download skipped: /client/steam_client_ubuntu12 version 1702079146, installed version 1702079146, existing pending version 0[2024-01-04 11:48:14] Nothing to do[2024-01-04 11:48:14] Verifying installation...[2024-01-04 11:48:14] Performing checksum verification of executable files[2024-01-04 11:48:15] Verification completeSteam logging initialized: directory: /home/jrgra/.steam/debian-installation/logsXRRGetOutputInfo Workaround: initialized with override: 0 real: 0xf640c9c0XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0xf640b1f0steamwebhelper.sh[771]: Runtime for steamwebhelper: defaulting to /home/jrgra/.steam/debian-installation/ubuntu12_64/steam-runtime-heavysteamwebhelper.sh[771]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()CAppInfoCacheReadFromDiskThread took 0 milliseconds to initializeSegmentation faultSteam Runtime Launch Service: starting steam-runtime-launcher-serviceSteam Runtime Launch Service: steam-runtime-launcher-service is running pid 937bus_name=com.steampowered.PressureVessel.LaunchAlongsideSteamsteamwebhelper.sh[1166]: Runtime for steamwebhelper: defaulting to /home/jrgra/.steam/debian-installation/ubuntu12_64/steam-runtime-heavysteamwebhelper.sh[1166]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
The last two lines will repeat over and over and it never opens. Any help would be greatly appreciated.