Hi!
I have a couple of steam games for linux that I’d like to launch with lutris. I successfully added them to lutris library but when I try to start them, I get a “Required runner unavailable” popup message, which asks me if I want to install such missing runner.
Even if I click “yes”, nothing happens.
If I right-click on a steam game > then “configure” > then “install runners” > hence try to install the steam runner, nothing happens.
I tried to launch lutris from a terminal, and this is what I get:
$ lutris
2020-01-22 09:34:54,400: Running Lutris 0.5.3
2020-01-22 09:34:54,400: Using Intel Open Source Technology Center
2020-01-22 09:34:54,400: Running Mesa driver 19.2.8 on Mesa DRI Intel(R) HD Graphics 620 (Kaby Lake GT2) (0x5916)
2020-01-22 09:34:54,400: GPU: 8086:5916 1028:075B using i915 drivers
2020-01-22 09:34:54,469: Vulkan is supported
2020-01-22 09:34:54,470: Updating DXVK versions
2020-01-22 09:34:54,693: Connected to lutris.net as amivaleo
2020-01-22 09:34:55,381: Updating D9VK versions
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/lutris/gui/lutriswindow.py", line 549, in on_game_activated
self.application.launch(game)
File "/usr/lib/python3.7/site-packages/lutris/gui/application.py", line 343, in launch
game.play()
File "/usr/lib/python3.7/site-packages/lutris/game.py", line 271, in play
if not self.prelaunch():
File "/usr/lib/python3.7/site-packages/lutris/game.py", line 244, in prelaunch
installed = self.runner.install_dialog()
File "/usr/lib/python3.7/site-packages/lutris/runners/runner.py", line 268, in install_dialog
self.install(downloader=simple_downloader)
File "/usr/lib/python3.7/site-packages/lutris/runners/steam.py", line 270, in install
"Steam for Linux installation is not handled by Lutris.\n"
lutris.runners.NonInstallableRunnerError: Steam for Linux installation is not handled by Lutris.
Please go to <a href='http://steampowered.com'>http://steampowered.com</a> or install Steam with the package provided by your distribution.
It tells me that I have to install Steam. Of course, it’s already installed…
I use Fedora 31, and Steam is installed using flatpak.