| 1 Dec 2023 |
| Charlotte 🦝 (it/rac/racs/racself/🦝/plush) changed their profile picture. | 09:38:44 |
| @max.hausch:helsinki-systems.de left the room. | 10:18:56 |
thegreenguy | Hi, when I try to run steam it just crashes on "Loading user data". When I run it in a terminal I get this:
❯ steam
steam.sh[115462]: Running Steam on nixos 23.11 64-bit
steam.sh[115462]: STEAM_RUNTIME is enabled automatically
setup.sh[115540]: Steam runtime environment up-to-date!
steam-runtime-identify-library-abi: Failed to execute child process "/sbin/ldconfig" (No such file or directory)
run.sh[115552]: steam-runtime-identify-library-abi --ldconfig-paths failed, falling back to ldconfig
run.sh[115552]: Warning: An unexpected error occurred while executing "/sbin/ldconfig -XNv", the exit status was 127
steam.sh[115462]: Steam client's requirements are satisfied
[2023-12-01 15:04:24] Startup - updater built Nov 29 2023 19:58:56
[2023-12-01 15:04:24] Startup - Steam Client launched with: '/home/andrycake/.local/share/Steam/ubuntu12_32/steam'
[2023-12-01 15:04:24] Opted in to client beta 'publicbeta' via beta file
You are in the 'publicbeta' client beta.
12/01 15:04:24 Init: Installing breakpad exception handler for appid(steam)/version(1701289036)/tid(115578)
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2023-12-01 15:04:24] Loading cached metrics from disk (/home/andrycake/.local/share/Steam/package/steam_client_metrics.bin)
[2023-12-01 15:04:24] Using the following download hosts for Public, Realm steamglobal
[2023-12-01 15:04:24] 1. https://client-update.akamai.steamstatic.com, /, Realm 'steamglobal', weight was 1000, source = 'update
[2023-12-01 15:04:24] 2. https://cdn.cloudflare.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'update_h
[2023-12-01 15:04:24] 3. https://cdn.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'
[2023-12-01 15:04:24] Checking for update on startup
[2023-12-01 15:04:24] Checking for available updates...
[2023-12-01 15:04:24] Downloading manifest: https://client-update.akamai.steamstatic.com/steam_client_publicbeta_ubuntu12
[2023-12-01 15:04:24] Manifest download: send request
[2023-12-01 15:04:24] Manifest download: waiting for download to finish
[2023-12-01 15:04:25] Manifest download: finished
[2023-12-01 15:04:25] Download skipped: /steam_client_publicbeta_ubuntu12 version 1701289036, installed version 1701289036, exis
[2023-12-01 15:04:25] Nothing to do
[2023-12-01 15:04:25] Verifying installation...
[2023-12-01 15:04:25] Performing checksum verification of executable files
[2023-12-01 15:04:25] Verification complete
Steam logging initialized: directory: /home/andrycake/.local/share/Steam/logs
/nix/store/74z0q6qcc86xrf5k95g398ydrvz7sa3m-dconf-0.40.0-lib/lib/gio/modules/libdconfsettings.so: wrong ELF class: ELFCLASS64
Failed to load module: /nix/store/74z0q6qcc86xrf5k95g398ydrvz7sa3m-dconf-0.40.0-lib/lib/gio/modules/libdconfsettings.so
/nix/store/qqrr1k5jhaz57p43zqg80ykh8r2c2ngb-gvfs-1.50.6/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /nix/store/qqrr1k5jhaz57p43zqg80ykh8r2c2ngb-gvfs-1.50.6/lib/gio/modules/libgvfsdbus.so
XRRGetOutputInfo Workaround: initialized with override: 0 real: 0xeac1c7b0
XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0xeac1afa0
steamwebhelper.sh[115688]: Runtime for steamwebhelper: defaulting to /home/andrycake/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[115688]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
CAppInfoCacheReadFromDiskThread took 125 milliseconds to initialize
Steam Runtime Launch Service: starting steam-runtime-launcher-service
Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 115801
bus_name=com.steampowered.PressureVessel.LaunchAlongsideSteam
BRefreshApplicationsInLibrary 1: 1ms
src/vstdlib/strtools.cpp (2520) : dirName
src/vstdlib/strtools.cpp (2520) : dirName
assert_20231201150433_33.dmp[115945]: Uploading dump (out-of-process)
/tmp/dumps/assert_20231201150433_33.dmp
crash_20231201150433_34.dmp[115950]: Uploading dump (out-of-process)
/tmp/dumps/crash_20231201150433_34.dmp
assert_20231201150433_33.dmp[115945]: Finished uploading minidump (out-of-process): success = yes
assert_20231201150433_33.dmp[115945]: response: CrashID=bp-0907d257-dda9-4a30-95c4-bf8172231201
assert_20231201150433_33.dmp[115945]: file ''/tmp/dumps/assert_20231201150433_33.dmp'', upload yes: ''CrashID=bp-0907d257-dda9-4a30-95c4-bf8172231201''
/home/andrycake/.local/share/Steam/steam.sh: line 798: 115578 Segmentation fault (core dumped) "$STEAMROOT/$STEAMEXEPATH" "$@"
| 14:08:29 |
thegreenguy | It worked fine yesterday, didn't change anything. | 14:09:12 |
@sigmasquadron:matrix.org | The easy solution is to just delete your entire steam installation and run it again. | 14:09:38 |
@sigmasquadron:matrix.org | the hard solution is to analyse the dump file it provided and figure out what’s wrong. | 14:10:01 |
thegreenguy | In reply to @sigmasquadron:matrix.org The easy solution is to just delete your entire steam installation and run it again. do you mean to rebuild switch after removing steam from my configuration.nix and then add it again? | 14:14:37 |
@sigmasquadron:matrix.org | In reply to @thegreenguy:beeper.com do you mean to rebuild switch after removing steam from my configuration.nix and then add it again? No, I mean deleting everything in $HOME/.local/share/Steam | 14:15:06 |
thegreenguy | that would delete my games and game data, right? | 14:15:50 |
@sigmasquadron:matrix.org | Try deleting everything except the steamapps and userdata folders. It should force Steam to redownload everything while keeping your games and save data. | 14:16:56 |
@sigmasquadron:matrix.org | Also, unless you play very specific games with custom engines like Control or Frostpunk, userdata is probably safe to delete, since most games don’t use it at all. | 14:18:45 |
thegreenguy | I'll try without both | 14:19:07 |
thegreenguy | (everything except both) | 14:19:16 |
@sigmasquadron:matrix.org | Oh, and delete the files inside $HOME/.steam as well. | 14:20:41 |
@sigmasquadron:matrix.org | * Oh, and delete $HOME/.steam/registry.vdf as well. | 14:21:33 |
thegreenguy | it's downloading now | 14:23:06 |
thegreenguy | Thanks, it seems to have worked. | 14:33:31 |
Charles ⚡️ | In reply to @charles:computer.surgery but unfortunately, i can't get it to do 240Hz at 7680x2160 over DP 2.1, swaymsg -t get_outputs shows a max of 60Hz at that resolution https://gitlab.freedesktop.org/drm/amd/-/issues/2900 | 19:05:14 |
Charles ⚡️ | someone else already reported this | 19:05:21 |
Charles ⚡️ | supposedly this will be fixed in linux 6.8, ouch | 19:07:11 |
Charles ⚡️ | https://gitlab.freedesktop.org/drm/amd/-/issues/2900#note_2145974 | 19:08:30 |
K900 | Meanwhile, 1417 | 19:13:25 |
Charles ⚡️ | lol | 19:14:52 |
| Charles ⚡️ changed their display name from Charles ⚡️ (steam use notify-send when) to Charles ⚡️ (drm/amd#2900 when). | 19:15:18 |
Charles ⚡️ | there we go | 19:15:22 |
Charles ⚡️ | oof https://gitlab.freedesktop.org/drm/amd/-/issues/2969 | 19:20:16 |
| Charles ⚡️ changed their display name from Charles ⚡️ (drm/amd#2900 when) to Charles ⚡️ (drm/amd#{2900,2969} when). | 19:20:41 |
Charles ⚡️ | hmm, i notice that when running e.g. ghostrunner 2 on this display while i have the scale factor set to 1.25, the game thinks the maximum resolution is the smaller scaled values rather than the native values. i assume this impacts the actual fidelity of the final image? | 20:47:05 |
| 2 Dec 2023 |
arcayr | dam sun blizz really fucked up bnet | 03:16:47 |
arcayr | no permutation of the wine ecosystem seems to get it working rn | 03:17:08 |