Running windows app on ubuntu arm(recompiled wine)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Jedi_James07
Newbie
Newbie
Posts: 3
Joined: Sat Jul 31, 2010 10:07 am

Running windows app on ubuntu arm(recompiled wine)

Post by Jedi_James07 »

Hi, I am sorry if there is similar topic, but i couldn't find search field(only in right corner, it wasn't search on forum).

Maybe very silly question, but is possible to run Application/Game for Windows(i386 arch) on Linux (for ex. Ubuntu ARM) with recompiled Wine?


Default principle:
Wine translate instruction from windows application to linux, then linux make known instruction on processor and return to the wine running app.

Cross architecture principle:
Recompiled wine for arm architecture translate windows app/game instruction for linux which send instruction to processor and processor made instruction. Only change is that wine is recompiled.

Is possible to run windwos app on linux on arm based architecture?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Running windows app on ubuntu arm(recompiled wine)

Post by dimesio »

Jedi_James07 wrote: Is possible to run windwos app on linux on arm based architecture?
http://www.winehq.org/pipermail/wine-de ... 68098.html
Jedi_James07
Newbie
Newbie
Posts: 3
Joined: Sat Jul 31, 2010 10:07 am

Post by Jedi_James07 »

So application/game must be recompiled too? Do I understand correctly?
Thunderbird
Level 5
Level 5
Posts: 336
Joined: Mon Nov 24, 2008 8:10 am

Post by Thunderbird »

Yes, the programs you want to run have to be compiled for ARM since Wine doesn't contain an x86 emulator. You might have luck using qemu's binary loader to run a x86 build of Wine on ARM (it was what qemu was designed for in the past but these days it can also be used as a full system emulator).
Jedi_James07
Newbie
Newbie
Posts: 3
Joined: Sat Jul 31, 2010 10:07 am

Post by Jedi_James07 »

On ARM device I will install&run Qemu, in Qemu will be installed Wine. And any app/game should run in this Qemu emulated Wine. But what about performance?

I am interested in this, because I'd like to buy any upcoming tegra 2 tablet. And it would be great, if i could play old games like Red Alert 2, Age of empires, ...... to games such as Quake III.
perryh

Running windows app on ubuntu arm(recompiled wine)

Post by perryh »

"Jedi_James07" <[email protected]> wrote:
On ARM device I will install&run Qemu, in Qemu will be installed
Wine. And any app/game should run in this Qemu emulated Wine. But
what about performance?
This was attempted a while back on PowerPC, and the performance was
so bad that the effort was pretty much abandoned. If today's ARM
processors are, say, 10x the speed of a PPC970 (Mac G5) it might be
worth revisiting, and the old PPC "darwine" work might be a good
starting point.
Locked