Ubuntu 20.04.
Lutris stopped launching for me a few days ago. Instead of checking here (my bad, I know) I uninstalled and reinstalled everything (including Wine and repositories) a few times already, but still no luck getting it to run.
After checking here, I’ve done the fix of installing python-xlml, and of downloading the json file into $HOME/.local/share/lutris/runtime/dxvk, still nothing.
This is what I’m currently getting when running from the terminal:
(base) fede@GLaDOS:~$ lutris
2021-01-28 20:16:57,258: Initializing lutris
2021-01-28 20:16:58,664: Runtime Ubuntu-18.04-i686 is not available locally
2021-01-28 20:16:58,665: Runtime Ubuntu-18.04-x86_64 is not available locally
2021-01-28 20:16:58,668: Runtime p7zip is not available locally
2021-01-28 20:16:58,671: Runtime steam is not available locally
2021-01-28 20:16:58,673: Runtime lib64 is not available locally
2021-01-28 20:16:58,675: Runtime lib32 is not available locally
2021-01-28 20:17:49,912: Non existent path: /home/fede/.local/share/lutris/runtime/lib32
2021-01-28 20:17:49,935: Extraction failed: not a bzip2 file
2021-01-28 20:17:49,935: Error while completing task <function extract_archive at 0x7f4c820864c0>: not a bzip2 file
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-01-28 20:17:49,936: Runtime update failed
2021-01-28 20:17:49,936: not a bzip2 file
2021-01-28 20:18:01,741: Non existent path: /home/fede/.local/share/lutris/runtime/steam
2021-01-28 20:18:01,784: Extraction failed: Compressed file ended before the end-of-stream marker was reached
2021-01-28 20:18:01,784: Error while completing task <function extract_archive at 0x7f4c820864c0>: 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-01-28 20:18:01,784: Runtime update failed
2021-01-28 20:18:01,784: Compressed file ended before the end-of-stream marker was reached
That was what I got before just terminating it from terminal.