ValveSoftware / steam-for-linux

Issue tracking for the Steam for Linux beta client
4.24k stars 175 forks source link

Some games don't start (The Binding of Isaac: Afterbirth+, Sid Meier's Civilization V) #6233

Open azat-io opened 5 years ago

azat-io commented 5 years ago

Your system information

The problem

Could you help me please with my problem

When I'm trying to start The Binding of Isaac: Afterbirth+, I'm getting the following message:

GameAction [AppID 250900, ActionID 1] : LaunchApp changed task to ProcessingInstallScript with ""
GameAction [AppID 250900, ActionID 1] : LaunchApp changed task to SynchronizingCloud with ""
GameAction [AppID 250900, ActionID 1] : LaunchApp changed task to ProcessingShaderCache with ""
GameAction [AppID 250900, ActionID 1] : LaunchApp changed task to SiteLicenseSeatCheckout with ""
GameAction [AppID 250900, ActionID 1] : LaunchApp changed task to CreatingProcess with ""
GameAction [AppID 250900, ActionID 1] : LaunchApp waiting for user response to CreatingProcess ""
GameAction [AppID 250900, ActionID 1] : LaunchApp continues with user response "CreatingProcess"
Opted-in Controller Mask for AppId 250900: 0
Game update: AppID 250900 "", ProcID 21346, IP 0.0.0.0:0
ERROR: ld.so: object '/home/azat/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/azat/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/azat/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Starting app 250900
Installing breakpad exception handler for appid(steam)/version(1555457005)
>>> Adding process 21346 for game ID 250900
GameAction [AppID 250900, ActionID 1] : LaunchApp changed task to WaitingGameWindow with ""
>>> Adding process 21347 for game ID 250900
GameAction [AppID 250900, ActionID 1] : LaunchApp changed task to Completed with ""
Game update: AppID 250900 "", ProcID 21347, IP 0.0.0.0:0
Game update: AppID 250900 "", ProcID 21347, IP 0.0.0.0:0
Setting breakpad minidump AppID = 250900
Steam_SetMinidumpSteamID:  Caching Steam ID:  76561198250013890 [API loaded no]
ERROR: ld.so: object '/home/azat/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/azat/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Installing breakpad exception handler for appid(gameoverlayui)/version(20190416210217)
Installing breakpad exception handler for appid(gameoverlayui)/version(1.0)
JS method call SharedConnection.SendMsgAndAwaitResponse with 3 arguments
Installing breakpad exception handler for appid(gameoverlayui)/version(1.0)
>>> Adding process 21352 for game ID 250900
[0421/185324.271856:INFO:crash_reporting.cc(265)] Crash reporting enabled for process: renderer
Installing breakpad exception handler for appid(gameoverlayui)/version(1.0)
JS method call WebChat.GetOverlayChatBrowserInfo with 1 arguments
JS method call Storage.SetString with 3 arguments
Game removed: AppID 250900 "", ProcID 21347 
Exiting app 250900
No cached sticky mapping in ActivateActionSet.JS method call WebChat.GetOverlayChatBrowserInfo with 1 arguments
JS method call Storage.SetString with 3 arguments

When I'm trying to start Sid Meier's Civilization V:

GameAction [AppID 8930, ActionID 2] : LaunchApp changed task to ProcessingInstallScript with ""
GameAction [AppID 8930, ActionID 2] : LaunchApp changed task to SynchronizingCloud with ""
GameAction [AppID 8930, ActionID 2] : LaunchApp changed task to ProcessingShaderCache with ""
GameAction [AppID 8930, ActionID 2] : LaunchApp changed task to SiteLicenseSeatCheckout with ""
GameAction [AppID 8930, ActionID 2] : LaunchApp changed task to CreatingProcess with ""
GameAction [AppID 8930, ActionID 2] : LaunchApp waiting for user response to CreatingProcess ""
GameAction [AppID 8930, ActionID 2] : LaunchApp continues with user response "CreatingProcess"
Opted-in Controller Mask for AppId 8930: 0
Game update: AppID 8930 "", ProcID 21397, IP 0.0.0.0:0
ERROR: ld.so: object '/home/azat/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/azat/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
Starting app 8930
>>> Adding process 21397 for game ID 8930
GameAction [AppID 8930, ActionID 2] : LaunchApp changed task to WaitingGameWindow with ""
>>> Adding process 21398 for game ID 8930
GameAction [AppID 8930, ActionID 2] : LaunchApp changed task to Completed with ""
Game update: AppID 8930 "", ProcID 21398, IP 0.0.0.0:0
Setting breakpad minidump AppID = 8930
Steam_SetMinidumpSteamID:  Caching Steam ID:  76561198250013890 [API loaded no]
JS method call SharedConnection.SendMsgAndAwaitResponse with 3 arguments
Installing breakpad exception handler for appid(gameoverlayui)/version(20190416210217)
Installing breakpad exception handler for appid(gameoverlayui)/version(1.0)
Installing breakpad exception handler for appid(gameoverlayui)/version(1.0)
[0421/185505.570802:INFO:crash_reporting.cc(265)] Crash reporting enabled for process: renderer
Installing breakpad exception handler for appid(gameoverlayui)/version(1.0)
JS method call WebChat.GetOverlayChatBrowserInfo with 1 arguments
JS method call Storage.SetString with 3 arguments
Game removed: AppID 8930 "", ProcID 21398 
Exiting app 8930
No cached sticky mapping in ActivateActionSet.JS method call WebChat.GetOverlayChatBrowserInfo with 1 arguments
JS method call Storage.SetString with 3 arguments

What's wrong? What should I do to resolve this problem?

kisak-valve commented 5 years ago

Hello @azat-io, for Civ 5, you'll want to give https://wiki.archlinux.org/index.php/Steam/Game-specific_troubleshooting#Civilization_V a read.

azat-io commented 5 years ago

@kisak-valve Wow. Thank you. running Civilization V with LD_PRELOAD=/usr/lib32/libopenal.so.1 steam works. Any ideas about The Binding of Isaac?

kisak-valve commented 5 years ago

There's some suggestions in this thread that might be worth trying, in particular https://steamcommunity.com/app/250900/discussions/0/133256240741213021/?ctp=4#c133258092236470196, but beyond that it looks like a game bug that should be reported to the game's dev.

azat-io commented 5 years ago

Any progress about Isaac?