From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-86547-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1L2Zuf-0008Gs-69
	for garchives@archives.gentoo.org; Tue, 18 Nov 2008 23:23:17 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5E481E01F1;
	Tue, 18 Nov 2008 23:23:16 +0000 (UTC)
Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.190])
	by pigeon.gentoo.org (Postfix) with ESMTP id 237B4E01F1
	for <gentoo-user@lists.gentoo.org>; Tue, 18 Nov 2008 23:23:16 +0000 (UTC)
Received: by fk-out-0910.google.com with SMTP id 18so4338416fks.2
        for <gentoo-user@lists.gentoo.org>; Tue, 18 Nov 2008 15:23:14 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to
         :subject:in-reply-to:mime-version:content-type
         :content-transfer-encoding:content-disposition:references;
        bh=da/0L1pGdE97j9IFdgVT0Yu9zowfkEuNg1N35Tr9iw8=;
        b=mwvvaMRxi3gu8ZKlHbzQWiBeonLpfZetaxkCOovimlrKjIwdSk89MJLV0CfdEx1ZPy
         uONc8p3Y8qarbVGggKCeUp4YWmkHPAbzloKPJdkaViHUIzqsoSwTXjBIbcOvROSzhVYs
         lTOhI5N1WDGiHZrJUcIT6Z4oUPPK65g7KiD1o=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version
         :content-type:content-transfer-encoding:content-disposition
         :references;
        b=ZQlCIrG9hpzLJlKPLu0PXNYQ9h4pYoP0jdyqhtx8UTuJDKT9HhylOyx9kWhLiQRv8d
         sTYECUzI8BNTHQWfNNd00GZAYXQw3hWr54j+OdNIR7oQL331c1SrVKnwipMcqQKsrWuj
         9lrBI56CUBYUuqSYiCiKgNGPoy3ytSeDQq9GY=
Received: by 10.181.205.15 with SMTP id h15mr125306bkq.19.1227050593092;
        Tue, 18 Nov 2008 15:23:13 -0800 (PST)
Received: by 10.181.21.14 with HTTP; Tue, 18 Nov 2008 15:23:13 -0800 (PST)
Message-ID: <49bf44f10811181523x866ee11hd3a4ef0d08ebd93a@mail.gmail.com>
Date: Tue, 18 Nov 2008 15:23:13 -0800
From: Grant <emailgrant@gmail.com>
To: "Gentoo mailing list" <gentoo-user@lists.gentoo.org>
Subject: [gentoo-user] Re: {OT} wine won't work
In-Reply-To: <49bf44f10811180003p49f2c76dm4839e5b22a431a91@mail.gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <49bf44f10811180003p49f2c76dm4839e5b22a431a91@mail.gmail.com>
X-Archives-Salt: 621958bc-5aeb-4ee0-9839-927e24159ef6
X-Archives-Hash: 84207798f64ea5ab505cbcf3a86eed1f

> I've tried wine-1.1.4 as well as the latest version from git.  No
> matter which wine command I try, the error is always just about the
> same:
>
> # winecfg
> err:heap:HEAP_GetPtr Invalid heap (nil)!
> err:heap:HEAP_GetPtr Invalid heap (nil)!
> err:module:attach_process_dlls "KERNEL32.dll" failed to initialize, aborting
> err:module:LdrInitializeThunk Main exe initialization for
> L"C:\\windows\\system32\\wineboot.exe" failed, status c0000005
> err:heap:HEAP_GetPtr Invalid heap (nil)!
> err:heap:HEAP_GetPtr Invalid heap (nil)!
> err:module:attach_process_dlls "KERNEL32.dll" failed to initialize, aborting
> err:module:LdrInitializeThunk Main exe initialization for
> L"C:\\windows\\system32\\winecfg.exe" failed, status c0000005
>
> I've tried deleting .wine and I've tried running as a normal user and
> as root with the same results.  Does anyone know how to fix this?
>
> - Grant

This was due to some of the hardened stuff in my kernel.  Most likely pax.

- Grant