qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Question about WINE
@ 2004-06-02 19:12 Mea Culpa
  2004-06-03 11:22 ` Christof Petig
  0 siblings, 1 reply; 15+ messages in thread
From: Mea Culpa @ 2004-06-02 19:12 UTC (permalink / raw)
  To: qemu-devel

Hey , I have a problem.
I've installed QEMU and compiled it. It works and the MS-DOS / Linux stuff 
all works.
Now I'm trying to figure out how to run WINE..............I have no idea 
what to download and how to do it. I've read the "manual" but it's too short 
for me to understand.
I've got an I-mac DV Special Edtion PPCG3 400mhz with 256mb 
RAM...............

Any solutions?
And do any of you know what kind of speed I'll be getting? WINE with QEMU 
faster then VirtualPC or not?

Thnx in advance ,

Sander

_________________________________________________________________
Nieuw: Hotmail Medium, Large, Extra Large en Extra Extra Large 
http://join.msn.com/?pgmarket=nl-nl&page=hotmail/es2

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [Qemu-devel] Question about WINE
@ 2004-06-02 19:12 Mea Culpa
  2004-06-02 20:28 ` nschwar1
  0 siblings, 1 reply; 15+ messages in thread
From: Mea Culpa @ 2004-06-02 19:12 UTC (permalink / raw)
  To: qemu-devel

Hey , I have a problem.
I've installed QEMU and compiled it. It works and the MS-DOS / Linux stuff 
all works.
Now I'm trying to figure out how to run WINE..............I have no idea 
what to download and how to do it. I've read the "manual" but it's too short 
for me to understand.
I've got an I-mac DV Special Edtion PPCG3 400mhz with 256mb 
RAM...............

Any solutions?
And do any of you know what kind of speed I'll be getting? WINE with QEMU 
faster then VirtualPC or not?

Thnx in advance ,

Sander

_________________________________________________________________
Nieuw: Hotmail Medium, Large, Extra Large en Extra Extra Large 
http://join.msn.com/?pgmarket=nl-nl&page=hotmail/es2

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [Qemu-devel] Question about WINE
@ 2004-06-02 21:15 Mea Culpa
  0 siblings, 0 replies; 15+ messages in thread
From: Mea Culpa @ 2004-06-02 21:15 UTC (permalink / raw)
  To: qemu-devel

Anyway.........it is possible to run WINE under QEMU........I don't know 
much about the speed though but QEMU seems to do quite fine.
I need something like a x86 glibc
http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC29
There is a doc.........but for me........it's too little to know what to do. 
I'm not a Linux geeky (yet)

