Re: [Qemu-devel] qemu-i386 segfaults when running wine on a x86 CPU?

2006-08-20 Thread Joshua Root
James Supancic wrote: > But, I am using a version of wine on Linux compiled for Linux? wine is a > Linux program is it not? Oops, I wasn't paying attention and thought your message was posted to darwine-devel. Sorry! - Josh ___ Qemu-devel mailing list

Re: [Qemu-devel] qemu-i386 segfaults when running wine on a x86 CPU?

2006-08-20 Thread Joshua Root
James Supancic wrote: > When I run > qemu-i386 /usr/bin/wine > I get > qemu: uncaught target signal 11 (Segmentation fault) - exiting > > I know I don't need qemu-i386 to run wine compiled for x86 CPUs on an > x86 CPU. I am trying to figure out how to make a version of wine that > will work with q

Re: [Qemu-devel] qemu-i386 segfaults when running wine on a x86 CPU?

2006-06-03 Thread Johannes Schindelin
Hi, On Fri, 2 Jun 2006, James Supancic wrote: > But, I am using a version of wine on Linux compiled for Linux? wine is a > Linux program is it not? Well, partly so. It actually does quite a lot of fiddling to fake a Windows memory layout for one. I remember that there were some problems with

Re: [Qemu-devel] qemu-i386 segfaults when running wine on a x86 CPU?

2006-06-02 Thread James Supancic
But, I am using a version of wine on Linux compiled for Linux? wine is a Linux program is it not? I got the segfault when I ran qemu-i386 /usr/bin/wine when I run file /usr/bin/wine I get /usr/bin/wine: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.4.1, dynamically l

[Qemu-devel] qemu-i386 segfaults when running wine on a x86 CPU?

2006-05-31 Thread James Supancic
When I run qemu-i386 /usr/bin/wine I get qemu: uncaught target signal 11 (Segmentation fault) - exiting I am using the wine version I compiled and installed for my x86 host, not the one from the qemu website. Do I have to compile my wine version with some special options to use it with qemu-i386