lutris / lutris

Lutris desktop client
https://lutris.net
GNU General Public License v3.0
7.73k stars 682 forks source link

Game not starting correctly without using terminal #3543

Closed TheNyneR closed 3 years ago

TheNyneR commented 3 years ago

Hello everyone,

I’m trying to get the game “Starsector” to work. When I run Lutris via Terminal with lutris -d the game starts and all assets are loaded correctly. When I run the game options in a terminal it also works. However when I just execute Lutris the game itself starts but it can not load the needed assets. I can not exit the game and have to kill it with a SIGTERM, while I have to kill the lutris wrapper with SIGKILL.

Here are some system info and the log of the game: Lutris issue report Starsector log

TheLostWanderer commented 3 years ago

Hey

I get a similar problem with HorizonZeroDown. The difference is game only launches if I start lutris with lutris -d in terminal and then launch the game or with directly launching the game from the terminal (using lutris lutris:rungameid/ID). Other than that, it just fails.

Lutris game logs when failing Lutris game logs when launching the game

TheNyneR commented 3 years ago

Found out what it was for me. I'm using Sway on Wayland and was practically starting Lutris with lutris | xargs swaymsg exec --. Somehow this broke the game as well as the download functionality in Lutris itself (BrokenPipeError Errno 32).