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 ) id 1L2LYG-0003Gr-VW for garchives@archives.gentoo.org; Tue, 18 Nov 2008 08:03:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA3C1E04C5; Tue, 18 Nov 2008 08:03:11 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by pigeon.gentoo.org (Postfix) with ESMTP id 7D685E04C5 for ; Tue, 18 Nov 2008 08:03:11 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so3777531fga.14 for ; Tue, 18 Nov 2008 00:03:09 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=bCE8PBvi/ebp7D26Gz77RIBVEH/l/KCVN04iU4YkN7Y=; b=EnmliTmBON/A/2hbXpDs+RWIHyGVNJd9YSfNBIljljdLx6cjMAym9ltKQMBjMUbaj/ U5hFCrw7rnk9uR1qp+9OSx37tg6DWKtdDgo19WB7pmGSdF5NHR03wmOjCVpBpxCuze/G KyMI3FUMQ0R0i+7BIt5po7AMm+Va6TPOzlw10= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=diqQ+OrA4vHPdNBJtPWzTnteBonX8dnk4ZwAjFBHFXSFeBK3n0PrQ/XePxbKJWpZu5 shKmTF2YjArbQBeLt63t24Lj6VF9RZcLoNEKqNzyh3F4xVdPgqVaQ7ekQW/hlheP/d9e DfqzUbzQAtHlwfRMlLZuTEnUkDYO5gfBVv6JU= Received: by 10.181.208.15 with SMTP id k15mr1237896bkq.130.1226995389144; Tue, 18 Nov 2008 00:03:09 -0800 (PST) Received: by 10.181.21.14 with HTTP; Tue, 18 Nov 2008 00:03:09 -0800 (PST) Message-ID: <49bf44f10811180003p49f2c76dm4839e5b22a431a91@mail.gmail.com> Date: Tue, 18 Nov 2008 00:03:09 -0800 From: Grant To: "Gentoo mailing list" Subject: [gentoo-user] {OT} wine won't work Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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 X-Archives-Salt: 406abf42-fb09-4b64-bdb5-344346aa7be4 X-Archives-Hash: 9d5a15e37cc1e63766bbf1c39eaea3bf 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