Hello, if I'm not mistaken, this setup is not something new, at least not for Raspberry PI boards and other similar ARM based devices. Some experiments have been made by some fans and nowadays it is possible to run x86 applications for Windows on these small single board computers, by using QEMU-user emulation and WINE together. There is also available a precompiled linux distribution patched kernel, QEMU and WINE binaries, ready to be used:
https://sourceforge.net/projects/pi-qemu-wine/
together with some threads on the official forum at the Raspberry PI community, which followed this development. In my opinion, if it is possible to run x86 apps on an ARM CPU, it should be also possible to make the opposite, to run ARM64 apps on a x86 CPU, by using a similar setup. Unfortunately, I'm not aware of the changes for making this possible, but I think it could be made.
Sincerely.
Il giorno mer 13 mar 2019 alle ore 09:30 Stefan Dösinger stefandoesinger@gmail.com ha scritto:
Hi,
Am 12.03.19 um 22:04 schrieb Carlo B.:
"Unable to find space for application"
I have never tried what you are trying to do, but from grepping the qemu sources it seems like this error is written when qemu cannot reserve the address space the guest executable (in this case Wine) requests. I'd suggest to try without the arm64 wine preloader and have a look at linux-user/elfload.c, init_guest_space() to see what exactly is going wrong.
And expect way more issues down the line. I am fairly sure you are the first person in the world who is trying this particular setup.