LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   wine and winetools (https://www.linuxquestions.org/questions/slackware-14/wine-and-winetools-241122/)

paul62 10-10-2004 06:15 PM

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..

slackwarefan 10-10-2004 07:01 PM

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

Hope this helps :)

paul62 10-10-2004 09:22 PM

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

paul62 10-10-2004 10:49 PM

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?

paul62 10-10-2004 10:59 PM

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

WMD 10-10-2004 11:10 PM

Download WineSetupTk. I've used it and it helps a lot with configuration issues.

paul62 10-11-2004 10:58 AM

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

slackwarefan 10-12-2004 03:21 PM

The problem accessing C:\\ seems like a permissions problem. What is the dir set to?

ssba 10-14-2004 08:44 AM

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

paul62 10-15-2004 10:44 PM

What would the command be to see what the dir is set to?

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

ssba 10-16-2004 06:23 AM

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.

paul62 10-16-2004 08:45 AM

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

ssba 10-16-2004 10:09 AM

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".

paul62 10-16-2004 10:29 AM

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

cajunaggie 10-16-2004 10:31 PM

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?


All times are GMT -5. The time now is 10:47 AM.