21 Dec 2024 |
tuxiqae | Steam's stdout:
steam.sh[3766]: Running Steam on nixos 25.05 64-bit
steam.sh[3766]: STEAM_RUNTIME is enabled automatically
setup.sh[3840]: Steam runtime environment up-to-date!
/home/USER/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh: line 85: steam-runtime-identify-library-abi: command not found
run.sh[3852]: steam-runtime-identify-library-abi --ldconfig-paths failed, falling back to ldconfig
steam.sh[3766]: Couldn't find /home/USER/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/srt-logger, logging to console-linux.txt
steam.sh[3766]: Can't find 'steam-runtime-check-requirements', continuing anyway
[2024-12-21 15:43:29] Startup - updater built Jul 16 2024 23:21:18
[2024-12-21 15:43:29] Startup - Steam Client launched with: '/home/USER/.local/share/Steam/ubuntu12_32/steam'
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
src/steamexe/updateui_xwin.cpp (1466) : BFileExists( m_FontFileRegular )
src/steamexe/updateui_xwin.cpp (1466) : BFileExists( m_FontFileRegular )
12/21 15:43:29 minidumps folder is set to /tmp/dumps
12/21 15:43:29 Init: Installing breakpad exception handler for appid(steam)/version(1.0)/tid(3891)
assert_20241221154329_3.dmp[3894]: Uploading dump (out-of-process)
/tmp/dumps/assert_20241221154329_3.dmp
src/steamexe/updateui_xwin.cpp (1467) : BFileExists( m_FontFileLight )
src/steamexe/updateui_xwin.cpp (1467) : BFileExists( m_FontFileLight )
12/21 15:43:29 minidumps folder is set to /tmp/dumps
12/21 15:43:29 Init: Installing breakpad exception handler for appid(steam)/version(1.0)/tid(3891)
assert_20241221154329_6.dmp[3898]: Uploading dump (out-of-process)
/tmp/dumps/assert_20241221154329_6.dmp
12/21 15:43:29 minidumps folder is set to /tmp/dumps
12/21 15:43:29 Init: Installing breakpad exception handler for appid(steam)/version(0)/tid(3891)
src/steamexe/updateui_xwin.cpp (341) : Could not open connection to X
src/steamexe/updateui_xwin.cpp (341) : Could not open connection to X
execl failed, errno 2
12/21 15:43:29 Init: Installing breakpad exception handler for appid(steam)/version(1.0)/tid(3891)
assert_20241221154329_10.dmp[3903]: Uploading dump (out-of-process)
/tmp/dumps/assert_20241221154329_10.dmp
src/steamexe/main.cpp (1299) : failed to initialize update status ui, or create initial window
src/steamexe/main.cpp (1299) : failed to initialize update status ui, or create initial window
12/21 15:43:29 Init: Installing breakpad exception handler for appid(steam)/version(1.0)/tid(3891)
assert_20241221154329_13.dmp[3907]: Uploading dump (out-of-process)
/tmp/dumps/assert_20241221154329_13.dmp
assert_20241221154329_13.dmp[3907]: Finished uploading minidump (out-of-process): success = yes
assert_20241221154329_13.dmp[3907]: response: CrashID=bp-007b1439-6aa6-436f-a25b-907cd2241221
assert_20241221154329_13.dmp[3907]: file ''/tmp/dumps/assert_20241221154329_13.dmp'', upload yes: ''CrashID=bp-007b1439-6aa6-436f-a25b-907cd2241221''
assert_20241221154329_6.dmp[3898]: Finished uploading minidump (out-of-process): success = yes
assert_20241221154329_6.dmp[3898]: response: CrashID=bp-c69599cb-ef8b-42d5-9cae-654fc2241221
assert_20241221154329_6.dmp[3898]: file ''/tmp/dumps/assert_20241221154329_6.dmp'', upload yes: ''CrashID=bp-c69599cb-ef8b-42d5-9cae-654fc2241221''
assert_20241221154329_3.dmp[3894]: Finished uploading minidump (out-of-process): success = yes
assert_20241221154329_3.dmp[3894]: response: CrashID=bp-570dc3f6-ef2a-47a0-8e3d-08f9e2241221
assert_20241221154329_3.dmp[3894]: file ''/tmp/dumps/assert_20241221154329_3.dmp'', upload yes: ''CrashID=bp-570dc3f6-ef2a-47a0-8e3d-08f9e2241221''
assert_20241221154329_10.dmp[3903]: Finished uploading minidump (out-of-process): success = yes
assert_20241221154329_10.dmp[3903]: response: CrashID=bp-6138b5d0-46cb-4b5d-8ae9-0a6712241221
assert_20241221154329_10.dmp[3903]: file ''/tmp/dumps/assert_20241221154329_10.dmp'', upload yes: ''CrashID=bp-6138b5d0-46cb-4b5d-8ae9-0a6712241221''
| 13:53:40 |
tuxiqae | ![image.png](https://matrix.nixos.dev/_matrix/media/r0/thumbnail/matrix.org/FwcqUHlmFlmjokeXmpwqzXvi?height=360&method=scale&width=360) Download image.png | 13:53:51 |
tuxiqae | Running Niri (Wayland) | 13:53:57 |
K900 | Do you have xwayland | 13:54:25 |
tuxiqae | Just as instructed in the wiki:
{
programs.steam = {
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = false; # Open ports in the firewall for Source Dedicated Server
localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers
};
}
| 13:54:32 |
K900 | I feel like I remember something about niri not doing xwayland correctly | 13:54:44 |
tuxiqae | Should I? 😅 | 13:54:45 |
K900 | Or something | 13:54:46 |
K900 | Yes because Steam is X11 only | 13:55:04 |
rtjure | also 32bit support used to be needed | 13:55:30 |
Atemu | Yes | 13:57:01 |
Atemu | Steam is X11-only | 13:57:02 |
Atemu | And games typically are too | 13:57:03 |
Atemu | programs.steam.enable does that already | 13:57:33 |
SigmaSquadron | In reply to @atemu12:matrix.org And games typically are too Proton 10 will get wayland wine support, right? | 13:57:50 |
Atemu | It might? | 13:57:57 |
Atemu | We don't know until it's out | 13:58:03 |
K900 | In reply to @sigmasquadron:matrix.org Proton 10 will get wayland wine support, right? No | 13:58:13 |
tuxiqae | Trye | 13:58:13 |
tuxiqae | * True | 13:58:15 |
K900 | Well | 13:58:16 |
K900 | Maybe | 13:58:18 |
Atemu | But WINE wayland support was getting near the finish line last time I checked | 13:58:18 |
Atemu | I'd expect optional support but off by default | 13:58:30 |
K900 | But not guaranteed, and not going to matter anyway | 13:58:32 |
K900 | Because Steam itself is still stuck on X11 | 13:58:39 |
tuxiqae | Setting programs.xwayland.enable = true; didn't solve the issue | 13:59:36 |
Atemu | Are you sure it doesn't matter? Don't we want proper window presentation niceties? | 14:00:11 |