Steam refuses to start (Segmentation fault)
Decided to finally use Artix as I have been an Arch user for awhile. Went through the migration process smoothly, and didn't have any troubles until I went to try and start Steam. It just refuses to launch.
➜ ~ steam-runtime
Running Steam on artix rolling 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Can't find 'steam-runtime-check-requirements', continuing anyway
WARNING: Using default/fallback debugger launch
/home/nick/.local/share/Steam/ubuntu12_32/steam
[2021-04-11 16:22:34] Startup - updater built Mar 23 2021 20:11:00
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
Installing breakpad exception handler for appid(steam)/version(0)
crash_20210411162234_1.dmp[4838]: Uploading dump (out-of-process)
/tmp/dumps/crash_20210411162234_1.dmp
/home/nick/.local/share/Steam/steam.sh: line 771: 4825 Segmentation fault $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
crash_20210411162234_1.dmp[4838]: Finished uploading minidump (out-of-process): success = yes
crash_20210411162234_1.dmp[4838]: response: CrashID=bp-18597ce8-1492-4c1e-8cea-fecd92210411
crash_20210411162234_1.dmp[4838]: file ''/tmp/dumps/crash_20210411162234_1.dmp'', upload yes: ''CrashID=bp-18597ce8-1492-4c1e-8cea-fecd92210411''
I'm not entirely sure what the issue is. I have Multilib and lib32 enabled as I had before (already updated pacman.conf), reinstalled steam and even cleared caches packages. No difference in native or runtime. I am guessing the failing to find file is the issue, but I'm not entirely sure how to fix it. The Segmentation fault seems to be from starting the debugger, since checking the script shows line 771 being the end of many if's about the debugger variable.
I cleared my ~/.local/share/Steam and ~/.steam (besides installed games). Couldn't find anything else where and even looked through this forum. I'm using runit if that matters with AMD graphics.
Any help would be appreciated.