Re: Wine64 : Trying to load PE image for unsupported architecture (I386)

2009-02-12 Thread Ben Klein
2009/2/12 Joel Holdsworth : > On Wed, 2009-02-11 at 23:34 +0100, Alexandre Julliard wrote: >> Not really, you'll of course still need to build a full 32-bit version >> of Wine, the 64-bit Wine will never be able to run 32-bit apps. What >> needs to be improved is that the 64-bit loader should be a

Re: Wine64 : Trying to load PE image for unsupported architecture (I386)

2009-02-12 Thread Alexandre Julliard
Erik de Castro Lopo writes: > So there will need to be two executables wine and wine64 and if either is > started with the wrong kind of binary, it will need to run the binary with > the other version? > > Would it not be possible to have a single light weight binary that has just > enough code t

Re: Wine64 : Trying to load PE image for unsupported architecture (I386)

2009-02-12 Thread Joel Holdsworth
On Wed, 2009-02-11 at 23:34 +0100, Alexandre Julliard wrote: > Not really, you'll of course still need to build a full 32-bit version > of Wine, the 64-bit Wine will never be able to run 32-bit apps. What > needs to be improved is that the 64-bit loader should be able to forward > automatically to

Re: Wine64 : Trying to load PE image for unsupported architecture (I386)

2009-02-11 Thread Erik de Castro Lopo
Alexandre Julliard wrote: > Not really, you'll of course still need to build a full 32-bit version > of Wine, the 64-bit Wine will never be able to run 32-bit apps. Ok. > What > needs to be improved is that the 64-bit loader should be able to forward > automatically to the 32-bit one when encou

Re: Wine64 : Trying to load PE image for unsupported architecture (I386)

2009-02-11 Thread Alexandre Julliard
Erik de Castro Lopo writes: > While I expected it to not work with my Win64 program I was a little > surprised that when running a WIn32 program I got: > > Trying to load PE image for unsupported architecture (I386) > > I realise that the Win64 stuff is experimental but I'm curions, in > the

Re: Wine64 : Trying to load PE image for unsupported architecture (I386)

2009-02-11 Thread David Gerard
2009/2/11 Erik de Castro Lopo : > I realise that the Win64 stuff is experimental but I'm curions, in > the longer term is it expected that one executable will be able to > run both Win32 and Win64 executables? Not yet. You're welcome to write it though ;-) - d.

Re: Wine64 : Trying to load PE image for unsupported architecture (I386)

2009-02-11 Thread Austin English
On Wed, Feb 11, 2009 at 3:00 PM, Erik de Castro Lopo wrote: > Hi all, > > I build Wine64 using the instructions here: > >http://wiki.winehq.org/Wine64 > > While I expected it to not work with my Win64 program I was a little > surprised that when running a WIn32 program I got: > >Trying to

Wine64 : Trying to load PE image for unsupported architecture (I386)

2009-02-11 Thread Erik de Castro Lopo
Hi all, I build Wine64 using the instructions here: http://wiki.winehq.org/Wine64 While I expected it to not work with my Win64 program I was a little surprised that when running a WIn32 program I got: Trying to load PE image for unsupported architecture (I386) I realise that the Win64