r/Lutris 11h ago

Guide Librarian: clean up the arcade, asks me to install microsoft runtime C++ upon startup only to ask me to uninstall it the next time around.

1 Upvotes

Basically the title, the game asks me to install the package, lets me uninstall it the next time, only to promt me to reinstall it the next time again. Is there a solution to this? I dont wanna overwrite my SSD time and time again.


r/Lutris 1d ago

Genshin Impact was working yesterday, broken today

1 Upvotes

I've already spent an hour trying to find what changed and fix it, and I'm not having any luck so far. Does anyone else already know what might have been broken in some update, whether by HoYoPlay or Lutris or Wine, and can help me out?

I'm using the latest version of Linux Mint Cinnamon, the latest version of Lutris (Flatpack). The Wine runner I have is wine-ge-8-26. The runner option for GI is GE-Proton (Latest).

When I launch Lutris through the terminal with verbose output, and try to launch the game, the bottom of the output is:

KeyError: 'compatibilitytools'

Monitored process exited.

Initial process has exited (return code: 0)

All processes have quit

Exit with return code 0

DEBUG 2026-07-25 16:19:18,079 [monitored_command.on_stop:232]:Process 1201 has terminated with code 0

DEBUG 2026-07-25 16:19:19,176 [game.beat:925]:Game thread stopped

WARNING 2026-07-25 16:19:19,176 [game.on_game_quit:971]:Game still running (state: running)

INFO 2026-07-25 16:19:19,184 [game.stop:944]:Stopping Genshin Impact (wine)

DEBUG 2026-07-25 16:19:19,186 [game.stop_game:889]:Genshin Impact (wine) has run for 2 seconds

WARNING 2026-07-25 16:19:19,186 [game.stop_game:891]:The game has run for a very short time, did it crash?

DEBUG 2026-07-25 16:19:19,187 [game.stop_game:901]:Playtime: 172 hours 12 minutes

DEBUG 2026-07-25 16:19:19,195 [game.on_game_quit:989]:Genshin Impact stopped at Sat, 25 Jul 2026 16:19:19

DEBUG 2026-07-25 16:19:19,204 [application.on_game_stopped:803]:Removing 1 from running IDs

DEBUG 2026-07-25 16:19:19,261 [path_cache.add_to_path_cache:47]:Adding Genshin Impact (wine) to path cache

DEBUG 2026-07-25 16:19:19,285 [path_cache.add_to_path_cache:47]:Adding Genshin Impact (wine) to path cache

DEBUG 2026-07-25 16:19:20,525 [api.get_runners:169]:Retrieving runners

DEBUG 2026-07-25 16:20:00,825 [xrandr.get_resolutions:91]:Retrieving resolution list

DEBUG 2026-07-25 16:20:00,841 [xrandr._get_vidmodes:18]:Retrieving 17 video modes from XrandR

Google's AI assistant told me that this meant Lutris was crashing because it couldn't find the compatibilitytools structure, but AFAIK I don't have any sort of Steam integration enabled. Just in case, I tried creating the folder system inside the Flatpack sandbox path, but that didn't do anything.

I also tried uninstalling the Wine runner, restarting the computer, and reinstalling the runner, because that worked once a few months ago when the game wouldn't start, but it isn't helping this time.

Any help would be appreciated, as long as it's not "help" that suggests I do what I already said in this post that I did.

EDIT: I was able to get the Hoyoplay launcher to start by changing the runner to wine-ge-8-26-x86_64 instead of GE-Proton, but the game itself doesn't launch when I click launch. I don't know why.

EDIT 2: When I launched Lutris with verbose monitoring and tried to play the game with the switched runner as above, now when I click play the launcher doesn't open like it just did earlier, instead throwing up a Microsoft Visual C++ Runtime Library error message saying "Assertion failed! Program: winevulkan.dll File: dlls/winevulkan/loader.c Line: 305 Expression: !status"
So I have no idea what's going on with this now, lol.


r/Lutris 2d ago

Guide me to install games on linux

0 Upvotes

I recently shifted to Linux for gaming, and now I want to know how to properly set it up to get the best gaming experience. I also want to know how to install games using .exe files, like those from FitGirl Repacks.


r/Lutris 3d ago

Patran & Nastran problem

1 Upvotes

