We've seen similar issues before (ValveSoftware/steam-runtime#349). The arguments parsing in steam-runtime-launch-client probably needs to flag some more arguments as G_OPTION_ARG_FILENAME or G_OPTION_FLAG_FILENAME.
Thanks for providing a concrete example of a game-ID that triggers this - that will make it a lot easier to reproduce!
It's not just emoji, any non-ASCII will probably cause this. Last time we had similar issues, it was Everspace 2, which installs into steamapps/common/EVERSPACE™ 2.
We do advise against non-ASCII installation folders but for pre-existing games it's too late to change this.
Tracked as steamrt/tasks#1003 internally.
The arguments parsing in steam-runtime-launch-client probably needs to flag some more arguments as
G_OPTION_ARG_FILENAMEorG_OPTION_FLAG_FILENAME.
Yes, it was this.
Games that install into non-ASCII folders should work as intended since the 2026-05-13 public beta.
Retested with 2026-05-15 beta client - the problem is fixed.
Closing as resolved.
Nothing extracted yet.
Your system information
Just tried to run game with id 4414250. It has a native build.
Expected result: starts fine
Actual result: immediate exit (PLAY button turns back green after 0.5 second after pressing it). Enforcing Proton usage instead of native build didn't change anything.
Opening steam from terminal shows that after pressing "Play" button the following output occures:
It turnes out that name of this game folder in steamapps ends with emoji and it seems that Steam RT3 launching system has problems with it.
As a first workaround try I created a
launch.shin the games folder and added it as "non-steam game". Didn't help, same behaviour.But when I adjusted the .sh launcher and placed it one level upper - directly in the
steamapps/commonfolder and adding this launcher as "non-steam game" - the issue immediately resolves, game launches fine. So I think that it really depends on having emoji in folder nameHere is an example of the workaround script - that resides in the normal folder without emojies and cd's to problematically named folder during execution