My lutris doesnt run

im new in linux and lutris, im useing linux mint 20.01 cinnamon
i really need help. can someone help me.

this is what happens when i run lutris inn the terminal
i already did the discord thing and this is the result i really do not know what to do now. please help me.

2021-04-23 17:59:55,552: Initializing lutris
2021-04-23 17:59:56,755: Runtime dumbxinputemu is not available locally
2021-04-23 17:59:56,756: Runtime lib64 is not available locally
2021-04-23 17:59:56,761: Runtime lib32 is not available locally
2021-04-23 18:00:03,192: Non existent path: /home/benjaminbonnevie/.local/share/lutris/runtime/dumbxinputemu
2021-04-23 18:00:18,289: Non existent path: /home/benjaminbonnevie/.local/share/lutris/runtime/lib64
2021-04-23 18:00:19,036: Extraction failed: Compressed file ended before the end-of-stream marker was reached
2021-04-23 18:00:19,036: Error while completing task <function extract_archive at 0x7ff9efaa71f0>: 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-04-23 18:00:19,036: Runtime update failed
2021-04-23 18:00:19,037: Compressed file ended before the end-of-stream marker was reached

  1. The file created by running lutris --submit-issue in a terminal.
  2. Output of lutris -d. Kill Lutris and run lutris -d through a terminal. Reproduce your problem and share the output.

I think you will want to remove both the “Non existent path” and the incompletely downloaded runtime. I would run:

rm ~/.local/share/lutris/runtime/dumbxinputemu -rf
rm ~/.localshare/lutris/runtime/lib64 -rf