tried enabling gamescope through lutris. plutonium launcher pops up extremely magnified and then crashes soon after. won't fully close and cannot be stopped
lutris error when trying to stop:
sequence item 0: expected str instance, int found
Traceback (most recent call last):
File "/usr/lib/python3.14/site-packages/lutris/util/jobs.py", line 30, in target
result = self.function(*a, **kw)
File "/usr/lib/python3.14/site-packages/lutris/game.py", line 811, in force_stop_game
self.runner.force_stop_game(self.get_stop_pids())
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/lutris/runners/wine.py", line 1308, in force_stop_game
winekill(
~~~~~~~~^
self.prefix_path,
^^^^^^^^^^^^^^^^^
...<3 lines>...
initial_pids=game_pids,
^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/lib/python3.14/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-02-17 15:34:01,597:application]: Starting Lutris 0.5.19
[INFO:2026-02-17 15:34:01,615:startup]: "card1" is Intel UHD Graphics (8086:9bc4 1043:195f i915) Driver 25.3.5
[INFO:2026-02-17 15:34:01,966:startup]: "card0" is NVIDIA GeForce GTX 1650 Ti (10de:1f95 1043:195f nvidia) Driver 590.48.01
[ERROR:2026-02-17 15:35:35,874:jobs]: Error while completing task <function Game.force_stop.<locals>.force_stop_game at 0x7f428c2d37f0>: <class 'TypeError'> sequence item 0: expected str instance, int found