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 08-24-2003, 06:29 PM   #1
darksecant
LQ Newbie
 
Registered: Mar 2003
Posts: 10

Rep: Reputation: 0
Wine trouble


Im running RH 9. This is the message I get.

[paulhitt@localhost paulhitt]$ wineserver
[paulhitt@localhost paulhitt]$ wine setup.exe
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
wine: cannot find 'setup.exe'

Any suggestions?
 
Old 08-24-2003, 10:01 PM   #2
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well by the looks of things, you are running wine setup.exe from your home folder....and as i don't think i am going out on a limb here, i am going to have to assume setup.exe doesn't exist in your home folder...i assume your trying to run it from your cdrom or somewhere else...in that case you have to specify the full path...something like:
wine /mnt/cdrom/setup.exe
 
Old 08-25-2003, 06:22 AM   #3
darksecant
LQ Newbie
 
Registered: Mar 2003
Posts: 10

Original Poster
Rep: Reputation: 0
[paulhitt@localhost paulhitt]$ wine /mnt/cdrom/setup.exe
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
Building font metrics. This may take some time...
XIO: fatal IO error 0 (Success) on X server ":0.0"
after 176 requests (174 known processed) with 0 events remaining.
Same error any more suggestions anyone?
 
Old 08-25-2003, 10:49 AM   #4
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
couple questions..?
1-) did you set up a fake windows driver properly?
2-) what are you trying to install? its possible (if step 1 is completed) that it cannot be installed...
 
Old 08-25-2003, 10:59 AM   #5
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
OK, a few things:

1) You don't need to start the wineserver yourself, wine will do this automatically

2) The X11 Error: Success message is because of NPTL issues. Make sure you have actually installed an RPM built for RH9 by people who know what they are doing. That means WineHQ - get them from our website and that problem should go away.

3) The second error you got is different to the first, ignore the fixmes....
 
Old 08-25-2003, 03:06 PM   #6
darksecant
LQ Newbie
 
Registered: Mar 2003
Posts: 10

Original Poster
Rep: Reputation: 0
How do you ignore the fixmes?
 
Old 08-25-2003, 04:11 PM   #7
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Well, use your willpower to resist looking at them? Just pretend they aren't there or something, I don't know....
 
Old 08-26-2003, 01:43 PM   #8
darksecant
LQ Newbie
 
Registered: Mar 2003
Posts: 10

Original Poster
Rep: Reputation: 0
I used winesetuptk to setup a fake windows, and tried to install counter strike
 
Old 08-26-2003, 02:47 PM   #9
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
ok you say this:
Quote:
Originally posted by darksecant
I used winesetuptk to setup a fake windows, and tried to install counter strike
and to me that means next to nothing unless what your trying to say is, that this is what your doing, and the below is what your getting when trying to do that?

Quote:
Originally posted by darksecant
[paulhitt@localhost paulhitt]$ wine /mnt/cdrom/setup.exe
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported
Building font metrics. This may take some time...
XIO: fatal IO error 0 (Success) on X server ":0.0"
after 176 requests (174 known processed) with 0 events remaining.
Same error any more suggestions anyone?
if the above stated is true, did you do what mhearn said, and make sure your using the precompiled rpm built for redhat 9 which is available at sourceforge.net if that is the case?
 
Old 08-27-2003, 06:24 AM   #10
darksecant
LQ Newbie
 
Registered: Mar 2003
Posts: 10

Original Poster
Rep: Reputation: 0
I used a precompiled rpm but i still get that same message.
 
Old 08-27-2003, 09:15 AM   #11
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Are you *SURE* it was the rh9 RPM. Make sure there are no old versions lying around etc.....

What is your CPU?
 
Old 08-27-2003, 09:22 AM   #12
darksecant
LQ Newbie
 
Registered: Mar 2003
Posts: 10

Original Poster
Rep: Reputation: 0
How do I uninstall wine and give it a new makeover?
 
Old 08-27-2003, 09:25 AM   #13
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
rpm -e wine.

Then make sure it really is gone, try running it or something, you should get "file not found". Then delete the ~/.wine directory.
 
Old 08-27-2003, 02:02 PM   #14
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
after removing the current wine installation just delete the config files in the .wine directory and keep the directory structures in tact instead of rebuilding the fake drive.
 
Old 08-27-2003, 09:05 PM   #15
darksecant
LQ Newbie
 
Registered: Mar 2003
Posts: 10

Original Poster
Rep: Reputation: 0
I got it to work, Thank you very much everyone.

Whenever I run counter-strike or half life, the scren turns black, goes to a low resolution and and just stops. Any suggestions?
 
  


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 trouble jumpman890 Linux - Software 2 02-25-2004 11:00 PM
wine trouble Mr.Mounsey Linux - Software 1 12-01-2003 07:58 PM
Trouble installing Wine jkt Linux - Software 16 11-05-2003 08:43 PM
Wine installation trouble.. Babo Linux - Software 1 02-03-2003 02:13 PM

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

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