Cant install sea of stars

Every time i try to install this game (sea of stars) i get this error

This game has no executable set. The install process didn’t finish properly.

Traceback (most recent call last):

File “/app/lib/python3.11/site-packages/lutris/exception_backstops.py”, line 31, in wrapper
result = function(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^

File “/app/lib/python3.11/site-packages/lutris/game.py”, line 668, in configure_game
gameplay_info = self.get_gameplay_info(launch_ui_delegate)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File “/app/lib/python3.11/site-packages/lutris/game.py”, line 607, in get_gameplay_info
gameplay_info = self.runner.play()
^^^^^^^^^^^^^^^^^^

File “/app/lib/python3.11/site-packages/lutris/runners/wine.py”, line 1202, in play
raise MissingGameExecutableError(filename=game_exe)

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

running liunx mint 22

according to your post, it seems that lutris failed find the executable file of this game. suggest you install it by hand first, then configure it as a local installed game in lutris.

assume the “sea of stars” is a windows 10 game

  1. ensure you have installed wine and winetricks already
  2. create a win64 WINE prefix as a separate windows environment: WINEARCH=win64 WINEPREFIX=/path/for/sea/of/stars winetricks win10
  3. run installer: WINEARCH=win64 WINEPREFIX=/path/for/sea/of/stars wine /path/to/sea/of/stars/installer/exe/file
  4. open lutris add this game via “Add locally installed game”

hope it worked