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.