Lutris failing to start after fresh install on Mint 20

Hi guys, I’m a newbie to linux.

  • Installed Mint 20 recently to run on an older laptop
  • Doesn’t want to start - hangs on the ‘Lutris is starting’ modal with stalled progress bar
  • lutris --submit-issue fails to start and does not generate a file.

Output of lutris -d can be seen here: https://paste.ubuntu.com/p/YP3V2kvW6B/

Further info:

  • Installed wine using the instructions seen here: https://wiki.winehq.org/Debian
  • Used debian instructions
  • After this, I ran the wget https://cdn.discordapp.com/attachments/538903130704838656/796102070825779250/dxvk_versions.json -P $HOME/.local/share/lutris/runtime/dxvk to see if that would help. It seems to have disappeared the DXVK logs I was facing earlier.

Appreciate any help. Thanks!

(output of lutris -d:
2021-02-13 21:20:26,770: Loading of DXVK versions failed, defaulting to locally available versions
2021-02-13 21:20:26,778: Loading of DXVK versions failed, defaulting to locally available versions
2021-02-13 21:20:26,926: Initializing lutris
2021-02-13 21:20:26,928: Loading of DXVK versions failed, defaulting to locally available versions
2021-02-13 21:20:26,937: Loading of DXVK versions failed, defaulting to locally available versions
2021-02-13 21:20:30,922: Runtime steam is not available locally
2021-02-13 21:20:30,924: Runtime lib64 is not available locally
2021-02-13 21:20:30,927: Runtime lib32 is not available locally
2021-02-13 21:22:07,395: Non existent path: /home/michael/.local/share/lutris/runtime/lib64
2021-02-13 21:22:08,202: Non existent path: /home/michael/.local/share/lutris/runtime/steam
2021-02-13 21:22:08,563: Extraction failed: Compressed file ended before the end-of-stream marker was reached
2021-02-13 21:22:08,563: Error while completing task <function extract_archive at 0x7fefbc1d11f0>: Compressed file ended before the end-of-stream marker was reached
File “/usr/lib/python3/dist-packages/lutris/util/jobs.py”, line 34, in target
result = self.function(*args, **kwargs)
File “/usr/lib/python3/dist-packages/lutris/util/extract.py”, line 138, in extract_archive
raise ExtractFailure(str(ex))
2021-02-13 21:22:08,564: Runtime update failed
2021-02-13 21:22:08,564: Compressed file ended before the end-of-stream marker was reached
2021-02-13 21:22:09,367: Extraction failed: Compressed file ended before the end-of-stream marker was reached
2021-02-13 21:22:09,368: Error while completing task <function extract_archive at 0x7fefbc1d11f0>: Compressed file ended before the end-of-stream marker was reached
File “/usr/lib/python3/dist-packages/lutris/util/jobs.py”, line 34, in target
result = self.function(*args, **kwargs)
File “/usr/lib/python3/dist-packages/lutris/util/extract.py”, line 138, in extract_archive
raise ExtractFailure(str(ex))
2021-02-13 21:22:09,368: Runtime update failed
2021-02-13 21:22:09,368: Compressed file ended before the end-of-stream marker was reached
2021-02-13 21:27:49,492: Non existent path: /home/michael/.local/share/lutris/runtime/lib32

Despite this having been reported as a bug some ago this problem is still with us. Anyway, if you close that window the normal window should pop up.

Hah, now I feel like a fool for not trying to just close it already. Thank you.