From owner-freebsd-questions@FreeBSD.ORG Mon Mar 5 20:00:43 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE9B0106564A; Mon, 5 Mar 2012 20:00:42 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4917D8FC17; Mon, 5 Mar 2012 20:00:41 +0000 (UTC) Received: by wibhn6 with SMTP id hn6so2874419wib.13 for ; Mon, 05 Mar 2012 12:00:40 -0800 (PST) Received-SPF: pass (google.com: domain of naylor.b.david@gmail.com designates 10.216.136.13 as permitted sender) client-ip=10.216.136.13; Authentication-Results: mr.google.com; spf=pass (google.com: domain of naylor.b.david@gmail.com designates 10.216.136.13 as permitted sender) smtp.mail=naylor.b.david@gmail.com; dkim=pass header.i=naylor.b.david@gmail.com Received: from mr.google.com ([10.216.136.13]) by 10.216.136.13 with SMTP id v13mr6544650wei.32.1330977640735 (num_hops = 1); Mon, 05 Mar 2012 12:00:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=7IinBybZZ2MHZSRIt/R2s3AR90P5vnP7u5IGe7r4oD8=; b=yJvD1I+i7rhCUYjd8qbg5Pj18UMW9fKMfUQBL9fFTeKW94U/70P/cw8YzK/DNRjxkw sNGb2x+Ye1+68VcFAK3ye5qd+iKj7qKq0CR/LD3DOwNuZCUE3J6t4/Atnx4/XjC32ff/ EZxBk3eXhul+wWk8GtKgxV9xCsFmAFXM9bOWKgYFLg2ZyHhjfNKQcH9ReAQabMzUQBX5 j0yZ5pwuQlmJrfwa817xAvHlNak6I+h/LL7B9BV1tBuYBrZR/hY43BCjFG8VKTB0vrIA aFVRycaBaSfNFVORm102qOPulbNTugeyK1aDvSLVs879+7Z2xSOB7BcMx911PP8MxVPU m88Q== Received: by 10.216.136.13 with SMTP id v13mr5228526wei.32.1330977640685; Mon, 05 Mar 2012 12:00:40 -0800 (PST) Received: from dragon.dg (41-132-92-120.dsl.mweb.co.za. [41.132.92.120]) by mx.google.com with ESMTPS id k6sm23022877wiy.7.2012.03.05.12.00.37 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 05 Mar 2012 12:00:39 -0800 (PST) From: David Naylor To: Mehmet Erol Sanliturk Date: Mon, 5 Mar 2012 22:00:36 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.1; amd64; ; ) References: <201203042116.09255.naylor.b.david@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3648946.uPxaH2hY1X"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201203052200.40788.naylor.b.david@gmail.com> Cc: freebsd-emulation@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Wine-fbsd64 updated to 1.4.rc6 (32bit Wine for 64bit FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2012 20:00:43 -0000 --nextPart3648946.uPxaH2hY1X Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On Monday, 5 March 2012 14:17:51 Mehmet Erol Sanliturk wrote: > On Mon, Mar 5, 2012 at 6:55 AM, David Naylor=20 wrote: > > Please include the full error message, also could you please try running > > those apps in a clean wine prefix. >=20 > # pwd > /root/APPLY/PROGRAMS >=20 > # wine x.exe >=20 > err : module : LdrInitializeThunk Main exe initialization for > L"F:\\APPLY\\PROGRAMS\\x.exe" failed , status c0000017 I have tried to reproduce the error on my side but was unable to. The=20 programs that I tested work without error. =20 I was expecting more output from wine... Please see below about using a cl= ean=20 wine prefix. Do you use the nvidia graphics driver? If so please run (as= =20 root), and provide the output: # sh /usr/local/share/wine/patch-nvidia.sh If nothing fixes your problem then please submit a bug report at=20 bugs.winehq.org. =20 > I could not understand the phrase : >=20 > "in a clean wine prefix" . To run a program in a clean wine prefix do: env WINEPREFIX=3D/tmp/tmp_wine_prefix wine x.exe You may need to use winetricks to install some support programs. =20 Good luck --nextPart3648946.uPxaH2hY1X Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEABECAAYFAk9VG2gACgkQUaaFgP9pFrIs5wCghx7BjxZ3QlgYspe3t2EdQdhw aiYAn0hQMR/OFRUwO+rH45Etg/2lXMC+ =YaJO -----END PGP SIGNATURE----- --nextPart3648946.uPxaH2hY1X--