LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-07-2003, 03:47 AM   #1
ksoma
Member
 
Registered: Jun 2003
Location: Austin,TX most of the year...in Euless,TX the rest of it
Distribution: RH 9.0
Posts: 154

Rep: Reputation: 30
Question Errors when running Kazaa with WINE...any suggestions?


Here are the instructions for using Kazaa with WINE.. I'm assuming there is no directory named fake_windows....but it is the "windows" directory i gave a location to in the installation. Im kind of confused why you rename the files...and then get the files from the website ....The error I am getting when i do "wine kpp.exe"...is the one right below. The stuff below that are the directions to installing wine with kazaa after installing kazaa....if these directions are in any way misleading, please let me know. Thanks.

-Keerthan

Error:
-------
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
x11drv: Can't open display: :0.0
-------

Instructions from the k-lite website:
----------
cd ~/.wine/fake_windows/Windows/System
mv commctrl.dll commctrl.dll.orig
mv comctl32.dll comctl32.dll.orig
mv comdlg32.dll comdlg32.dll.orig
mv msvcrt.dll msvcrt.dll.orig
mv rasapi32.dll rasapi32.dll.orig
mv shdoclc.dll shdoclc.dll.orig
mv shdocvw.dll shdocvw.dll.orig
mv shlwapi.dll shlwapi.dll.orig
mv urlmon.dll urlmon.dll.orig
mv wininet.dll wininet.dll.orig
wget www.drd.dyndns.org/softlib/win98se/commctrl.dll
wget www.drd.dyndns.org/softlib/win98se/comctl32.dll
wget www.drd.dyndns.org/softlib/win98se/comdlg32.dll
wget www.drd.dyndns.org/softlib/win98se/msvcrt.dll
wget www.drd.dyndns.org/softlib/win98se/rasapi32.dll
wget www.drd.dyndns.org/softlib/win98se/shdoclc.dll
wget www.drd.dyndns.org/softlib/win98se/shdocvw.dll
wget www.drd.dyndns.org/softlib/win98se/shlwapi.dll
wget www.drd.dyndns.org/softlib/win98se/urlmon.dll
wget www.drd.dyndns.org/softlib/win98se/wininet.dll

4. Add the following lines to ~/.wine/config

[AppDefaults\\\\KazaaLite.kpp\\\\DllOverrides]
\"*\" = \"builtin, native, so\"
\"commctrl\" = \"native\"
\"shdoclc\" = \"native\"
\"shdocvw\" = \"native\"
\"shlwapi\" = \"native\"
\"comdlg32\" = \"native\"
\"ole32\" =\ "native\"
\"oleaut32\" = \"native\"
\"rpcrt4\" = \"native\"

5. Now you should be able to run K++ by entering command "wine kpp.exe"

--------------
 
Old 07-07-2003, 04:14 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you're running it as root aren't you? thisd is nothign to wo with wine or kazaa, you just haven't given yourself permission to connect to the local X server.... "xhost +localhost" as your normal user
 
Old 07-07-2003, 04:36 AM   #3
ksoma
Member
 
Registered: Jun 2003
Location: Austin,TX most of the year...in Euless,TX the rest of it
Distribution: RH 9.0
Posts: 154

Original Poster
Rep: Reputation: 30
Nope, under my username...not root.

-Keerthan
 
Old 07-07-2003, 04:37 AM   #4
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Don't bother with the actual kazaa anyway, there is a thread over at gnomesupport.org showing you how to set it up using native software - apparently this works much better (i've not tried either approach)
 
Old 07-09-2003, 10:35 AM   #5
ionstorm
Member
 
Registered: Jul 2003
Location: United Kingdom
Distribution: Slackware 8.0, 8.1, 9, 9.1 Crux 1.1,1.2
Posts: 80

Rep: Reputation: 15
Quote:
Originally posted by mhearn
Don't bother with the actual kazaa anyway, there is a thread over at gnomesupport.org showing you how to set it up using native software - apparently this works much better (i've not tried either approach)
Do you have a more specific link?

Edit : OK, i found it. And it looks quite promising : http://gnomesupport.org/forums/viewtopic.php?t=2922

Last edited by ionstorm; 07-09-2003 at 10:40 AM.
 
Old 07-11-2003, 04:01 PM   #6
ksoma
Member
 
Registered: Jun 2003
Location: Austin,TX most of the year...in Euless,TX the rest of it
Distribution: RH 9.0
Posts: 154

Original Poster
Rep: Reputation: 30
Thanks for the website Ionstorm...I'll check it out. I'm having a diff. problem with Wine now....i get the same error when trying to run notepad ...however, about a week ago, i tried running notepad with wine, and it worked just fine. Any specific reason for this certain error? Seems like it comes up sporadically in my case. Thanks.

-Keerthan

Error:
----
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

x11drv: Can't open display: :0.0
----
 
Old 07-11-2003, 04:06 PM   #7
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
why it has anything to do with kazaa or other apps i don't know, but it looks like a driver issue for your video where its using x11drv...try another display driver..
 
Old 07-11-2003, 04:10 PM   #8
veraMOB
Member
 
Registered: Jul 2003
Posts: 33

Rep: Reputation: 15
./wine/fake_windows?

Hi, Why can't i find this directory...
I am also trying to install kazaa... in Redhat 7.3
 
Old 07-11-2003, 04:32 PM   #9
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
huh? why can't you find what directory?
 
Old 07-11-2003, 06:30 PM   #10
ksoma
Member
 
Registered: Jun 2003
Location: Austin,TX most of the year...in Euless,TX the rest of it
Distribution: RH 9.0
Posts: 154

Original Poster
Rep: Reputation: 30
Re: ./wine/fake_windows?

Quote:
Originally posted by veraMOB
Hi, Why can't i find this directory...
I am also trying to install kazaa... in Redhat 7.3
I'm assuming the fake_windows means the "windows" folder that you assign a path to in the install. I'm not 100% sure on this..but that seems to make sense to me.
 
Old 07-11-2003, 06:32 PM   #11
ksoma
Member
 
Registered: Jun 2003
Location: Austin,TX most of the year...in Euless,TX the rest of it
Distribution: RH 9.0
Posts: 154

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by DrOzz
why it has anything to do with kazaa or other apps i don't know, but it looks like a driver issue for your video where its using x11drv...try another display driver..
Sorry, kind of new to this. Is there a selection of display drivers already installed into Redhat, or do i have to go download it somewhere. Thanks.

-Keerthan
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
p2p on Linux -> any suggestions on kazaa client? tisam Linux - Software 6 12-30-2004 08:38 AM
kazaa lite k++ through wine errors... questionasker Linux - Software 3 05-12-2004 09:28 PM
Kazaa on wine iKnowNothing Linux - Software 2 07-08-2003 10:37 PM
Wine+Kazaa v2lk Linux - Software 3 06-15-2003 03:07 PM
Kazaa and WINE? Obi-Wan_Kenobi Linux - Software 5 02-13-2003 01:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration