From owner-freebsd-questions@FreeBSD.ORG Thu Jun 12 18:32:41 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A6C837B401 for ; Thu, 12 Jun 2003 18:32:41 -0700 (PDT) Received: from mig.mig-29.net (dsl-200-67-215-158.prodigy.net.mx [200.67.215.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77AF843FDF for ; Thu, 12 Jun 2003 18:32:39 -0700 (PDT) (envelope-from mig@mig-29.net) Received: from mig.mig-29.net (localhost.mig-29.net [127.0.0.1]) by mig.mig-29.net (8.12.8p1/8.12.8) with ESMTP id h5D1VQCG000594; Thu, 12 Jun 2003 20:31:26 -0500 (CDT) (envelope-from mig@mig.mig-29.net) Received: (from mig@localhost) by mig.mig-29.net (8.12.8p1/8.12.8/Submit) id h5D1VP9p000593; Thu, 12 Jun 2003 20:31:25 -0500 (CDT) (envelope-from mig) Date: Thu, 12 Jun 2003 20:31:25 -0500 From: Manuel Rabade - MiG To: Jason Message-ID: <20030613013125.GB344@mig-29.net> References: <20030612185019.S3418@monsterjam.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030612185019.S3418@monsterjam.org> User-Agent: Mutt/1.4.1i URL: http://www.mig-29.net/ cc: questions@freebsd.org Subject: Re: wine/freebsd/kazaa.. (fwd) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 01:32:42 -0000 How do you run wine ?? with a "fake windows" or with a current windows instalation? In my case i run wine with a fake windows drive (.wine/c/) and i have to do the followin steps to get kazaa working in freebsd: - Copy this dlls from a windows instalation to .wine/c/Windows/System comctl32.dll commctrl.dll shdoclc.dll shlwapi.dll wininet.dll comdlg32.dll msvcrt.dll shdocvw.dll urlmon.dll - Add to .wine/config the following: [AppDefaults\\Kazaa.exe\\DllOverrides] "commctrl" = "native" "comctl32" = "native" "comdlg32" = "native" "msvcrt" = "native" "shdoclc" = "native" "shdocvw" = "native" "shlwapi" = "native" "urlmon" = "native" "wininet" = "native" "rasapi32" = "native" - Run the instalation of Kazza (i am currently working with Kazaa Lite Retro Edition 1.7.2, i tired to install Kazaa Lite 2.x but seems to be a problem with the port of wine, and i can't run Kazaa 2.x, but a friend can run it on Linux). - Enjoy it กก, to run Kazaa: wine $HOME/.wine/c/Windows/Program Files/Kazaa Lite/Kazaa.exe Note: to get working the initial config and all the hierarchy of the fake windows, you could try to install 'linux-winetools' (also in ports), and create the initial .wine hierarchy and config file with it. In one month i will make a guide of this and publish it. Also i have a tgz with the .wine directory with dll's, config file and kazaa already installed, (ready to untar it and run kazaa), if you want this, drop me a line (in a month i will put it online also). On Thu, Jun 12, 2003 at 06:51:40PM -0400, Jason wrote: > nobody knows? I asked the wine-users list twice and nobody there answered > either. > > ---------- Forwarded message ---------- > Date: Tue, 10 Jun 2003 20:18:55 -0400 (EDT) > To: questions@freebsd.org > Subject: wine/freebsd/kazaa.. (fwd) > > > freebsd fans.. running freebsd 4.8-stable and have > installed wine from > the ports. Wine-20030508.tar.gz > It installed fine and I can run notepad with no problems.. > Im running the kazaalite install binary for windows and it gets so far.. > then it bombs out with > > err:module:BUILTIN32_dlopen failed to load .so lib for builtin > msacm.imaadpcm: Cannot open "/usr/local/lib/wine/msacm.imaadpcm.so" > err:module:BUILTIN32_dlopen failed to load .so lib for builtin > msacm.msadpcm: Cannot open "/usr/local/lib/wine/msacm.msadpcm.so" > > (I cannot find those files on my system anywhere. btw. where should they > come from?) > > I cant find anything useful on google/usenet about this. any ideas? > > regards, > Jason > -- > 43rd Law of Computing: > Anything that can go wr > fortune: Segmentation violation -- Core dumped > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"