protonscr

Stop button does not work for proton games

steamclosed Steam clientProton
ValveSoftware/steam-for-linux#6689 · opened 2019-11-13 by XakepSDK · updated 2021-04-02 · 7 comments · github
XXakepSDK 2019-11-13 github

Your system information

  • Steam client version (build number or date): Nov 11 2019, at 22:23:52
  • Distribution (e.g. Ubuntu): Arch Linux
  • Opted into Steam client beta?: [Yes/No] Yes
  • Have you checked for system updates?: [Yes/No] Yes

Please describe your issue in as much detail as possible:

Stop button does not work for proton games

Steps for reproducing this issue:

  1. Start game with Proton
  2. Press stop button
RRenatoLopes771 2020-01-02 github

I can confirm this is still an issue.

Especially annoying since when I open a proton game and it doesn't work I got no other choice than to restart my system

Ffallenguru 2020-01-07 github

when I open a proton game and it doesn't work I got no other choice than to restart my system

Alt-tabbing out and killing it usually works for me, in these cases?

TTriMoon 2020-01-08 github

I can confirm this is also the case on Kubuntu 19.10

Kkrompus 2020-03-30 github

It would be great if the button worked, but for now I have a script bound to a keybind (Alt+Shift+F4), to kill all .exes:

#!/bin/bash
kill -9 `ps -ef | egrep '\.exe'|awk '{print $2}'`
Kkisak-valve maintainer 2021-02-26 github

Hello, is anyone still experiencing this issue on an up to date system? Most likely fixed by "Fix games not getting stopped via the 'Stop' button in the client UI (steam-for-linux#7435)" in the 2020-12-07 Steam client update.

XXakepSDK 2021-03-02 github

Works for me

Kkisak-valve maintainer 2021-04-02 github

Thanks for retesting, closing as fixed.

Nothing extracted yet.