From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 5 22:01:49 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E469106566C; Mon, 5 Mar 2012 22:01:49 +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 CC2E28FC1A; Mon, 5 Mar 2012 22:01:48 +0000 (UTC) Received: by obbwc7 with SMTP id wc7so6924913obb.13 for ; Mon, 05 Mar 2012 14:01:48 -0800 (PST) Received-SPF: pass (google.com: domain of m.e.sanliturk@gmail.com designates 10.60.20.6 as permitted sender) client-ip=10.60.20.6; Authentication-Results: mr.google.com; spf=pass (google.com: domain of m.e.sanliturk@gmail.com designates 10.60.20.6 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.60.20.6]) by 10.60.20.6 with SMTP id j6mr8678999oee.17.1330984908274 (num_hops = 1); Mon, 05 Mar 2012 14:01:48 -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=0Oxx1U3/4IsxEG1yBzz+9rwxJHMgHDSGeQeZBvbRIMw=; b=RtJdyk68BoFlm5p8HpaXQdvGkQJl5kizPMHSV8oSNkBYMkq1Y2zaPKRbbMcx8Ru58x KMJOhGgxnwsrhxLobx8/EtV6bDmghyBdghngqk+HzpaLSAq03QQ8xYhQJqY211v0YnXt 0rShV2IhLZ9fjt5LuMYP7wWqCS6QeOqEP1tL0VIKTyxemQ330ZXNHig1I3R8MkSr3Duy 8EyCSK1BM+91DB8zN+zyhPJ/rPPU3EHu16PjdciL5Rj0vpjaQZFXQySayt43oq3GqBv8 jqvdPo4reQnH43iVJlEPmYk8F1dQVWTJ8+CAAXDlMnh9xex6I2WgPPbXPQ96dFGefRky ulkA== MIME-Version: 1.0 Received: by 10.60.20.6 with SMTP id j6mr7595913oee.17.1330984908220; Mon, 05 Mar 2012 14:01:48 -0800 (PST) Received: by 10.182.92.162 with HTTP; Mon, 5 Mar 2012 14:01:48 -0800 (PST) In-Reply-To: <201203052200.40788.naylor.b.david@gmail.com> References: <201203042116.09255.naylor.b.david@gmail.com> <201203052200.40788.naylor.b.david@gmail.com> Date: Mon, 5 Mar 2012 17:01:48 -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-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2012 22:01:49 -0000 On Mon, Mar 5, 2012 at 3:00 PM, David Naylor wrote: > On Monday, 5 March 2012 14:17:51 Mehmet Erol Sanliturk wrote: > > On Mon, Mar 5, 2012 at 6:55 AM, David Naylor > wrote: > > > Please include the full error message, also could you please try > running > > > those apps in a clean wine prefix. > > > > # pwd > > /root/APPLY/PROGRAMS > > > > # wine x.exe > > > > 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 > programs that I tested work without error. > > This means that there are additional parts in your system which they do not exist here . Such parts are not added by "pkg_add wine-fbsd64 ..." . I do not have any idea about which parts may be missing . > I was expecting more output from wine... Please see below about using a > clean > wine prefix. Do you use the nvidia graphics driver? If so please run (as > root), and provide the output: > # sh /usr/local/share/wine/patch-nvidia.sh > > There is NO nvidia grphics driver . It is Intel DG965WH main board with its integrated graphics driver . > If nothing fixes your problem then please submit a bug report at > bugs.winehq.org. > > > > I could not understand the phrase : > > > > "in a clean wine prefix" . > > To run a program in a clean wine prefix do: > env WINEPREFIX=/tmp/tmp_wine_prefix wine x.exe > This is NOT changing the error message . Only drive become Z: . > > You may need to use winetricks to install some support programs. > > Good luck > "winetricks" could NOT be found . I tried wine which is added by pkg_add -r wine from packages in FreeBSD 9.0 RELEASE i386 as it is installed . On the same programs , the message is the same with amd64 message . Thank you very much . Mehmet Erol Sanliturk