From owner-freebsd-questions@FreeBSD.ORG Tue Feb 19 07:12:48 2008 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 3054516A419 for ; Tue, 19 Feb 2008 07:12:48 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 0CA9213C45A for ; Tue, 19 Feb 2008 07:12:47 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id m1J7ClCo076430 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 18 Feb 2008 23:12:47 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id m1J7Clwt076427 for freebsd-questions@freebsd.org; Mon, 18 Feb 2008 23:12:47 -0800 (PST) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA14593; Mon, 18 Feb 08 23:03:27 PST Date: Mon, 18 Feb 2008 22:58:39 -0800 From: perryh@pluto.rain.com To: freebsd-questions@freebsd.org Message-Id: <47ba7e1f.UDwudqHevRDrsQ8d%perryh@pluto.rain.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: wine: notepad OK, others not 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: Tue, 19 Feb 2008 07:12:48 -0000 I have installed wine-0.9.20 from ports, and there's a Win98 FAT32 slice mounted on /windoze % grep -w windoze /etc/fstab /dev/ad0s1 /windoze msdosfs ro 0 0 If I run Notepad, like this, it seems to work % wine /windoze/WIN98/NOTEPAD.EXE but if I then try to run Write: % wine /windoze/WIN98/WRITE.EXE the window title bar says Wordpad and several capabilities (like Save) don't work. Meanwhile the *real* Wordpad doesn't even start: % wine /windoze/PROGRA~1/ACCESS~1/WORDPAD.EXE err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\\windoze\\PROGRA~1\\ACCESS~1\\WORDPAD.EXE") not found err:module:LdrInitializeThunk Main exe initialization for L"Z:\\windoze\\PROGRA~1\\ACCESS~1\\WORDPAD.EXE" failed, status c0000135 but MFC42.DLL does exist, in what I think is the usual place: % find /windoze -name MFC42.DLL -ls 3536377 1948 -rwxr-xr-x 1 root wheel 995383 Apr 23 1999 /windoze/WIN98/SYSTEM/MFC42.DLL How do I fix this?