On non x86 CPUs, you need first to download at least an x86 glibc 
(`qemu-runtime-i386-XXX-.tar.gz' on the QEMU web page). Ensure that 
LD_LIBRARY_PATH is not set:
unset LD_LIBRARY_PATH

Then you can launch the precompiled `ls' x86 executable:
qemu-i386 tests/i386/ls

What to do with that?
>From: "John R. Hogerhuis" <jhoger@speakeasy.net>
>Reply-To: jhoger@pobox.com, qemu-devel@nongnu.org
>To: qemu-devel@nongnu.org
>Subject: Re: [Qemu-devel] Question about WINE
>Date: Wed, 02 Jun 2004 13:56:54 -0700
>
>Except of course that it is related, in that the QEMU web site
>specifically mentions running Winders apps under Wine (standalone, i.e.,
>not as part of a full emulated booting OS) as a an important application
>of QEMU on non-x86 platforms.
>
>Of course once you can get it loaded in QEMU, your politely worded RTFM
>advice becomes useful.
>
>On Wed, 2004-06-02 at 13:28, nschwar1@binghamton.edu wrote:
> > Hey,
> >
> > Wine is a re-write of the windows APIs for Linux. It's not related to
> > Q-Emu at all. Check out www.winehq.com for help on getting started with
> > Wine.
> >
> >
> > -Noah
>
>
>
>
>_______________________________________________
>Qemu-devel mailing list
>Qemu-devel@nongnu.org
>http://lists.nongnu.org/mailman/listinfo/qemu-devel

_________________________________________________________________
Speel games met je online vrienden via MSN Messenger 
http://messenger.msn.nl/

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [Qemu-devel] Question about WINE
@ 2004-06-02 21:15 Mea Culpa
  0 siblings, 0 replies; 15+ messages in thread
From: Mea Culpa @ 2004-06-02 21:15 UTC (permalink / raw)
  To: qemu-devel

Anyway.........it is possible to run WINE under QEMU........I don't know 
much about the speed though but QEMU seems to do quite fine.
I need something like a x86 glibc
http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC29
There is a doc.........but for me........it's too little to know what to do. 
I'm not a Linux geeky (yet)

On non x86 CPUs, you need first to download at least an x86 glibc 
(`qemu-runtime-i386-XXX-.tar.gz' on the QEMU web page). Ensure that 
LD_LIBRARY_PATH is not set:
unset LD_LIBRARY_PATH

Then you can launch the precompiled `ls' x86 executable:
qemu-i386 tests/i386/ls

What to do with that?
>From: "John R. Hogerhuis" <jhoger@speakeasy.net>
>Reply-To: jhoger@pobox.com, qemu-devel@nongnu.org
>To: qemu-devel@nongnu.org
>Subject: Re: [Qemu-devel] Question about WINE
>Date: Wed, 02 Jun 2004 13:56:54 -0700
>
>Except of course that it is related, in that the QEMU web site
>specifically mentions running Winders apps under Wine (standalone, i.e.,
>not as part of a full emulated booting OS) as a an important application
>of QEMU on non-x86 platforms.
>
>Of course once you can get it loaded in QEMU, your politely worded RTFM
>advice becomes useful.
>
>On Wed, 2004-06-02 at 13:28, nschwar1@binghamton.edu wrote:
> > Hey,
> >
> > Wine is a re-write of the windows APIs for Linux. It's not related to
> > Q-Emu at all. Check out www.winehq.com for help on getting started with
> > Wine.
> >
> >
> > -Noah
>
>
>
>
>_______________________________________________
>Qemu-devel mailing list
>Qemu-devel@nongnu.org
>http://lists.nongnu.org/mailman/listinfo/qemu-devel

_________________________________________________________________
Speel games met je online vrienden via MSN Messenger 
http://messenger.msn.nl/

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [Qemu-devel] Question about WINE
@ 2004-06-03  0:44 Misty De Meo
  2004-06-03  7:12 ` Lionel Ulmer
  0 siblings, 1 reply; 15+ messages in thread
From: Misty De Meo @ 2004-06-03  0:44 UTC (permalink / raw)
  To: qemu-devel

I've been having trouble getting WINE to work as well, actually. After 
launching Wineserver, I try to run Putty.exe, as specified in the QEMU 
documentation. But it gives me the following errors:
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Warning: could not find wine config [Drive x] entry for current working 
directory /usr/local/wine-i386/bin; starting in windows directory.
qemu: Unsupported syscall: 186
qemu: Unsupported syscall: 186
err:module:PE_fixup_imports Module (file) ADVAPI32.dll (which is needed by 
C:\Program Files\qemu\putty.exe) not found

~ Misty De Meo

_________________________________________________________________
MSN Premium: Up to 11 personalized e-mail addresses and 2 months FREE*   
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines

^ permalink raw reply	[flat|nested] 15+ messages in thread
* Re: [Qemu-devel] Question about WINE
@ 2004-06-03 13:43 Misty De Meo
  0 siblings, 0 replies; 15+ messages in thread
From: Misty De Meo @ 2004-06-03 13:43 UTC (permalink / raw)
  To: qemu-devel

>Which version of Wine do you use for this tests ? If it's a recent one,
>maybe all the 'hacks' added to support various new features in modern
>distributions (exec-shield, pre-load, NPTL, ...) break Wine on QEMU.

I'm using the version that's distributed on the QEMU website. Perhaps not 
all of the necessary libs are included? I haven't access to an x86 Linux box 
to get them, unfortunately.

~ Misty De Meo

_________________________________________________________________
MSN Premium with Virus Guard and Firewall* from McAfee® Security : 2 months 
FREE*   
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2004-06-03 13:44 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-02 19:12 [Qemu-devel] Question about WINE Mea Culpa
2004-06-03 11:22 ` Christof Petig
2004-06-03 11:46   ` Sander Nagtegaal
2004-06-03 12:01     ` Sander Nagtegaal
  -- strict thread matches above, loose matches on Subject: below --
2004-06-02 19:12 Mea Culpa
2004-06-02 20:28 ` nschwar1
2004-06-02 20:47   ` David Boutcher
2004-06-02 20:51   ` Bartosz Fabianowski
2004-06-02 20:56   ` John R. Hogerhuis
2004-06-02 21:48   ` Hetz Ben Hamo
2004-06-02 21:15 Mea Culpa
2004-06-02 21:15 Mea Culpa
2004-06-03  0:44 Misty De Meo
2004-06-03  7:12 ` Lionel Ulmer
2004-06-03 13:43 Misty De Meo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).