protonscr

Steam does not start after first run

steamclosed Steam clientDistro Family: Ubuntu
ValveSoftware/steam-for-linux#7870 · opened 2021-06-18 by skroute · updated 2021-06-18 · 3 comments · github
Sskroute 2021-06-18 github

Your system information

Please describe your issue in as much detail as possible:

Describe what you expected should happen and what did happen. Please link any large code pastes as a Github Gist

What should happen

Steam client should start UI should show up when started (menu or command line)

What did happen

Steam starts properly on first install, but subsequent start attempts fail.

Steps for reproducing this issue:

  1. Clean prior steam install with: sudo rm -r .steam .steampath .steampid
  2. Install steam sudo apt install steam
  3. Connect to steam, UI pops up as expected, games can be installed and run.
  4. Close steam
  5. Start steam (GUI or CLI), UI does not show up and steam exits.

Attached below system information & steam logs

Steam Logs:
steam.clirun.txt
shader_log.txt
connection_log.txt
systemmanager.txt
content_log.txt
configstore_log.txt
cef_log.txt
cef_log.previous.txt
bootstrap_log.txt
controller.txt
appinfo_log.txt
timedtrial_log.txt
compat_log.txt
workshop_log.txt
cloud_log.txt
remote_connections.txt
parental_log.txt

Kkisak-valve maintainer 2021-06-18 github

Hello @skroute, your issue sounds like #7813, but the distro-modified Steam package is redirecting some of the terminal spew with key hints that would have helped you find that. Were you checking the "Remember password" box while testing?

The Steam client beta should have some fixes that might resolve your issue. You can try manually opting into the beta client with something like echo "publicbeta" > ~/.steam/steam/package/beta or reset the Steam client once again and select it from the Beta participation section of Steam's settings. Alternatively, you could give https://github.com/ValveSoftware/steam-for-linux/issues/7813#issuecomment-861475454 a try.

NNeurone 2021-06-18 github

Same error for me (Ubuntu 20.04, fresh install with apt works for the first time, login, save password, everything fine, close client, start client, steam exits without errors after STEAM_RUNTIME_HEAVY: ./steam-runtime-heavy).

I tried to disable the network and Steam starts and it works without problem in offline mode, so it seems related to to the automatic login attempt.

I tried the beta client as @kisak-valve suggested and it works like a charm.

Sskroute 2021-06-18 github

That's right, it looks like the client is working as intended when the "Remember password" is not ticked. Symptoms make it look like a duplicate of #7813 .

Thank you for the workaround and quick turnaround, I'll be using it until the fix make it to stable release.

Kind regards