protonscr

line 798: 6888 Segmentation fault on NixOS (core dumped) "$STEAMROOT/$STEAMEXEPATH" "$@"

steamclosed
ValveSoftware/steam-for-linux#10335 · opened 2024-01-01 by ghost · updated 2024-01-01 · 1 comments · github
?ghost 2024-01-01 github

Your system information

  • Steam client version: I don't know
  • Distribution: NixOS
  • Opted into Steam client beta?: No
  • Have you checked for system updates?: Yes
  • Steam Logs:
steam.sh[6756]: Running Steam on nixos 24.05 64-bit
steam.sh[6756]: STEAM_RUNTIME is enabled automatically
setup.sh[6834]: Steam runtime environment up-to-date!
steam.sh[6756]: Steam client's requirements are satisfied
[2024-01-01 16:12:32] Startup - updater built Dec  8 2023 00:32:59
[2024-01-01 16:12:32] Startup - Steam Client launched with: '/home/rev/.local/share/Steam/ubuntu12_32/steam'
01/01 16:12:32 Init: Installing breakpad exception handler for appid(steam)/version(1702079146)/tid(6888)
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2024-01-01 16:12:32] Loading cached metrics from disk (/home/rev/.local/share/Steam/package/steam_client_metrics.bin)
[2024-01-01 16:12:32] Failed to load cached hosts file (File 'update_hosts_cached.vdf' not found), using defaults
[2024-01-01 16:12:32] Using the following download hosts for Public, Realm steamglobal
[2024-01-01 16:12:32] 1. https://cdn.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'
[2024-01-01 16:12:32] Checking for update on startup
[2024-01-01 16:12:32] Checking for available updates...
[2024-01-01 16:12:32] Downloading manifest: https://cdn.steamstatic.com/client/steam_client_ubuntu12
[2024-01-01 16:12:32] Manifest download: send request
[2024-01-01 16:12:32] Manifest download: waiting for download to finish
[2024-01-01 16:12:33] Manifest download: finished
[2024-01-01 16:12:33] Download skipped: /client/steam_client_ubuntu12 version 1702079146, installed version 1702079146, existing pending version 0
[2024-01-01 16:12:33] Nothing to do
[2024-01-01 16:12:33] Verifying installation...
[2024-01-01 16:12:33] Performing checksum verification of executable files
[2024-01-01 16:12:34] Verification complete

Steam logging initialized: directory: /home/rev/.local/share/Steam/logs

XRRGetOutputInfo Workaround: initialized with override: 0 real: 0xf66557b0
XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0xf6653fa0
steamwebhelper.sh[6915]: Runtime for steamwebhelper: defaulting to /home/rev/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[6915]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
glXChooseVisual failed
glXChooseVisual failedsrc/steamUI/spewmanager.cpp (184) : Assertion Failed: Error: glXChooseVisual failed
src/steamUI/spewmanager.cpp (184) : Assertion Failed: Error: glXChooseVisual failed
01/01 16:12:34 Init: Installing breakpad exception handler for appid(steam)/version(1702079146)/tid(6888)
assert_20240101161234_8.dmp[6937]: Uploading dump (out-of-process)
/tmp/dumps/assert_20240101161234_8.dmp
crash_20240101161234_9.dmp[6946]: Uploading dump (out-of-process)
/tmp/dumps/crash_20240101161234_9.dmp
/home/rev/.local/share/Steam/steam.sh: line 798:  6888 Segmentation fault      (core dumped) "$STEAMROOT/$STEAMEXEPATH" "$@"
assert_20240101161234_8.dmp[6937]: Finished uploading minidump (out-of-process): success = yes
assert_20240101161234_8.dmp[6937]: response: CrashID=bp-2c62d76b-c67c-4f26-b5a3-f322f2240101
assert_20240101161234_8.dmp[6937]: file ''/tmp/dumps/assert_20240101161234_8.dmp'', upload yes: ''CrashID=bp-2c62d76b-c67c-4f26-b5a3-f322f2240101''
crash_20240101161234_9.dmp[6946]: Finished uploading minidump (out-of-process): success = yes
crash_20240101161234_9.dmp[6946]: response: CrashID=bp-2b0e77bd-4b56-4b63-a1c5-fe5482240101
crash_20240101161234_9.dmp[6946]: file ''/tmp/dumps/crash_20240101161234_9.dmp'', upload yes: ''CrashID=bp-2b0e77bd-4b56-4b63-a1c5-fe5482240101''
  • GPU: AMD

Please describe your issue in as much detail as possible:

Basically i can't launch steam. I tried rebooting and it didn't work, i don't know why

Steps for reproducing this issue:

  1. Install NixOS
  2. Put steam on configuration.nix
  3. Run steam
?ghost 2024-01-01 github

Nevermind, i just need to install it with programs.steam.enable = true;

Nothing extracted yet.