32bit exe to run with wine64

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
krish
Level 2
Level 2
Posts: 25
Joined: Mon Apr 20, 2009 9:48 am

32bit exe to run with wine64

Post by krish »

Hi,

I hace one 64bit windows application which inturn calls one 32bit windows executable.When I run my application with 64bit configured wine, the application is getting exited as wine is identifying 32bit exe as unsupported architecture.
Is there any workaround or idea to make 32bit exe run along with 64bit exe.

Thanks,
Krish
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

32bit exe to run with wine64

Post by austin987 »

On Fri, May 8, 2009 at 1:04 PM, krish <[email protected]> wrote:
Hi,

I hace one 64bit windows application which inturn calls one 32bit windows executable.When I run my application with 64bit configured wine, the application is getting exited as wine is identifying 32bit exe as unsupported architecture.
Is there any workaround or idea to make 32bit exe run along with 64bit exe.
No, not currently. Wine64 is pretty incomplete at this point.

--
-Austin
krish
Level 2
Level 2
Posts: 25
Joined: Mon Apr 20, 2009 9:48 am

Post by krish »

May I know how much time it takes roughly?I need to prove my app running with wine.Suggest me any alternative or workaround to proceed further.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

32bit exe to run with wine64

Post by austin987 »

On Fri, May 8, 2009 at 1:08 PM, krish <[email protected]> wrote:
May I know how much time it takes roughly?I need to prove my app running with wine.Suggest me any alternative or workaround to proceed further.
Get a 32-bit version of the application, or fix the needed bugs.

Wine works as 64-bit or 32-bit, but can't run both simultaneously (yet).

--
-Austin
Locked