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 > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 03-02-2005, 09:24 AM   #1
just_dan
Member
 
Registered: Jul 2004
Location: Sunny south wales (cwmbranistan)
Distribution: Colbalt/fedora 6
Posts: 71

Rep: Reputation: 15
wine on fedora 3


Hi all

i was wondering how wine works and specifically how it works with fedora core 3

if i install wine will it affect any of my lovely linux apps?

will it take over or just do thing when asked (E.g running a windows app)

will it just sit quietly in the background until i want to run a win32 app?

i realise its a bit of a noob question but i seem unable to find an answer with google

thanks

Dan
 
Old 03-02-2005, 10:13 AM   #2
Maestro485
Member
 
Registered: Apr 2004
Location: Pittsburgh
Distribution: Slackware
Posts: 136

Rep: Reputation: 16
Wine is just an app like any other. It won't run anything unless you tell it to. Wine is not perfect, however. There are still many windows apps that won't run on it, but its getting better every day. I have had wine lock up my system before, but I was usually trying to run an unsupported game, messing with config files and such. Its worth a try if you're interested though.
 
Old 03-02-2005, 10:18 AM   #3
just_dan
Member
 
Registered: Jul 2004
Location: Sunny south wales (cwmbranistan)
Distribution: Colbalt/fedora 6
Posts: 71

Original Poster
Rep: Reputation: 15
thats cool then.. i was worried it would kill everything thing off that i have running nativly... and it took me ages to get it all going as a noob
 
Old 03-03-2005, 05:32 AM   #4
just_dan
Member
 
Registered: Jul 2004
Location: Sunny south wales (cwmbranistan)
Distribution: Colbalt/fedora 6
Posts: 71

Original Poster
Rep: Reputation: 15
ok i tried it last night and i seem to be having soem problems

It doesnt seem to want to install Dcom.exe or IE6

i managed to create a fake windows drive when i tried to use winetools to install the dcom.exe it came up with loads of errors relating to fixme and err

i played with that for a bit and a couple of hours of googling and i am still none the wiser.

so i tried to instal IE6sp1 then (in english)

it downloaded it all ok however it just froze at 45% of the install.. it refused to go any further

i tried recreating the fake windows drive and still no joy

anyone got this working with FC3 and if so how??? i am lost now...

thanks

Noobie dan
 
Old 03-03-2005, 01:37 PM   #5
Maestro485
Member
 
Registered: Apr 2004
Location: Pittsburgh
Distribution: Slackware
Posts: 136

Rep: Reputation: 16
If you really want IE (although I don't know why you would), Crossover Office is your best bet. Unfortunately, I think it costs about $45. However, it will also let you install a variety of programs such as MS Word, Photoshop, Dreamweaver, etc. Its hard to get things to work with wine perfectly without some research.
 
Old 03-04-2005, 05:12 AM   #6
just_dan
Member
 
Registered: Jul 2004
Location: Sunny south wales (cwmbranistan)
Distribution: Colbalt/fedora 6
Posts: 71

Original Poster
Rep: Reputation: 15
ok i don't really want IE i thought i needed it to install wine.. it sort of give that impression.. if i can get aware without out it all the better.. any idea why i can't install Dcom98.exe
 
Old 03-04-2005, 03:23 PM   #7
Maestro485
Member
 
Registered: Apr 2004
Location: Pittsburgh
Distribution: Slackware
Posts: 136

Rep: Reputation: 16
I'm not sure if you need dcom98 for the newer versions of wine. Is it installing wine that you're having trouble with? Once wine is installed, try installing an app or two with it to see if it will work.
 
Old 03-05-2005, 05:52 AM   #8
just_dan
Member
 
Registered: Jul 2004
Location: Sunny south wales (cwmbranistan)
Distribution: Colbalt/fedora 6
Posts: 71

Original Poster
Rep: Reputation: 15
I did try to install Baldur's gate (i just fancied playing it again) it gets as far as the first screen (where the installer would start after the install sheild) and brings up the first screen and thats it just hangs there. it doesn't start the installation.. any ideas?
 
Old 03-05-2005, 07:59 AM   #9
maxut
Senior Member
 
Registered: May 2003
Location: istanbul
Distribution: debian - redhat - others
Posts: 1,188

Rep: Reputation: 50
fisrt search on web about running that game with wine.

i didnt try to run windoze games on wine. i tried to run some applications. i had to edit ~/.wine/config file and copy some dlls from win98. after that i managed to run some applications.
u may want to try this way for games too, run wine like this:
WINEDEBUG=+loaddll wine /path/to/app.exe
it will show u the dlls which are loaded. and play with "native" "builtin" prority of that dlls.

example :
[AppDefaults\\app.exe\\DllOverrides]
"msvcrt" = "native"
"msvcrt20" = "native"
"ole32" = "builtin"
"oleaut32" = "native"
...
...


the best option is winex if u want to play windoze games on linux. but it is not free.

good luck.
 
Old 03-05-2005, 08:22 AM   #10
just_dan
Member
 
Registered: Jul 2004
Location: Sunny south wales (cwmbranistan)
Distribution: Colbalt/fedora 6
Posts: 71

Original Poster
Rep: Reputation: 15
sounds good however will this work when installing the app? i havent got it installed yet?
 
Old 03-05-2005, 10:20 AM   #11
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
I was having a lot of trouble with wine 'till I was pointed to "winetools" (which, I note, you've already found) and (here's the key, for me at least) then I went down the "initalize" menu winetools displayed and did ALL (except for the non-english IE6 installs) of the :suggested" initalization installs IN ORDER.

I too got a lot of wine error messages during the DCOM install, but they didn't seem related to the actual install -- just button and cursor shape changes, which I ignored.

So that got me working for me.

Note that the default wine "system" is Win98, not WinXP, which is often good for games (I suppose), but does preclude many "modern" programs.

Of course, running Linux means you don't need most of those "modern" programs.
 
Old 03-05-2005, 02:13 PM   #12
Maestro485
Member
 
Registered: Apr 2004
Location: Pittsburgh
Distribution: Slackware
Posts: 136

Rep: Reputation: 16
You can get winex free from cvs. Follow the instructions here:

http://frankscorner.org/index.php?p=cedegacvs
 
  


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
Wine, Fedora 3 & CS 1.6 kompact Linux - Newbie 0 04-22-2005 09:32 PM
Wine+DVDShrink3.2+Fedora 3 sckain Fedora 1 03-19-2005 07:22 PM
fedora 2 and wine maxut Fedora 7 06-27-2004 11:46 PM
Fedora and Wine Xyre Linux - Software 0 02-02-2004 02:53 PM
Free Wine for Fedora? andyman06 Fedora 5 01-24-2004 10:28 PM

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

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