LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 06-19-2004, 11:02 AM   #1
mastaoneil
LQ Newbie
 
Registered: Jun 2004
Posts: 21

Rep: Reputation: 15
wine


hello

i downloaded wine for linux mandrake 10.0 it was a .rpm file i dbl click on it and it installs now what do i do

cheers
 
Old 06-19-2004, 11:24 AM   #2
jmorse
Member
 
Registered: Mar 2004
Location: United Kingdom
Distribution: LFS
Posts: 74

Rep: Reputation: 15
to run a program with wine you have to call it from the command line.

Open a terminal... browse to a directory with a windows executable, [eg notepad.exe], and type: 'wine notepad.exe'.

You will probably get errors about your wine installation not being set up, in which case have a look in /etc/wine.conf, or ~/.wine/config. More in the man page.

[http://www.winehq.com/site/howto]
 
Old 06-19-2004, 11:25 AM   #3
petes
LQ Newbie
 
Registered: Jun 2004
Distribution: SuSE9.1
Posts: 2

Rep: Reputation: 0
you may try to open a console and type in:
Code:
winesetup
Just go for the defaults for the first run.

Then you may start some windows executable with:
Code:
wine notepad.exe
assuming the notepad.exe is located in current directory.

Also you may want to register wine as default handler for .exe files in your konqueror or any such program you use to browse your files.

Hope this helps.

-Pete
 
Old 06-19-2004, 12:17 PM   #4
mastaoneil
LQ Newbie
 
Registered: Jun 2004
Posts: 21

Original Poster
Rep: Reputation: 15
cheers ill try thse

anymore suggestions would be great
 
Old 06-20-2004, 05:25 AM   #5
mastaoneil
LQ Newbie
 
Registered: Jun 2004
Posts: 21

Original Poster
Rep: Reputation: 15
none of those methods worked

when i type wine notepad.exe the following error comes

wine: creating configuration directory '/home/t23/.wine'...
cp: cannot stat `/usr/share/wine/wine.inf': No such file or directory
wine: wineprefixcreate failed while creating '/home/t23/.wine'.

and when i do winestup

bash: winesetup: command not found




pleez hellp
 
Old 06-20-2004, 06:48 AM   #6
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
please please please don't expect to be able to use wine for everything you ever want. you can't, and you shouldn't want to. ALWAYS try to find native applications before resorting to Wine.

There's another setup program called winesetuptk i think, try that. but you should be able to just read some of the docs on winehq to get going properly.
 
Old 06-20-2004, 06:52 AM   #7
d00msweek
Member
 
Registered: Jan 2004
Location: Cebu City, Philippines
Distribution: Slackware 10,Gentoo 2005.1,LFS
Posts: 92

Rep: Reputation: 15
http://www.winehq.com
OR
run :
man wine.conf

also run :
man wine
 
Old 06-20-2004, 09:10 AM   #8
jmorse
Member
 
Registered: Mar 2004
Location: United Kingdom
Distribution: LFS
Posts: 74

Rep: Reputation: 15
Check you have a '.wine' folder in your home directory, if not, create one. Inside, check there is a file called wine.inf.

Read one of the man pages, or check on the website for an example. There should have been one installed by the rpm package.
 
Old 06-20-2004, 05:46 PM   #9
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Hi, can you please show me which Wine RPM you used? It sounds like this RPM is broken (ie incorrectly made).
 
Old 06-20-2004, 08:54 PM   #10
crazibri
Member
 
Registered: Mar 2004
Location: Orange County, CA
Distribution: OS X, SuSE, RH, Debian, XP
Posts: 377

Rep: Reputation: 31
what I found out about wine is you should download the rpm and install it and then download the winesetuptk rpm and install it then go to /usr/bin and double click wineconfigtk and it will walk you through the setup.
I can then run "wine notepad.exe" but I get errors about acccessing Lc:\\windows so if you can figure that part out, that'd be great!
 
Old 06-20-2004, 10:28 PM   #11
Micrll
LQ Newbie
 
Registered: Jun 2004
Distribution: Mandrake 10 Offical Release
Posts: 18

Rep: Reputation: 0
I have the same problem

I have the same problem and I cant seem to get wine to run.
 
Old 06-21-2004, 05:56 AM   #12
jmorse
Member
 
Registered: Mar 2004
Location: United Kingdom
Distribution: LFS
Posts: 74

Rep: Reputation: 15
My success story:

I installed Wine from source. [I don't/can't use rpms]
A '.wine' directory appeared in my home directory.
Within was a 'config' file. I editted this, and set the 'c' drive to my home directory.

When I ran 'notepad' [appears to be a program which uses wine], it said 'cannot find c:/windows' or something like that. I created a windows, and windows/system directories in my home dir [which was set to c].

The next compaint was about fonts, so I symlinked the windows/fonts directory to my fonts directory.

No further problems. Works fine. [Then again all I run is paint and calc!]

Any problems must be in that config file, in '~/.wine'.
 
Old 06-21-2004, 07:56 AM   #13
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
In the latest version this should all be automatic.
 
Old 06-21-2004, 10:13 AM   #14
LaqrHead
LQ Newbie
 
Registered: Jun 2004
Location: Kelowna
Distribution: Mandrake 10
Posts: 3

Rep: Reputation: 0
This is the exact same problem that I have been having.

mhearn, the rpm I used is: wine-20040615-mdk.i586.rpm
 
Old 06-23-2004, 11:33 AM   #15
LaqrHead
LQ Newbie
 
Registered: Jun 2004
Location: Kelowna
Distribution: Mandrake 10
Posts: 3

Rep: Reputation: 0
Has anyone figured out why the rpm doesn't work?
 
  


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
Trouble running wine from src wine:error while loading shared libraries: libwine.so.1 brynjarh Linux - Newbie 2 05-28-2013 10:59 AM
Wine - Diablo II LOD TCP/IP doesn't work +where is my wine.conf brainlesspinkey Linux - Games 7 08-26-2007 08:10 AM
Link targets - problems with Wine (Though not Wine specific - Wine site doesn't help) Kevjml Linux - Newbie 1 01-13-2006 07:53 AM
wine [wine] config detailed settings...directory paths... breezewax Linux - Software 2 10-19-2004 06:15 PM
wine: chdir to /tmp/.wine-tom/server-306-33fca : No such file or directory Kinstonian Linux - Software 19 06-21-2003 05:16 AM

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

All times are GMT -5. The time now is 11:54 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