From owner-freebsd-questions Sun Dec 9 15:24:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id 5900B37B427 for ; Sun, 9 Dec 2001 15:24:46 -0800 (PST) Received: from d226-39-102.home.cgocable.net ([24.226.39.102] helo=x1-6-00-50-ba-de-36-33.kico1.on.home.com) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 16DDJT-0002hj-00; Sun, 9 Dec 2001 18:24:51 -0500 Received: from localhost (genisis@localhost) by x1-6-00-50-ba-de-36-33.kico1.on.home.com (8.11.6/8.11.6) with ESMTP id fB9NW5x11206; Sun, 9 Dec 2001 18:32:06 -0500 (EST) (envelope-from genisis@istar.ca) X-Authentication-Warning: x1-6-00-50-ba-de-36-33.kico1.on.home.com: genisis owned process doing -bs Date: Sun, 9 Dec 2001 18:32:00 -0500 (EST) From: Dru X-X-Sender: To: chip Cc: Subject: Re: using Wine for the first time problem... In-Reply-To: <200112090717969.SM06212@there> Message-ID: <20011209182935.C85100-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 9 Dec 2001, chip wrote: > First off, I did post this same message on the wine newsgroup and have yet to > recieve an answer. Second, I did check the wine hq web site and also failed > to find an answer. So hopefully someone here can help. > My first attempt at getting a winblows app to work in wine has failed, > below is the setup as it is on my machine, please review it and let me know > it there is a problem with it: > wine version: 20011108 (installed from the FBSD ports system) > OS version: FreeBSD 4.4-r > Directory Structure: ~/chip/win > ~/chip/win/Program Files (created by the the app I installed) > ~/chip/win/windows > ~/chip/win/windows/Desktop > ~/chip/win/windows/Start Menu > ~/chip/win/windows/system > ~/chip/win/windows/Fonts (created by the app I installed, I guess) > The relevant config sections: > > [Drive A] > "Path" = "/floppy" > "Type" = "floppy" > "Label" = "Floppy" > "Serial" = "87654321" > "Device" = "/dev/fd0c" > > [Drive C] > "Path" = "/usr/home/chip/win" > "Type" = "hd" > "Label" = "MS-DOS" > "Filesystem" = "win95" > > [Drive D] > "Path" = "/cdrom" > "Type" = "cdrom" > "Label" = "CD-Rom" > "Filesystem" = "win95" > ; make sure that device is correct and has proper permissions ! > "Device" = "/dev/acd0c" > > [Drive E] > "Path" = "/tmp" > "Type" = "hd" > "Label" = "Tmp Drive" > "Filesystem" = "win95" > > [Drive F] > "Path" = "${HOME}" > "Type" = "network" > "Label" = "Home" > "Filesystem" = "win95" > > [wine] > "Windows" = "c:\\windows" > "System" = "c:\\windows\\system" > "Temp" = "e:\\" > "Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\" > "Profile" = "c:\\windows\\Profiles\\Administrator" > "GraphicsDriver" = "x11drv" > "ShellLinker" = "wineshelllink" > > With that said and done, here is the crux of the problem: > > bash-2.05$ wine -winver win95 -managed HTMLKit.exe > wine: Unhandled exception, starting debugger... > > Then I never get any debugger info, it appears to either hang or just not > respond, so I end up killing it. > > The program HTML-Kit is listed as working on wine. According to the wine hq > web site I need to run wineinstall or regapi, but neither of those are > included in the port for wine, I checked the packing list on freebsd.org for > wine. > > Can someone help me with this problem, I was unable to find the answer on > the Wine HQ web site or in the archives. Hi Chip, Can you doublecheck your setup against the steps listed here to make sure you didn't miss any: http://www.onlamp.com/pub/a/bsd/2001/09/21/FreeBSD_Basics.html If that doesn't solve it, let the list know whether that app is installed on a BSD only machine or on a Windows partition on that machine. HTH, Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message