Steam Wine: Failed to retrieve Wine (None) information

Hi! I’m trying to install Steam Wine runner on Twister OS with a RPi 4, and I am getting the following error:

DEBUG 2021-04-14 04:40:43,441 [runner.install:326]:Installing wine (version=None, downloader=<function simple_downloader at 0xb11bda50>, callback=None)
INFO 2021-04-14 04:40:43,442 [runner.get_runner_version:287]:Getting runner information for wine
DEBUG 2021-04-14 04:40:43,443 [http.get:71]:GET https://lutris.net/api/runners/wine
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/lutris/gui/dialogs/runners.py”, line 140, in on_install_clicked
dependency.install(downloader=simple_downloader)
File “/usr/lib/python3/dist-packages/lutris/runners/runner.py”, line 330, in install
raise RunnerInstallationError(“Failed to retrieve {} ({}) information”.format(self.name, version))
lutris.runners.RunnerInstallationError: Failed to retrieve wine (None) information

What could be the problem?
Thanks

I don’t think lutris ship an arm64 version of wine, interest would be really limited… Maybe go for the steamlink route?

FYI “Wine” is for “Wine Is NOT an Emulator”, it’s more like a wrapper/translator : A wine for ARMs do exist, even for android, but that means it would only run Windows software compiled for ARM.