runtime-snaps icon indicating copy to clipboard operation
runtime-snaps copied to clipboard

STEAM_RUNTIME is disabled by the user

Open izznogooood opened this issue 8 years ago • 4 comments

Steam Runtime and Steam Native runs fine.

[anders@idea ~]$ snap list
Name                     Version  Rev   Developer  Notes
core                     16-2.30  3748  canonical  core
linux-steam-integration  0.7.2    11    ikey       devmode
solus-runtime-gaming     3.0.0    11    ikey       base
[anders@idea ~]$ snap run linux-steam-integration
Repairing installation, linking /home/anders/snap/linux-steam-integration/11/.steam/steam to /home/anders/snap/linux-steam-integration/common/.local/share/Steam
Running Steam on Linux 4.14.13-1-ARCH 64-bit
STEAM_RUNTIME is disabled by the user
Installing breakpad exception handler for appid(steam)/version(0)
/home/anders/snap/linux-steam-integration/common/.local/share/Steam/steam.sh: line 713: 18735 Segmentation fault      (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
/home/anders/snap/linux-steam-integration/common/.local/share/Steam/steam.sh: line 444: no match: ssfn*
[anders@idea ~]$ 

izznogooood avatar Jan 16 '18 19:01 izznogooood

Make sure you have the appropriate host support. That message is not the actual error. Also ensure you have 32-bit drivers available. Lastly, make sure you have a recent version of snapd (2.30 minimum)

ikeydoherty avatar Jan 16 '18 19:01 ikeydoherty

"Make sure you have the appropriate host support" I'm not sure what you mean by that...

"That message is not the actual error." I guessed as much, know where I can find the real one? ;)

"Also ensure you have 32-bit drivers available. Lastly, make sure you have a recent version of snapd (2.30 minimum)" Check, check:

[anders@idea ~]$ snap --version
snap      2.30
snapd     2.30
series    16
antergos  
kernel    4.14.13-1-ARCH

izznogooood avatar Jan 16 '18 21:01 izznogooood

I recently started getting the same issue, haven't figured out whats up yet.

johnandersen777 avatar Oct 02 '19 14:10 johnandersen777

Might have ran into the same issue on Arch. For me, it was resolved by disabling "Use native runtime" as suggested here.

My logs before resolution,

$ snap run linux-steam-integration
Running Steam on Linux 5.5.13-arch1-1 64-bit
STEAM_RUNTIME is disabled by the user
/home/lahmanja/snap/linux-steam-integration/common/.local/share/Steam/ubuntu12_32/steam
Installing breakpad exception handler for appid(steam)/version(1585264767)
Installing breakpad exception handler for appid(steam)/version(1585264767)
Installing breakpad exception handler for appid(steam)/version(1585264767)
Failed to load steamui.so - dlerror(): /home/lahmanja/snap/linux-steam-integration/common/.local/share/Steam/ubuntu12_32/steamui.so: undefined symbol: SDL_RWclose
Installing breakpad exception handler for appid(steam)/version(1585264767)
Installing breakpad exception handler for appid(steam)/version(1585264767)
[2020-03-28 17:17:21] Startup - updater built Mar 26 2020 22:45:57
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2020-03-28 17:17:21] Checking for update on startup
[2020-03-28 17:17:21] Checking for available updates...
[2020-03-28 17:17:21] Downloading manifest: client-download.steampowered.com/client/steam_client_ubuntu12
[2020-03-28 17:17:22] Download skipped: /client/steam_client_ubuntu12 version 1585264767, installed version 1585264767
[2020-03-28 17:17:22] Nothing to do
[2020-03-28 17:17:22] Verifying installation...
[2020-03-28 17:17:22] Performing checksum verification of executable files
[2020-03-28 17:17:23] Verification complete
[2020-03-28 17:17:25] Shutdown

jmelahman avatar Mar 29 '20 00:03 jmelahman