From: Consul <void@aleksoft.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: Windows compilation broken
Date: Thu, 22 Jan 2009 16:15:50 -0800 [thread overview]
Message-ID: <glb27n$j49$1@ger.gmane.org> (raw)
In-Reply-To: <glapqb$oc5$1@ger.gmane.org>
Consul wrote:
> It compiles, but none of my existing Windows XP images run.
> I get The instruction at 0xZc928beb referenced memory at 0x000000bc1.
> The memory could not be "read" error in the boot process when the
> Windows XP logo with the spinner bar shows.
>
> P.S.
> I was able boot it in Safe mode. But safe mode with networking does not
> work either :(
>
Removing the #include seems to fix the compilation with dsound enabled.
I still can't run my existing windows images outside of the safe mode,
so I don't know if it actually works or not.
===================================================================
--- audio/dsoundaudio.c (revision 6411)
+++ audio/dsoundaudio.c (working copy)
@@ -35,7 +35,7 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <mmsystem.h>
-#include <objbase.h>
+//#include <objbase.h>
#include <dsound.h>
/* #define DEBUG_DSOUND */
prev parent reply other threads:[~2009-01-23 0:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-22 20:16 [Qemu-devel] Windows compilation broken Consul
2009-01-22 20:41 ` Anthony Liguori
2009-01-22 21:24 ` [Qemu-devel] " Consul
2009-01-22 21:42 ` Anthony Liguori
2009-01-22 21:52 ` Consul
2009-01-23 0:15 ` Consul [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='glb27n$j49$1@ger.gmane.org' \
--to=void@aleksoft.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).