-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run the i386 environment on the aarch64 #3199
Comments
ExaGear is not Wine. Read the Wine wiki:
What you are requesting is simply not possible... Even with QEMU - Termux doesn't support multiarch installation. |
I have an exagear application on my phone and it works on 32bit applications seamlessly and this is a picture of its obb files So how Exagear developers fill the i386 environment on the android ? ... |
Note: I know that wine is not an emulator but it is a layers to run Windows programs on the host system, but I'm talking about the Exagear windows emulator application that emulates the i386 environment on the aarch64 to install wine x86 it |
Likely the similar way as QEMU does this. Tell me what you exactly want. Which package ? What it should do ? About wine package: #1423 |
In short: I want to run Windows applications designed for x86 architecture on wine but wine does not provide emulators for x86 architecture on aarch64 so how do I make an x86 environment on aarch64 to install wine x86 on it like exagear windows emulator and be fast in emulator x86 architecture |
Or install Windows 10 ARM on the qemu emulator through the android because I have done it in the past but crash the system when prompted me to press any key to complete the system installation Note : I want to run it because it contains a fast x86 emulator to run Windows programs |
Closing because:
|
yes you can use exagear as emulator and run wine and it works perfectly I use it everyday check this https://youtu.be/8nWo4kluyG0 |
For those who still don't get the QEMU reply: you are supposed to run a 32-bit wine in QEMU for this. QEMU emulates the x86 environment for you to run wine on. Just grab a x86 system image and do the
|
My problem is that I want to run an i386 or x86 environment on the aarch64 environment. Is this possible? Especially as there are programs that do this, for example ExaGear Windows Emulator, which provides an i386 environment on raspberry pi 2 & 3 that works with ARM64 processor ...
Required: What I want is to install wine on a 32-bit environment ...
Thanks ...
The text was updated successfully, but these errors were encountered: