LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-10-2004, 06:15 PM   #1
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Rep: Reputation: 30
wine and winetools


Could anyone tell me how to use wine tools to ease the configuration of wine -20040813-i686.tgz. I have slackware 10.0 installed on my system and I would like to try just for the fun of it to port internet explorer from my window 98 through to slackware. I have windows 98 installed on another partition. When I try to run ,./config on the wine files I am getting the messsage no such file or directory. I already successfully unpacked the tarball.I would really appreciate help with this problem..
 
Old 10-10-2004, 07:01 PM   #2
slackwarefan
Member
 
Registered: Oct 2003
Location: Florida
Distribution: Slackware
Posts: 273

Rep: Reputation: 30
Is winetools a .tgz? if so, to install it you don't do ./config you do installpkg winetools-whatever.tgz.

Hope this helps
 
Old 10-10-2004, 09:22 PM   #3
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Original Poster
Rep: Reputation: 30
wine and winetools

I believe i aleready have wine tools correctly installed the "wt " command seems to work . but I would like to know how to use wine tools to get my configuration right.. Wine tools is tgz file.

http://www.blingo.com/friends?ref=gR...2vQvIfp2X-9TEQ

Last edited by paul62; 12-06-2005 at 09:50 AM.
 
Old 10-10-2004, 10:49 PM   #4
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Original Poster
Rep: Reputation: 30
I just got wine working I now have notepad and regedit working in wine but when I do the wine launcher command htis is what I get Warning:
The Wine launcher is unable to find the xmessage program,
which it needs to properly notify you of Wine execution status
or problems.

This launcher script relies heavily on finding this tool,
and without it, it will behave very poorly.

We strongly recommend that you use your distribution's
software methods to locate xmessage, or alternatively
use your favourite internet search engine to find out
how you are supposed to install xmessage on your system.


How could i correct this problem?
 
Old 10-10-2004, 10:59 PM   #5
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Original Poster
Rep: Reputation: 30
wine and winetools

I have one more problem wheni run the wine browser command I get this output oot@pc1:~# winebrowser
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system" is not accessible.
/usr/lib/mozilla-1.7/run-mozilla.sh: line 451: 17420 Segmentation fault "$prog" ${1+"$@"}
root@pc1:~#

I would like to maske sure my c: drive is visible from wine.

http://www.blingo.com/friends?ref=gR...2vQvIfp2X-9TEQ

Last edited by paul62; 12-06-2005 at 09:51 AM.
 
Old 10-10-2004, 11:10 PM   #6
WMD
Member
 
Registered: Jul 2004
Location: Florida
Distribution: Slackware, Debian
Posts: 484

Rep: Reputation: 30
Download WineSetupTk. I've used it and it helps a lot with configuration issues.
 
Old 10-11-2004, 10:58 AM   #7
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Original Poster
Rep: Reputation: 30
wine

Could you send me a link for this or tell me where to find it , I would appreciate this?

http://www.blingo.com/friends?ref=gR...2vQvIfp2X-9TEQ

Last edited by paul62; 12-06-2005 at 09:51 AM.
 
Old 10-12-2004, 03:21 PM   #8
slackwarefan
Member
 
Registered: Oct 2003
Location: Florida
Distribution: Slackware
Posts: 273

Rep: Reputation: 30
The problem accessing C:\\ seems like a permissions problem. What is the dir set to?
 
Old 10-14-2004, 08:44 AM   #9
ssba
Member
 
Registered: Mar 2004
Distribution: Slackware 9.1
Posts: 44

Rep: Reputation: 15
Make sure you have a 'windows' and a 'windows/system' directory inside of the fake c-drive used by wine.. this is by default ~/.wine/c_drive
 
Old 10-15-2004, 10:44 PM   #10
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Original Poster
Rep: Reputation: 30
What would the command be to see what the dir is set to?

http://www.blingo.com/friends?ref=gR...2vQvIfp2X-9TEQ

Last edited by paul62; 12-06-2005 at 09:52 AM.
 
Old 10-16-2004, 06:23 AM   #11
ssba
Member
 
Registered: Mar 2004
Distribution: Slackware 9.1
Posts: 44

Rep: Reputation: 15
Open up ~/.wine/config in a text editor. Near the top you should see something like:

Code:
[Drive C]
"Path" = "YOURPATHHERE"
YOURPATHHERE would be the path to your fake c drive.
 
Old 10-16-2004, 08:45 AM   #12
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Original Poster
Rep: Reputation: 30
Could I make that path to my real C: drive I have windows mounted on another partitiion and how would I do that?

http://www.blingo.com/friends?ref=gR...2vQvIfp2X-9TEQ

Last edited by paul62; 12-06-2005 at 09:52 AM.
 
Old 10-16-2004, 10:09 AM   #13
ssba
Member
 
Registered: Mar 2004
Distribution: Slackware 9.1
Posts: 44

Rep: Reputation: 15
You could, but I wouldn't recommend it for a primary C: partition if the drive is NTFS -- you can't write to it. Just change "Path" = "/home/someuser/.wine/c_drive" to "Path" = "/mnt/mydrive".
 
Old 10-16-2004, 10:29 AM   #14
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Original Poster
Rep: Reputation: 30
I checked my configuration they are as they supposed to be, when I tr y to use "winelauncher", I get a failure code of 127 what would this mean. I would really appreciate the help? By the way I do not have notepad or regedit working anymore as I had to reformat.

http://www.blingo.com/friends?ref=gR...2vQvIfp2X-9TEQ

Last edited by paul62; 12-06-2005 at 09:52 AM.
 
Old 10-16-2004, 10:31 PM   #15
cajunaggie
Member
 
Registered: Jul 2004
Location: Round Rock, Texas
Distribution: Ubuntu "Dapper Drake"
Posts: 59

Rep: Reputation: 15
I am also trying to run Wine. I have successfully installed from the RPM...I think. But I have the same problem Paul62 is having. As a superuser I type wine into the terminal then I get the following:

Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows" is not accessible.
Warning: could not find DOS drive for current working directory '/home/jon', starting in the Windows directory
Wine 20040914
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit

Does the RPM automatically configure WINE or do I have to do that myself? If so, how do I go about doing this? I don't understand the installation instructions, mainly because I have no idea where WINE is installing to and so I can't find the files or anything for it. Does anyone have any clue as to how to help me? Or is it a lost cause?
 
  


Reply



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
WineTools for Mandrake Mistreated Linux - Software 2 05-05-2005 03:47 PM
Wine + FC2 + winetools = help me Enlightened Fedora 3 06-23-2004 06:05 PM
winetools/wine problem with fallout 2 MvD Linux - Software 3 09-30-2003 10:19 AM
Red hat, wine and winetools help Ogledbyoldmen Linux - Software 1 09-17-2003 06:16 PM
winetools flynnhandley Linux - Software 1 09-16-2003 05:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:39 PM.

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