From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQ9iX-0005IS-16 for qemu-devel@nongnu.org; Thu, 22 Jan 2009 19:16:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQ9iV-0005FI-0O for qemu-devel@nongnu.org; Thu, 22 Jan 2009 19:16:12 -0500 Received: from [199.232.76.173] (port=52444 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ9iU-0005F3-S1 for qemu-devel@nongnu.org; Thu, 22 Jan 2009 19:16:10 -0500 Received: from main.gmane.org ([80.91.229.2]:55772 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LQ9iU-000150-HY for qemu-devel@nongnu.org; Thu, 22 Jan 2009 19:16:10 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LQ9iN-0005ZH-Ao for qemu-devel@nongnu.org; Fri, 23 Jan 2009 00:16:03 +0000 Received: from 204.147.152.1 ([204.147.152.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Jan 2009 00:16:03 +0000 Received: from void by 204.147.152.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Jan 2009 00:16:03 +0000 From: Consul Date: Thu, 22 Jan 2009 16:15:50 -0800 Message-ID: References: <4978D9F6.7030201@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: Sender: news Subject: [Qemu-devel] Re: Windows compilation broken Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.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 #include -#include +//#include #include /* #define DEBUG_DSOUND */