Glam Prestige Journal

Bright entertainment trends with youth appeal.

*** EDIT ***

This question is out of date. None of the provided solutions worked for me. In the meanwhile, both Ubuntu and Steam got their updates and everything is working as expected now. If you are here with the same issue, try updating your software.

*** END EDIT ***

I've used the pre-release Ubuntu 22.04 with Steam Play and experienced no issue. Now that I've reinstalled my computer with the official Ubuntu 22.04 release, I cannot get Steam Play to work anymore. Unsupported titles won't run anymore, both with the experimental Proton as with previous versions of Proton.

I get the feeling I'm missing some packages or something but I wouldn't know what since I'm not getting any errors. I wouldn't know where to start with this issue ... any help would be greatly appreciated.

I've installed steam from the .deb file downloaded from steampowered.com

--EDIT-- Following the suggestion, here's the output when I launch a game that's not supported, but used to work in the beta:

Could not connect to X session manager: None of the authentication protocols specified are supported
Could not connect to X session manager: None of the authentication protocols specified are supported
GameAction [AppID 436150, ActionID 3] : LaunchApp changed task to ProcessingInstallScript with ""
GameAction [AppID 436150, ActionID 3] : LaunchApp changed task to SiteLicenseSeatCheckout with ""
GameAction [AppID 436150, ActionID 3] : LaunchApp changed task to CreatingProcess with ""
GameAction [AppID 436150, ActionID 3] : LaunchApp waiting for user response to CreatingProcess ""
GameAction [AppID 436150, ActionID 3] : LaunchApp continues with user response "CreatingProcess"
/bin/sh\0-c\0/home/jan/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=436150 -- '/home/jan/.local/share/Steam/steamapps/common/SteamLinuxRuntime_soldier'/_v2-entry-point --verb=waitforexitandrun -- '/home/jan/.local/share/Steam/steamapps/common/Proton - Experimental'/proton waitforexitandrun '/media/CT1000MX/SteamLibrary/steamapps/common/Governor of poker 3/GOP3.exe'\0
Game process added : AppID 436150 "/home/jan/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=436150 -- '/home/jan/.local/share/Steam/steamapps/common/SteamLinuxRuntime_soldier'/_v2-entry-point --verb=waitforexitandrun -- '/home/jan/.local/share/Steam/steamapps/common/Proton - Experimental'/proton waitforexitandrun '/media/CT1000MX/SteamLibrary/steamapps/common/Governor of poker 3/GOP3.exe'", ProcID 63981, IP 0.0.0.0:0
chdir /media/CT1000MX/SteamLibrary/steamapps/common/Governor of poker 3
ERROR: ld.so: object '/home/jan/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/jan/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/jan/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/jan/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/jan/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
GameAction [AppID 436150, ActionID 3] : LaunchApp changed task to WaitingGameWindow with ""
pid 63986 != 63983, skipping destruction (fork without exec?)
GameAction [AppID 436150, ActionID 3] : LaunchApp changed task to Completed with ""
Proton: Upgrading prefix from None to 7.0-100 (/media/CT1000MX/SteamLibrary/steamapps/compatdata/436150/)
Traceback (most recent call last): File "/home/jan/.local/share/Steam/steamapps/common/Proton - Experimental/proton", line 1467, in <module> g_session.init_session(sys.argv[1] != "runinprefix") File "/home/jan/.local/share/Steam/steamapps/common/Proton - Experimental/proton", line 1269, in init_session g_compatdata.setup_prefix() File "/home/jan/.local/share/Steam/steamapps/common/Proton - Experimental/proton", line 790, in setup_prefix os.symlink("../drive_c", self.prefix_dir + "/dosdevices/c:")
OSError: [Errno 22] Invalid argument: '../drive_c' -> '/media/CT1000MX/SteamLibrary/steamapps/compatdata/436150/pfx//dosdevices/c:'
Game process removed: AppID 436150 "/home/jan/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=436150 -- '/home/jan/.local/share/Steam/steamapps/common/SteamLinuxRuntime_soldier'/_v2-entry-point --verb=waitforexitandrun -- '/home/jan/.local/share/Steam/steamapps/common/Proton - Experimental'/proton waitforexitandrun '/media/CT1000MX/SteamLibrary/steamapps/common/Governor of poker 3/GOP3.exe'", ProcID 63981
ThreadGetProcessExitCode: no such process 64165
ThreadGetProcessExitCode: no such process 64164
ThreadGetProcessExitCode: no such process 64163
ThreadGetProcessExitCode: no such process 63984
ThreadGetProcessExitCode: no such process 63983
ThreadGetProcessExitCode: no such process 63982
Uploaded AppInterfaceStats to Steam
5

3 Answers

at the moment, the only way I can get Steam to work on my amd ubuntu 22.04 is to install it from flatpak.

Oddly, I had the same issue you had and I just added the multiverse repository through the following command and Steam started to detect network and work again:

sudo add-apt-repository multiverse

I did not install any new package after the command above nor the apt update/upgrade pair installed something. Steam just worked after several attempts to run it. May be just coincidence or maybe it fixed something.

1

You will solve this by editing the file /usr/share/applications/steam.desktop, on line 38 change "true" to "false", save, restart and try to run.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy