From owner-freebsd-questions@FreeBSD.ORG Mon Mar 5 12:17:52 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 4F23B1065678; Mon, 5 Mar 2012 12:17:52 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id F10268FC17; Mon, 5 Mar 2012 12:17:51 +0000 (UTC) Received: by obbwc7 with SMTP id wc7so6123505obb.13 for ; Mon, 05 Mar 2012 04:17:51 -0800 (PST) Received-SPF: pass (google.com: domain of m.e.sanliturk@gmail.com designates 10.182.51.73 as permitted sender) client-ip=10.182.51.73; Authentication-Results: mr.google.com; spf=pass (google.com: domain of m.e.sanliturk@gmail.com designates 10.182.51.73 as permitted sender) smtp.mail=m.e.sanliturk@gmail.com; dkim=pass header.i=m.e.sanliturk@gmail.com Received: from mr.google.com ([10.182.51.73]) by 10.182.51.73 with SMTP id i9mr8298041obo.17.1330949871634 (num_hops = 1); Mon, 05 Mar 2012 04:17:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fuEuCXTHnUAN7vOhBL5T0T7fm2dO4nFkYnG8R8fM1yA=; b=B0X/BrHeCNcSoH2zjWCbIGK5D5kja+11r43L4Twoni2tYNiModZOVkDhb5GJ2N+/Pp M9wMfs0WBXMp6G/wn9LUY5j/wVwuYq8a7sQK4ZqXTxl76IQZk98eTbycV6LLo880PqWl bFMR3/N8TZzEdnGhWsR/FyVgfrlM7FypS9z0PylhIUMaOPnsSIgSYwTEuczQmh9/aU54 SdXxdJrAjLI7i1UKRibY1gGgCiaULu29P7O84G8gAgZGsBhVM0KSoChQ3AdJuKHqkvgN PdYiwdCDAj1hiyF0MB1Fb1p2VfUOg6ZFdf/IcUjbZ4jfCqisGFMTobhnm42hQrgaexT2 DFXQ== MIME-Version: 1.0 Received: by 10.182.51.73 with SMTP id i9mr7264393obo.17.1330949871582; Mon, 05 Mar 2012 04:17:51 -0800 (PST) Received: by 10.182.92.162 with HTTP; Mon, 5 Mar 2012 04:17:51 -0800 (PST) In-Reply-To: References: <201203042116.09255.naylor.b.david@gmail.com> Date: Mon, 5 Mar 2012 07:17:51 -0500 Message-ID: From: Mehmet Erol Sanliturk To: David Naylor Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 12:17:52 -0000 On Mon, Mar 5, 2012 at 6:55 AM, David Naylor wrote: > On 5 March 2012 13:41, Mehmet Erol Sanliturk > wrote: > > On Sun, Mar 4, 2012 at 2:16 PM, David Naylor > > wrote: > >> > >> Hi, > >> > >> Packages [1] for wine-fbsd64-1.4.rc6 have been uploaded to mediafire > [2]. > >> > >> There are many reports that wine does not work with a clang compiled > world > >> (help in fixing this problem is appreciated as it affects quite a few > >> users). > >> > >> The patch [3] for nVidia users is now included in the package and is run > >> on > >> installation (if the relevant files are accessible). Please read the > >> installation messages for further information. > >> > >> Regards, > >> > >> David > >> > >> [1] > >> MD5 (freebsd8/wine-fbsd64-1.4.rc6,1.tbz) = > >> 91bc2288130c25704c9f1ac9d2923a6a > >> MD5 (freebsd9/wine-fbsd64-1.4.rc6,1.txz) = > >> a57b6fed2401375562931f3516e1d50b > >> [2] http://www.mediafire.com/wine_fbsd64 > >> [3] The patch is located at /usr/local/share/wine/patch-nvidia.sh > > > > > > > > For any x.exe : > > > > wine x.exe > > > > is generating the following error : > > > > err: module : LdrInitializeThunk Main exe initialization for L"F:\\ ... > path > > ... \\x.exe" failed , > > status c0000017 > > Please include the full error message, also could you please try running > those apps in a clean wine prefix. > # pwd /root/APPLY/PROGRAMS # ls -l -rw-r--r-- 1 root wheel 5491200 Feb 17 22:27 x.exe # wine x.exe err : module : LdrInitializeThunk Main exe initialization for L"F:\\APPLY\\PROGRAMS\\x.exe" failed , status c0000017 ---------- The whole message is listed above . Desktop environment is KDE4 . Execution is attempted in Konsole Terminal . In GNOME Terminal in KDE4 , the error message is the same . I could not understand the phrase : "in a clean wine prefix" . --------- > > > where x.exe is in the current directory ( path is correct ) > > > > in FreeBSD 9.0-RELEASE #0 ... GENERIC amd64 > > I will try reproduce this when I get $HOME. > > Regards > Thank you very much . Mehmet Erol Sanliturk