Trying to launch the steam client, and it immediately crashes with no error messages from the UI.
When I launch it from the the terminal, I get:
❯ steam
steam.sh[8430]: Running Steam on endeavouros rolling 64-bit
steam.sh[8430]: STEAM_RUNTIME is enabled automatically
setup.sh[8502]: Steam runtime environment up-to-date!
steam.sh[8430]: Can't find 'steam-runtime-check-requirements', continuing anyway
[2022-12-24 20:47:26] Startup - updater built Jun 7 2022 03:18:19
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
Installing breakpad exception handler for appid(steam)/version(0)
crash_20221224204726_2.dmp[8546]: Uploading dump (out-of-process)
/tmp/dumps/crash_20221224204726_2.dmp
crash_20221224204726_2.dmp[8546]: Finished uploading minidump (out-of-process): success = yes
crash_20221224204726_2.dmp[8546]: response: CrashID=bp-71bced23-6f5b-40e4-a0af-709192221224
crash_20221224204726_2.dmp[8546]: file ''/tmp/dumps/crash_20221224204726_2.dmp'', upload yes: ''CrashID=bp-71bced23-6f5b-40e4-a0af-709192221224''
/home/ptrsdwski/.local/share/Steam/steam.sh: line 794: 8543 Segmentation fault (core dumped) "$STEAMROOT/$STEAMEXEPATH" "$@"
When I run it using gdb, I get something a bit more helpful, which is
Program received signal SIGSEGV, Segmentation fault.
0xee01e051 in llvm::orc::ELFNixPlatform::notifyRemoving(llvm::orc::ResourceTracker&) () from /usr/lib32/libLLVM-14.so
I’ve tried reinstalling steam, I tried updating my locale from the arch wiki for steam troubleshooting, I’ve seen a few things about nvidia drivers causing issues, however I’m on a thinkpad t480, which uses an integrated Intel GPU, so I don’t think that applies.
Thanks for taking a glance, but these are mentioning the nvidia drivers as the main issue. If I’m using an integrated Intel GPU, that wouldn’t be relevant, right?
Looks like I’m getting this from that. Looks like I mistyped the command that I used in the last part of the initial post.
Program received signal SIGSEGV, Segmentation fault.
0xee01e051 in llvm::orc::ELFNixPlatform::notifyRemoving(llvm::orc::ResourceTracker&) () from /usr/lib32/libLLVM-14.so
So now we have pinpointed which package is causing the error. I guess the next step would be to check steam’s dependencies and see if the version of that package currently installed on your system matches the version required by steam?