wine/freebsd/kazaa.. (fwd)

2003-06-12 Thread Jason
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: [EMAIL PROTECTED]
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
[EMAIL PROTECTED]
http://www.winehq.com/mailman/listinfo/wine-users
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wine/freebsd/kazaa.. (fwd)

2003-06-12 Thread Manuel Rabade - MiG
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: [EMAIL PROTECTED]
 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
 [EMAIL PROTECTED]
 http://www.winehq.com/mailman/listinfo/wine-users
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wine/freebsd/kazaa.. (fwd)

2003-06-12 Thread Jason
hmmm.. you must have used the same resource I did..
BUT the one i was using was missing the
   rasapi32 = native
I downloaded that file and added it to the wine config..

I re-ran the install and that absolutely fixed the problem with the
  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


but now I get the following:

[EMAIL PROTECTED] wine ./kazaalite.exe
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
fixme:cdrom:CDROM_GetIdeInterface not implemented for BSD
fixme:reg:GetSystemInfo not yet supported on this system

after I click the final install button in the kazaa lite 1.7.2 install,
the window goes away and the install seems to hang..

any ideas on that?


Jason


--
The bureaucracy is expanding to meet the needs of an expanding
bureaucracy.

On Thu, 12 Jun 2003, Manuel Rabade - MiG wrote:

 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: [EMAIL PROTECTED]
  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
  [EMAIL PROTECTED]
  http://www.winehq.com/mailman/listinfo/wine-users
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wine/freebsd/kazaa.. (fwd)

2003-06-12 Thread Manuel Rabade - MiG
On Thu, Jun 12, 2003 at 10:41:59PM -0400, Jason wrote:
 hmmm.. you must have used the same resource I did..

I have seen a lot of resources, and theres is only one constant
between them, they are diferents =P.

So i decied to use the minimun number of dll's and it works =P.

 BUT the one i was using was missing the
rasapi32 = native
 I downloaded that file and added it to the wine config..
 
 I re-ran the install and that absolutely fixed the problem with the
   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
 
 
 but now I get the following:
 
 [EMAIL PROTECTED] wine ./kazaalite.exe
 Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
 fixme:cdrom:CDROM_GetIdeInterface not implemented for BSD
 fixme:reg:GetSystemInfo not yet supported on this system
 
 after I click the final install button in the kazaa lite 1.7.2 install,
 the window goes away and the install seems to hang..
 
 any ideas on that?
 

Remove the entry in the .wine/config about the floppy and cdrom and try again.

 
 Jason
 
 
 --
 The bureaucracy is expanding to meet the needs of an expanding
 bureaucracy.
 
 On Thu, 12 Jun 2003, Manuel Rabade - MiG wrote:
 
  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: [EMAIL PROTECTED]
   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
   [EMAIL PROTECTED]
   http://www.winehq.com/mailman/listinfo/wine-users
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: wine/freebsd/kazaa.. (fwd)

2003-06-12 Thread clayton rollins
On Thu, 12 Jun 2003 18:51:40 -0400 (EDT) Jason [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
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
--
Hi Jason,

I have no idea about how/where to get those lib's. But, unless you're a big 
fan of kazaa and sharman networks, you might give gtk-gnutella a try. You'll 
be on a different network (gnutella instead of sharman's propreitary net), 
but I'd most definitely recommend giving it a try. Supposedly, most of the 
same things are available from either net', so they should be comparable as 
far as user experience is concerned. (e-mule and bit torrent are two other 
softwares that come to mind, though I haven't run either yet.)

Aside from that, gtk-gnutella offers a quick, clean interface, and will 
allow P2P with a minimum of hassle.

Peace,
Clayton
_
MSN 8 with e-mail virus protection service: 2 months FREE*  
http://join.msn.com/?page=features/virus

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


wine/freebsd/kazaa.. (fwd)

2003-06-10 Thread Jason

hey wine^H^H^H^H 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
[EMAIL PROTECTED]
http://www.winehq.com/mailman/listinfo/wine-users
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]