LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-23-2003, 07:15 AM   #1
MvD
Member
 
Registered: Aug 2003
Location: Moscow, Russia
Distribution: Mandrake 9.1 and Windows XP
Posts: 56

Rep: Reputation: 15
Red face Wine problem...


I know that there are loads of topics on this subjects, I did do a bit of searching but still I would prefer dircet help.

OK I downloaded a Wine rmp for Mandy. I installed, the installation went very well except for the fact that some signature was missing.

As far as I know the WIne app is in the usr/bin/ folder. But when I click on the wine app, nothing happens. I opened the wineconfig file, but I didn't quite understand what to do there, furthermore it seemed way too short.

My queastion is where the hell are the options to make the fake windows drive? and all that, and how do I actually start wine?

Btw, is Office XP (or 2000) supported using wine?
 
Old 09-23-2003, 08:05 AM   #2
altor
LQ Newbie
 
Registered: Sep 2003
Location: Rome, Italy
Distribution: Mdk 9.1 (& RH 9)
Posts: 6

Rep: Reputation: 0
Re: Wine problem...

[QUOTE]Originally posted by MvD
[B]
My queastion is where the hell are the options to make the fake windows drive? and all that, and how do I actually start wine?

I installed Wine some days ago, then I downloaded and used winsetuptk.rpm to make the fake drive.

I use wine in such a way (mdk 9.1):
$ Wine /mnt/windows/directory/program.exe

Tomorrow I'll download Xwine (graphical user interface for the wine emulator).

At the moment I had no good results in running programs like real Player and w.bloggar (look at my post of today at 10:50)

I use Win 98

Bye.

Last edited by altor; 09-23-2003 at 08:10 AM.
 
Old 09-23-2003, 08:34 AM   #3
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
Most of the Office 2000 suite should work: www.frankscorner.org
The config file should be in your ~/.wine directory. You can use the Winesetuptk to make one, or copy the sample from /usr/doc/wine-<number>/samples directory and adjust it with the help of the wine.conf man page.
You can configure Gnome/kde to run *.exe's on click. For kde, right-click a Windows program and click "Edit File Type". Use winelauncher instead of wine, because this pops up a window for you telling you what's going on.

Last edited by aaa; 09-23-2003 at 08:35 AM.
 
Old 09-24-2003, 06:44 AM   #4
MvD
Member
 
Registered: Aug 2003
Location: Moscow, Russia
Distribution: Mandrake 9.1 and Windows XP
Posts: 56

Original Poster
Rep: Reputation: 15
Thanx for the help people!
so I can make a fake win dive using the config file?

and by ~/wine do you mean my Home directory? If yes then I acnnot see any wine directory in home.
 
Old 09-24-2003, 07:39 AM   #5
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
you can go to my sig or scroll up to one of the past posts that mention frankscorner and go to that site and make the fake windows directory (~/.wine and its subdirectorys) with the program on that site called Winetools..
and yes that means your home directory but what you typed is wrong as its supposed to be ~/.wine notice the period in front of wine showing its a hidden folder...the tilde (~)key is just short for /home/USER where USER is equal to your name on your machine...
 
Old 09-25-2003, 03:11 AM   #6
MvD
Member
 
Registered: Aug 2003
Location: Moscow, Russia
Distribution: Mandrake 9.1 and Windows XP
Posts: 56

Original Poster
Rep: Reputation: 15
Thanx I got the point...
 
Old 09-25-2003, 03:46 AM   #7
altor
LQ Newbie
 
Registered: Sep 2003
Location: Rome, Italy
Distribution: Mdk 9.1 (& RH 9)
Posts: 6

Rep: Reputation: 0
I found easy to setup wine and making fake_win_drive using the Configuration and Setup Tool
winesetuptk-0.6.1-b.i586.rpm
 
Old 09-27-2003, 01:37 AM   #8
trinbellwoods
LQ Newbie
 
Registered: Sep 2003
Location: Montreal
Distribution: Debian Sid
Posts: 29

Rep: Reputation: 15
I was going to post a new thread, but my problem seemed kind of relevant to this thread, so here goes:

Okay, so I installed Wine using the rpm, which went perfectly. Then I created the wine.conf file in my home directory using winesetuptk, which also went okay. But since I have a windows xp partition, I was recommended to create a fake windows directory. This is a section of the wine.conf file:

[Drive C]
"Path" = "/home/trinitybellwoods/.wine/fake_windows"
"Type" = "hd"
"Label" = "/home/trinitybellwoods/.wine/fake_windows"
"Filesystem" = "win95"

[Drive D]
"Type" = "hd"
"Path" = "/mnt/windows"
"Label" = "/mnt/windows"
"FileSystem" = "win95"

I know my partition is mounted properly, and so on - and I can access and use files in it, but when I open up a terminal, change to the directory that my program is in, and pass it the command: "wine [nameofprogram.exe]" I get an error message:

[trinitybellwoods@localhost trinitybellwoods]$ cd /mnt/windows/Program\ Files/Trillian
[trinitybellwoods@localhost Trillian]$ wine trillian.exe
Warning: no valid DOS drive found, check your configuration file.
Warning: could not find wine config [Drive x] entry for current working directory /mnt/windows/Program Files/Trillian; starting in windows directory.
Invalid path L"c:\\windows" for L"windows" directory: does not exist.
Perhaps you have not properly edited your Wine configuration file (/home/trinitybellwoods/.wine/config)

I know this is a total newb question, but what's going wrong? I have honestly searched all over the place and read man pages, but I'm just not clear on what I should do! Thanks...
 
Old 09-27-2003, 02:21 AM   #9
coolamit78
Member
 
Registered: Aug 2003
Location: New Delhi, India
Distribution: RHEL AS 3/4, Windows XP
Posts: 546

Rep: Reputation: 31
well.....seems like you are working harder than needed.....frankscorner.org(the site for wine application howto's) also has made available an application called 'winetools' and 'winexgaming' for playing games on wine.

Using winetools, u can create a wine config file from the X-window system, rather than keying in your commands frm the console. And, believe me, creating the config file and fake_windows partition does the job better than creating them manually...I myself installed wine and edited the wine-config file using 'winetools' and have successfully installed solitaire, notepad, freecell, winamp 2.91, jetaudio 4.81, and MS Office 2000(unable to save files in word; and excel and powerpoint crash..lol...but dont mind that much as I dont like applications not working properly...so i boot into windows if i want to use MS word)

so, just download winetools from frankscorner.org and i am sure it will help.



good luck
 
Old 09-27-2003, 06:46 AM   #10
trinbellwoods
LQ Newbie
 
Registered: Sep 2003
Location: Montreal
Distribution: Debian Sid
Posts: 29

Rep: Reputation: 15
okay, well, I already ran one of those programs that create the fake directory and the config file, and I've confirmed that wine works by running the command "wine notepad.exe" - that was the test specified on the wine website. I've realized that I need to install my programs in the fake windows directory rather than trying to run them from my windows partition. So, everything should be okay now! thanks for the input!
 
  


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
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 problem bungle_42 Linux - Software 2 10-22-2004 10:27 AM
problem with wine exigent Linux - Software 1 03-04-2004 06:59 AM
wine problem Please help~!~!~!~! demmylls Linux - Software 2 03-03-2004 02:20 PM
wine problem tylerb Linux - Software 0 02-16-2004 03:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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