From owner-freebsd-emulation@FreeBSD.ORG Sat Dec 8 10:25:28 2007 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6945916A417 for ; Sat, 8 Dec 2007 10:25:28 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id BC7E013C442 for ; Sat, 8 Dec 2007 10:25:27 +0000 (UTC) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id lB8APOh8029138; Sat, 8 Dec 2007 11:25:24 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost [127.0.0.1]) by gothic.blackend.org (8.14.2/8.14.1) with ESMTP id lB8APOWF001624; Sat, 8 Dec 2007 11:25:24 +0100 (CET) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.14.2/8.14.1/Submit) id lB8APOiJ001623; Sat, 8 Dec 2007 11:25:24 +0100 (CET) (envelope-from marc) Date: Sat, 8 Dec 2007 11:25:23 +0100 From: Marc Fonvieille To: Tom Wickline Message-ID: <20071208102523.GA1489@gothic.blackend.org> References: <53e3a9930712060959t6f446534xee6ba49d043dd70a@mail.gmail.com> <20071206185852.GB1005@gothic.blackend.org> <53e3a9930712061109l3a12f8cane8c15bb1f4f5da8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53e3a9930712061109l3a12f8cane8c15bb1f4f5da8@mail.gmail.com> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 7.0-BETA4 User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-emulation@freebsd.org Subject: Re: Wine compatibility and performance on FreeBSD 7 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: Sat, 08 Dec 2007 10:25:28 -0000 On Thu, Dec 06, 2007 at 02:09:25PM -0500, Tom Wickline wrote: > > > > In September had to play with Office 2k and I followed your linux > > related instruction to run it under FreeBSD (I note your FreeBSD related > > article is identical to the linux one). But, I never were able to run > > Excel, this one just hangs once the main page is displayed (Word runs > > fine). I wonder if you never met this issue. > > > > Here's what I got in the terminal: > > err:iphlpapi:getRouteTable Received unsupported sockaddr family 0x12 > > err:iphlpapi:getRouteTable Unexpected address type 0x10 > > err:iphlpapi:getRouteTable Unexpected address type 0x20 > > err:iphlpapi:getRouteTable Received unsupported sockaddr family 0x12 > > err:iphlpapi:getRouteTable Unexpected address type 0x10 > > err:iphlpapi:getRouteTable Unexpected address type 0x20 > > > err:ntdll:RtlpWaitForCriticalSection section 0x1320e0 "moniker.c: > > RunningObjectTableImpl.lock" wait timed out in thread 0009, blocked by > > 0000, retrying (60 sec) > > What you could try is to install dcom98 and in it will use a native storage.dll > dcom98 "refuses" to be installed :) Well, I assume Office 2k installs by default some of these files. > > fixme:storage:StgCreateDocfile Transacted mode not implemented. > > looks like the culprit.. i didn't run into this tho.. ill re-install > Office 2k again and test everything > another time. Please, try with a fresh wine install, i.e. starting without a populated ~/.wine -- Marc