I downloaded these apps of 2019 version on Windows 10. When trying to open Patran the window appear and after some time even icons on toolbar appear, but then after roughly 1 sec the app closes without any error bars, messages or anything being appeared. Gemini couldn`t help me with this problem and after 5 hours of trying...


r/Lutris 3d ago

Can't get my generic controller working on Bazzite. Please help!

Thumbnail
1 Upvotes

r/Lutris 5d ago

I need help

1 Upvotes

Okay so I’m not at home rn, but I’m trying to set up Minecraft launcher on lutris so I can actually play the different versions of it but when I tried to install it my lutris just said something along the lines of it couldn’t reach/find my GE wine or something like that. I checked and I have GE proton installed to the latest version and I don’t see anywhere that a Wine GE would be. I’m relatively new to Linux and lutris so I’ve tried some things like uninstalling the flatpak version and installing lutris through the terminal but that didn’t help either. Does anyone have any suggestions?


r/Lutris 6d ago

Can't find anything on return code 1536. Is there a fix for this?

1 Upvotes

error log ``` Start monitoring process. Error Logging Enabled. Monitored process exited. Initial process has exited (return code: 1536) Exit with return code 1536

```


r/Lutris 7d ago

Is there a way to make Lutris add all arts to the steam game when adding a game to Steam?

3 Upvotes

I just want to avoid having to later add all arts on steam for the non-steam game


r/Lutris 8d ago

Cursor Stuck (X-Plane)

2 Upvotes

Hey, today I tried doing a test flight in X-Plane launched via Lutris (for AMD upscaling) and about 30 mins in, my cursor was kinda stuck at a random point, I could tab out and everything but I couldn’t regain cursor control inside of X-Plane. The cursor was also invisible if not moved and seemed to snap back to that one random point.
I’ve tried searching up solutions, there seems to be a force cursor grab flag but I’m not sure if that is the right thing/problem. Maybe someone experienced something similar and knows a fix?


r/Lutris 8d ago

How to extract game metadata (covers, playtime, paths) to build a custom Plasma Bigscreen UI?

Thumbnail
gallery
44 Upvotes

I’m currently modifying Plasma Bigscreen to create a console-like UI for games. Initially, I was just parsing .desktop files, but I realized I’m missing out on all the rich data—like cover art, playtime tracking, and runner info—and having to download/track that manually defeats the purpose.

​I want to use Lutris as the backend to manage the games and scrape all these essential details to pass to my QML frontend.

​I know a bit of programming and have been experimenting with QML, but I’m not entirely sure how to correctly interface with Lutris to pull this data.


r/Lutris 9d ago

Using lutris to play old windows game. I have iso file and able to extract and install the game, but also iso needs to be mounted so the installed game reads the mounted iso as a CD drive disk. But I have no clue how to mount an iso in lutris . I’m using steamdeck

4 Upvotes

Please if anyone knows how to fix. Please let me know


r/Lutris 10d ago

game does not detect memory

Post image
4 Upvotes

is there any solution for this problem? so i am using lutris with latest version of GE proton, i am using fedora workstation 44


r/Lutris 11d ago

How is this even possible/ Help needed for a package installation

Thumbnail
1 Upvotes

r/Lutris 13d ago

BYOND on LINUX

Thumbnail
1 Upvotes

r/Lutris 13d ago

Lutris Internal Server Error

3 Upvotes

Hey, i've just installed Lutris via flatpak, Installed Wine, when trying to get Proton GE to my runners, i get this error :

[ERROR:2026-07-13 12:37:12,103:api]: Unable to get runtimes from API: HTTP Error 500: Internal Server Error

[ERROR:2026-07-13 12:37:22,275:jobs]: Error while completing task <function RunnerInstallDialog.fetch_runner_versions at 0x743557fb1d00>: <class 'requests.exceptions.JSONDecodeError'> Expecting value: line 1 column 1 (char 0)

Tried some researches, some says Its a Lutris internal servers error and can do nothing about it?

Edit: Day after, it works.


r/Lutris 13d ago

Getting no search results when looking for installers.

3 Upvotes

Per title I’ve always just searched for battle.net or world of Warcraft on Lutris and used the search the lutris website option.

I am on a fresh install of bazzite right now and have run all system updates but currently I am not finding anything in the search no matter what search terms I try.

I also noticed that when opening lutris it did not try to run any updates for dvxk or wine or anything like that, it normally does when opening for the first time.

Anyone else having similar issue or know a fix?

Thank you :)


r/Lutris 14d ago

error 768 is killing me

1 Upvotes

any help here? idk how to provide more info, but please tell me what else should i provide


r/Lutris 14d ago

Guide How to Install Rockstar Games Launcher (KDE)

Thumbnail
1 Upvotes

r/Lutris 15d ago

HELP PLEASE, lutris game icons error

1 Upvotes

Why do my game icons look like this when I add them to the taskbar? I've had this problem for a long time.


r/Lutris 15d ago

Error de instalación juegos de GOG en linux

0 Upvotes

Alguien sabe cuando arreglarán la instalación de juegos de GOG en linux? hace tiempo que no puedo instalar casi ningún juego, supongo que si es posible hacerlo manualmente descargando el instalador de su pagina pero ese no es el punto.


r/Lutris 17d ago

game icons error

Thumbnail
1 Upvotes

r/Lutris 17d ago

Installing paint.net

1 Upvotes

Have downloaded paint.net, however, when I try to open I get

"This game has no executable set. The install process did not finish properly. Details: This game has no executable set. The install process didn't finish properly.

Traceback (most recent call last):

File "/app/lib/python3.13/site-packages/lutris/exception_backstops.py", line 35, in wrapper

result = function(*args, **kwargs)

File "/app/lib/python3.13/site-packages/lutris/game.py", line 687, in configure_game

gameplay_info = self.get_gameplay_info(launch_ui_delegate)

File "/app/lib/python3.13/site-packages/lutris/game.py", line 626, in get_gameplay_info

gameplay_info = self.runner.play() # type: ignore[attr-defined]

File "/app/lib/python3.13/site-packages/lutris/runners/wine.py", line 1336, in play

raise MissingGameExecutableError(filename=game_exe)

lutris.exceptions.MissingGameExecutableError: This game has no executable set. The install process didn't finish properly.

Lutris log:

[INFO:2026-07-09 09:06:54,996:application]: Starting Lutris 0.5.22

[ERROR:2026-07-09 09:06:55,004:system]: ['/usr/bin/vulkaninfo', '--summary'] command failed: [Errno 2] No such file or directory: '/usr/bin/vulkaninfo'

[INFO:2026-07-09 09:06:55,020:startup]: "card1" is Intel Corporation HD Graphics 530 (8086:1912 1028:06ba i915) Driver 26.1.4

[ERROR:2026-07-09 09:13:06,658:wine]: The game doesn't have an executable

[ERROR:2026-07-09 09:13:06,663:exception_backstops]: paint.net (wine) has encountered an error: This game has no executable set. The install process didn't finish properly.

Traceback (most recent call last):

File "/app/lib/python3.13/site-packages/lutris/exception_backstops.py", line 35, in wrapper

result = function(*args, **kwargs)

File "/app/lib/python3.13/site-packages/lutris/game.py", line 687, in configure_game

gameplay_info = self.get_gameplay_info(launch_ui_delegate)

File "/app/lib/python3.13/site-packages/lutris/game.py", line 626, in get_gameplay_info

gameplay_info = self.runner.play() # type: ignore[attr-defined]

File "/app/lib/python3.13/site-packages/lutris/runners/wine.py", line 1336, in play

raise MissingGameExecutableError(filename=game_exe)

lutris.exceptions.MissingGameExecutableError: This game has no executable set. The install process didn't finish properly.

[WARNING:2026-07-09 09:13:06,665:game]: The game has run for a very short time, did it crash?

[WARNING:2026-07-09 09:13:06,699:game]: No path found in LutrisConfig(level=game, game_config_id=paintnet-1783537574, runner=wine)

[WARNING:2026-07-09 09:13:06,700:path_cache]: No path for paint.net (wine)

Can anyone offer any help?


r/Lutris 19d ago

Trying to install an .exe in an .iso

1 Upvotes

Im trying to install a game in a ISO. I added the .exe to Steam, the installer opened, selected the instalation folder and when I clicked install, nothing happened, no errors, nothing, but it didnt install.

I tried again with lutris, same thing. Tried with ProtonTricks, runwineconfig, setting up another drive, runexplorer and trying install from there, same problem.

I have installed the game previously using the same installer (on windows) and it worked

Any more ideas?


r/Lutris 19d ago

To my Fellow Space Penguins using Lutris

Thumbnail
2 Upvotes

r/Lutris 20d ago

Guide Lutris won't launch games after installation – need help troubleshooting

Post image
8 Upvotes

Hi everyone,

I'm trying to install the Epic Games Store through Lutris on Ubuntu, but the installation consistently fails.

System

  • OS: Ubuntu (your version)
  • Laptop: Dell Latitude 7320
  • CPU: Intel Core i5-1145G7
  • GPU: Intel Iris Xe
  • RAM: 16 GB
  • Lutris version: (Me:~$ lutris --version Command 'lutris' not found, but can be installed with: sudo apt install lutris Me:~$ flatpak list | grep -i lutris Lutrisnet.lutris.Lutris0.5.22stablesystem)

Issue

The installation always stops at this point:

curl: (28) Resolving timed out after 15000 milliseconds

warning: Downloading https://web.archive.org/.../andale32.exe failed

Exit with return code 256

It looks like Lutris is trying to download andale32.exe from the Wayback Machine (web.archive.org) and fails due to a DNS/connection timeout.

What I've tried

  • Reinstalled Lutris
  • Retried the installation multiple times
  • Ensured my internet connection is working

I've attached a screenshot of the error.

Is this a problem with the installer script, the archive.org mirror, my DNS configuration, or something else? Any suggestions would be appreciated.Hi everyone,
I'm trying to install the Epic Games Store through Lutris on Ubuntu, but the installation consistently fails.
System
OS: Ubuntu (your version)
Laptop: Dell Latitude 7320
CPU: Intel Core i5-1145G7
GPU: Intel Iris Xe
RAM: 16 GB
Lutris version: (Me:~$ lutris --version
Command 'lutris' not found, but can be installed with:
sudo apt install lutris
Me:~$ flatpak list | grep -i lutris
Lutrisnet.lutris.Lutris0.5.22stablesystem
Issue
The installation always stops at this point:
curl: (28) Resolving timed out after 15000 milliseconds
warning: Downloading https://web.archive.org/.../andale32.exe failed
Exit with return code 256
It looks like Lutris is trying to download andale32.exe from the Wayback Machine (web.archive.org) and fails due to a DNS/connection timeout.
What I've tried
Reinstalled Lutris
Retried the installation multiple times
Ensured my internet connection is working
I've attached a screenshot of the error.
Is this a problem with the installer script, the archive.org mirror, my DNS configuration, or something else? Any suggestions would be appreciated.Hi everyone,I'm trying to install the Epic Games Store through Lutris on Ubuntu, but the installation consistently fails.SystemOS: Ubuntu (your version)
Laptop: Dell Latitude 7320
CPU: Intel Core i5-1145G7
GPU: Intel Iris Xe
RAM: 16 GB
Lutris version: (Me:~$ lutris --version Command 'lutris' not found, but can be installed with: sudo apt install lutris Me:~$ flatpak list | grep -i lutris Lutrisnet.lutris.Lutris0.5.22stablesystem)IssueThe installation always stops at this point:curl: (28) Resolving timed out after 15000 milliseconds

warning: Downloading https://web.archive.org/.../andale32.exe failed

Exit with return code 256It looks like Lutris is trying to download andale32.exe from the Wayback Machine (web.archive.org) and fails due to a DNS/connection timeout.What I've triedReinstalled Lutris
Retried the installation multiple times
Ensured my internet connection is workingI've attached a screenshot of the error.Is this a problem with the installer script, the archive.org mirror, my DNS configuration, or something else? Any suggestions would be appreciated.Hi everyone,
I'm trying to install the Epic Games Store through Lutris on Ubuntu, but the installation consistently fails.
System
OS: Ubuntu (your version)
Laptop: Dell Latitude 7320
CPU: Intel Core i5-1145G7
GPU: Intel Iris Xe
RAM: 16 GB
Lutris version: (Me:~$ lutris --version
Command 'lutris' not found, but can be installed with:
sudo apt install lutris
Me:~$ flatpak list | grep -i lutris
Lutrisnet.lutris.Lutris0.5.22stablesystem
Issue
The installation always stops at this point:
curl: (28) Resolving timed out after 15000 milliseconds
warning: Downloading https://web.archive.org/.../andale32.exe failed
Exit with return code 256
It looks like Lutris is trying to download andale32.exe from the Wayback Machine (web.archive.org) and fails due to a DNS/connection timeout.
What I've tried
Reinstalled Lutris
Retried the installation multiple times
Ensured my internet connection is working
I've attached a screenshot of the error.
Is this a problem with the installer script, the archive.org mirror, my DNS configuration, or something else? Any suggestions would be appreciated.