simple native binaries do not run

Questions about Wine on Android
Locked
iyut
Newbie
Newbie
Posts: 2
Joined: Fri Apr 05, 2019 2:56 pm

simple native binaries do not run

Post by iyut »

Hello, what the reason of Wine for Android in present condition, if it cannot run the simple native Windows kernel ver. 5 binaries?
Completely unlike in real Wine for Linux. I have tried: calc.exe, winmine.exe, error: "Bad format". If native binaries are unsupported, and are always to be recompiled (like winemine.exe), than it is not an emulation layer at all. Or maybe something wrong in particular my case?
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: simple native binaries do not run

Post by dimesio »

Wine for Android should be able to run x86 applications on x86 hardware. It will never be able to run x86 applications on ARM hardware because Wine does not do CPU emulation.
iyut
Newbie
Newbie
Posts: 2
Joined: Fri Apr 05, 2019 2:56 pm

Re: simple native binaries do not run

Post by iyut »

Thanks, it's my bad, I forgot.
User avatar
André H.
Moderator
Moderator
Posts: 202
Joined: Sun Dec 07, 2008 8:33 am

Re: simple native binaries do not run

Post by André H. »

If you like using alpha software, there is: https://github.com/AndreRH/hangover
Locked