I think I wrecked my Lutris Installation

Hello everyone.

I made the mistake of tinkering with what was already working. Now I don’t know how to start from scratch.

Linux Mint 22.3
Lutris 05.19 (Flatpak Flathub)

I tried to update Lutris just like how I configured my friend’s installation via Terminal by installing and reinstalling however I may have been able to mess up my installation hence my settings and prefixes don’t work anymore like how it used to the other day. The games I am installing are Non-Steam game copies that I’ve had for years and decades. The games I configured via Lutris worked well in a step by step process that usually works before I messed it up:

  • Add Locally Installed Game
  • Choose Wine as the Runner
  • Wine version of choice
  • Game launches

For example I tried to run COD Advanced Warfare with the below parameters:

Proton Experimental, everything defaults and got the said logs:
sequence item 0: expected str instance, int found

Traceback (most recent call last):

File “/app/lib/python3.11/site-packages/lutris/util/jobs.py”, line 30, in target
result = self.function(*a, **kw)
^^^^^^^^^^^^^^^^^^^^^^^

File “/app/lib/python3.11/site-packages/lutris/game.py”, line 811, in force_stop_game
self.runner.force_stop_game(self.get_stop_pids())

File “/app/lib/python3.11/site-packages/lutris/runners/wine.py”, line 1308, in force_stop_game
winekill(

File “/app/lib/python3.11/site-packages/lutris/runners/commands/wine.py”, line 219, in winekill
", ".join(running_processes),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

TypeError: sequence item 0: expected str instance, int found

Lutris log:
[INFO:2026-01-18 19:15:46,498:application]: Starting Lutris 0.5.19
[INFO:2026-01-18 19:15:46,838:startup]: “card1” is NVIDIA GeForce RTX 3060 (10de:2504 196e:1376 nvidia) Driver 580.95.05
[ERROR:2026-01-18 19:20:41,803:jobs]: Error while completing task <function Game.force_stop..force_stop_game at 0x716e44c43f60>: <class ‘TypeError’> sequence item 0: expected str instance, int found

For my CS 1.6 and CS Source both Non-Steam installations it’s stuck in “Launching”. Same with Unreal Tournament 99

Is there any way I can have these games working again? How should I clean up Lutris after uninstallation to ensure I have a “fresh” installation of Lutris?

Or worse, do I have to reinstall Linux Mint?

Thanks!