Issue while stopping a game from lutris window

game: dead space(2008)

error details:
sequence item 0: expected str instance, int found

Traceback (most recent call last):

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

File “/usr/lib/python3/dist-packages/lutris/game.py”, line 811, in force_stop_game
self.runner.force_stop_game(self.get_stop_pids())
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^

File “/usr/lib/python3/dist-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/dist-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:2025-06-06 20:22:12,574:application]: Starting Lutris 0.5.19
[INFO:2025-06-06 20:22:12,621:startup]: “card1” is Intel HD Graphics 4400 (8086:0a16 1028:0631 i915) Driver 25.1.1
[WARNING:2025-06-06 20:22:12,624:startup]: Vulkan reports that the ‘Intel(R) HD Graphics 4400 (HSW GT2)’ device has API version of 1.2.311. 1.3.0 is required for the latest DXVK.
[INFO:2025-06-06 20:24:28,715:shortcut]: Removing Steam shortcut for Dead Space (wine)
[INFO:2025-06-06 20:24:47,513:game_common]: Creating new configuration with runner wine
[WARNING:2025-06-06 20:24:53,155:runner]: Accessing game config while runner wasn’t given one.
[WARNING:2025-06-06 20:24:53,161:runner]: Accessing game config while runner wasn’t given one.
[ERROR:2025-06-06 20:24:53,161:wine]: The game doesn’t have an executable
[ERROR:2025-06-06 20:26:25,965:game]: The game ‘Dead Space’ has no ID, it is not stored in the database.
[WARNING:2025-06-06 20:27:13,975:game]: Game still running (state: running)
[INFO:2025-06-06 20:27:13,975:game]: Stopping Dead Space (wine)
[ERROR:2025-06-06 20:50:48,267:jobs]: Error while completing task <function Game.force_stop..force_stop_game at 0x7f614021ad40>: <class ‘TypeError’> sequence item 0: expected str instance, int found