LinuxQuestions.org
Review your favorite Linux distribution.
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 04-19-2005, 04:11 PM   #1
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Rep: Reputation: 30
wine to install games?


I'm trying to install UT2003 from the installation disks in Wine. It works fine for the first disk, but when the installation asks for disk two, I can't do anything about it!!! Wine is using my rom drive, so when I try to "eject /dev/hdd" I get the busy error of course "unmount: /dev/hdd: Drive is busy." How do I get around this???
 
Old 04-19-2005, 04:51 PM   #2
username17
Member
 
Registered: Aug 2004
Location: Norfolk VA
Distribution: Slackware 11
Posts: 230

Rep: Reputation: 30
AFAIK UT2k3 and UT2k4 install nativly.

Look on the root dir of the first CD, locate the linux install script.
Copy it to your ~/, cd ~/, execute the script (should already have +x permissions)
It will go through and install the game from all the CDs.

GL
 
Old 04-19-2005, 05:10 PM   #3
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Original Poster
Rep: Reputation: 30
there is no linux install script on the root directory of the first disk

The only things on the root directory are the windows executable and the autorun.inf file for windows
 
Old 04-19-2005, 05:24 PM   #4
username17
Member
 
Registered: Aug 2004
Location: Norfolk VA
Distribution: Slackware 11
Posts: 230

Rep: Reputation: 30
Hmm,
I installed UT2004 nativly on linux, I figured it was the same for 2003.

The UT2003 official website does not list Linux, but neither does the UT2004 site.
I have 2k3 and 2k4 @ home, I'd have to look.
I'm gonna do some googling and I'll edit this post if I find anything.
GL

EDIT: Ahah! I LOVE Google!
The linux-installer.sh is on the 3rd disk, not the first.
Copy it to ~/, run it (pref as root) and it should install the game.

Last edited by username17; 04-19-2005 at 05:27 PM.
 
Old 04-19-2005, 05:27 PM   #5
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Original Poster
Rep: Reputation: 30
cool thanks. I'll have to check it out.
 
Old 04-19-2005, 05:52 PM   #6
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Original Poster
Rep: Reputation: 30
yeah. the install still does not work


it gives me back the error that the "device is busy or still mounted"
 
Old 04-19-2005, 06:38 PM   #7
username17
Member
 
Registered: Aug 2004
Location: Norfolk VA
Distribution: Slackware 11
Posts: 230

Rep: Reputation: 30
Still doesn't work using wine or the provided install script?

Make sure NOT to run the script from the CD, you'll wanna copy it somewhere (/tmp, ~/, et al) and then run it.
Then umount the cd, because the install script will most likely want the first CD to start with.
 
Old 04-19-2005, 06:44 PM   #8
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Original Poster
Rep: Reputation: 30
I had to restart. I think there was a bug in my compile... sometimes I cannot eject my cd rom bays (physically or software) without restarting. I was able to install, but there are big problems with my configuration: I have dual desktop setup, and I only want to play the game on one desktop. Yet when I start the game, it automatically fullscreens over both my desktops. I don't want that, it's a pain in my ass and the only way I can get around that is by making the game a window.
 
Old 04-19-2005, 07:06 PM   #9
username17
Member
 
Registered: Aug 2004
Location: Norfolk VA
Distribution: Slackware 11
Posts: 230

Rep: Reputation: 30
Stupid question about ejecting the CD drives, they have to be unmounted before they will eject.
Rebooting causes all devices to be unmounted during the shutdown process.

About the dual screen setup, afaik you will have to run it in windowed mode.
I haven't run dual screens in linux, so I'm not sure.

Sounds like you did get the game installed though?
 
Old 04-19-2005, 07:22 PM   #10
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Original Poster
Rep: Reputation: 30
Quote:
Stupid question about ejecting the CD drives, they have to be unmounted before they will eject
snipish comments won't get you anywhere, username. yes, I'm aware that you can't eject a rom drive without unmounting it. As I've said, I believe I made an error by compiling my kernel such that whenever I try to unmount a rom drive (only occassionally does this happen, mind you) it will say
Code:
umount: /mnt/dvdwriter: not mounted
when I try to eject it will say "device is busy or still mounted"
mounting again reads:
Code:
mount: /dev/hdc already mounted
before you ask: yes, fstab and mtab both mount /dev/hdc to /mnt/dvdwriter.

But yes, rebooting did solve the problem
 
Old 04-19-2005, 09:16 PM   #11
tsphan
Member
 
Registered: Jan 2005
Location: Clackamas, Oregon, US
Distribution: Slackware 10.2
Posts: 154

Rep: Reputation: 30
if the problem isn't fixed, perhaps mount the isos?

Last edited by tsphan; 04-19-2005 at 09:19 PM.
 
Old 04-20-2005, 02:45 PM   #12
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Original Poster
Rep: Reputation: 30
problem solved

haha, it's funny how simple some solutions are! I can play UT2003 on just my CRT now, without having to worry about the TV. How did I do it? I turned off my TV. It's that simple. When my video card did not detect my secondary monitor, it blew the game up fullscreen on my primary CRT display. Problem solved.
 
  


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 and games AndrewB Mandriva 5 03-31-2005 09:58 AM
wine and dos games? alphisb0t Linux - Games 5 07-06-2004 12:44 AM
Wine Windows in Games w0lv3rin3 Linux - Software 2 03-06-2004 05:25 PM
Games with wine rottmanj Linux - Software 3 07-21-2003 10:35 AM
Wine games gokussj Linux - General 4 03-04-2002 04:42 PM

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

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