Steam fails to launch

Fresh OS from latest image; Installed steam from myrlyn but it won’t launch - same with flatpak. LLM diagnosis gives me this:

"With openSUSE Tumbleweed 20260402, Steam RPM 1.0.0.85-2.2, and client 1773426488, the native client is crashing in steamui.so before it finishes bringing up the file system layer. filesystem_stdio.so is present and loadable, rpm -V is clean for Steam and the core 32-bit libs, and the usual native workarounds all still fail: STEAM_RUNTIME=0, LIBGL_DRI3_DISABLE=1, and SDL_VIDEODRIVER=wayland,x11. I also checked SELinux: it is enforcing, but selinux-policy-targeted-gaming is already installed and I didn’t find AVC denials pointing at Steam.

So the likely diagnosis is a current native Steam/Tumbleweed regression, not a broken install. The strongest evidence is the local coredump: Steam process 10500 died with SIGTRAP, and the top frame is inside steamui.so, after which Steam reports the generic Could not load module ‘bin/FileSystem_Steam.dll’. ".

Any ideas?

[2026-04-05 07:50:23] Steam logging initialized: directory: /home/cp.sound/.local/share/Steam/logs

[2026-04-05 07:50:23] [2026-04-05 07:50:23] ProcessNextMessage: socket disconnected
[2026-04-05 07:50:23] [2026-04-05 07:50:23] No more messages are expected - exiting
[2026-04-05 07:50:23] src/steamUI/Main.cpp (2374) : !"Fatal Error: Could not load module 'bin/FileSystem_Steam.dll'"
[2026-04-05 07:50:23] src/steamUI/Main.cpp (2374) : !"Fatal Error: Could not load module 'bin/FileSystem_Steam.dll'"
[2026-04-05 07:50:23] 04/05 07:50:23 Init: Installing breakpad exception handler for appid(steam)/version(1773426488)/tid(10793)
[2026-04-05 07:50:23] Error: For more information visit https://support.steampowered.com/kb_article.php?ref=9205-OZVN-0660
[2026-04-05 07:50:23] Using host zenity for message
[2026-04-05 07:50:23] assert_20260405075023_7.dmp[10809]: Uploading dump (out-of-process)
[2026-04-05 07:50:23] /tmp/dumps/assert_20260405075023_7.dmp
[2026-04-05 07:50:23] [2026-04-05 07:50:23] Shutdown

Stack trace of thread 10500:
#0  0x00000000f4ad636c n/a (steamui.so + 0x161536c)
#1  0x00000000568045ba n/a (/home/cp.sound/.local/share/Steam/ubuntu12_32/steam + 0x29a5ba)
#2  0x0000000056805964 n/a (/home/cp.sound/.local/share/Steam/ubuntu12_32/steam + 0x29b964)
#3  0x0000000056806525 n/a (/home/cp.sound/.local/share/Steam/ubuntu12_32/steam + 0x29c525)
#4  0x00000000f7bf9ee1 __libc_start_call_main (libc.so.6 + 0x26ee1)
#5  0x00000000f7bf9fb8 __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x26fb8)
#6  0x00000000567eb031 n/a (/home/cp.sound/.local/share/Steam/ubuntu12_32/steam + 0x281031)

This is no general error. So LLM is (as often) quite incorrect. No issues with native Steam and Nvidia on Tumbleweed here.

Thanks but it is strange that I’m freshly installed and having the error regardless of LLM’s diagnostic accuracy (Codex in vscode). 20260402 image. TW repo packages. I’ve not had issues in the past with Steam.

Not sure what else I could provide in order to help diagnose it. Thanks in advance for any help/ suggestions

fwiw: Same issue in freshly installed fedora, too. Installed the app from repo or flathub and I get the same launch error message.

As someone who uses Flatpaks for the overwhelming majority of my applications, it is highly unadvised to use Steam as a Flatpak. Not only is it not maintained by Valve, but they also actively discourage its use due to things like this, and many of Steam’s features not being able to work within it.

Consider using the system package for Steam.

Had you actually tried any troubleshooting instead of just following whatever a LLM said, you might have found a potential cause and something to test -

I think I’ve pinned it down. I reinstalled TW with a new account username - one WITHOUT a dot in it. That was the only difference.

Repo steam runs fine, now. Same steam version, OS version etc.

I had tried troubleshooting before turning to this forum. I hadn’t come accross the github link you posted.
I fixed it with trial and error, not LLM.

Thanks