MystIII-Exile
-
- Newbie
- Posts: 4
- Joined: Mon May 12, 2008 5:48 pm
MystIII-Exile
Hi everybody,
I'd like to play Myst III - Exile with wine on Ubuntu 8.04 but the installation doesn't work.
In fact I have the Trilogy DVD edition with Myst, Riven and Exile and I saw that Riven works well : http://appdb.winehq.org/objectManager.p ... &iId=10719.
But my problem is a bit weird : I can't find any exe file on the DVD to install Exile !!! Riven is easy to install because there is simply a myst2 directory on the DVD with a setup in it and so on... But it isn't the case for Exile.
I tried the autorun.exe at the root of the DVD, and it launched the choosing screen with the three games but when I click on Exile it tells me "don't find exile file"... and stops...
Did someone try to play Myst III ? Can you help me ?
Thanks in advance
I'd like to play Myst III - Exile with wine on Ubuntu 8.04 but the installation doesn't work.
In fact I have the Trilogy DVD edition with Myst, Riven and Exile and I saw that Riven works well : http://appdb.winehq.org/objectManager.p ... &iId=10719.
But my problem is a bit weird : I can't find any exe file on the DVD to install Exile !!! Riven is easy to install because there is simply a myst2 directory on the DVD with a setup in it and so on... But it isn't the case for Exile.
I tried the autorun.exe at the root of the DVD, and it launched the choosing screen with the three games but when I click on Exile it tells me "don't find exile file"... and stops...
Did someone try to play Myst III ? Can you help me ?
Thanks in advance
MystIII-Exile
On Mon, May 12, 2008 at 4:00 PM, deltamoins <[email protected]> wrote:
mounting it with the norock option. e.g.
sudo umount /media/cdrom
sudo mount /dev/cdrom /media/cdrom -o norock
Could be the dvd was mastered wrong. TryBut my problem is a bit weird : I can't find any exe file on the DVD to install Exile !!!
mounting it with the norock option. e.g.
sudo umount /media/cdrom
sudo mount /dev/cdrom /media/cdrom -o norock
-
- Newbie
- Posts: 4
- Joined: Mon May 12, 2008 5:48 pm
MystIII-Exile
deltamoins wrote:
or otherwise put it out of use before trying, sounds like it's
complaining about a lock.
There really should be a way to remount the cdrom, maybe eject the diskHi,
I didn't manage to remount my cdrom. It tolds me (french translation from the terminal) that the DVD was protected in writting...
But I find some exe files but the DVD is a such mess that I don't understand which install MystIII
And with Window$, it worked well so the DVD is good no ?
or otherwise put it out of use before trying, sounds like it's
complaining about a lock.
-
- Newbie
- Posts: 4
- Joined: Mon May 12, 2008 5:48 pm
OK so in fact what I meant was I didn't manage to remount my cdrom by the command proposed by Dan Kegel :
Of course if I eject and put back my cdrom it will re-mount by itself well...
Perhpas I don't understand what yoi said gnivler... What do you mean "put it out of use" ?
The second command doesn't work because of writting protection problems as I said.sudo umount /media/cdrom
sudo mount /dev/cdrom /media/cdrom -o norock
Of course if I eject and put back my cdrom it will re-mount by itself well...
Perhpas I don't understand what yoi said gnivler... What do you mean "put it out of use" ?
To remount your cdrom, try :deltamoins wrote:OK so in fact what I meant was I didn't manage to remount my cdrom by the command proposed by Dan Kegel :The second command doesn't work because of writting protection problems as I said.sudo umount /media/cdrom
sudo mount /dev/cdrom /media/cdrom -o norock
Of course if I eject and put back my cdrom it will re-mount by itself well...
Perhpas I don't understand what yoi said gnivler... What do you mean "put it out of use" ?
Code: Select all
sudo mount /dev/cdrom /media/cdrom -o norock -o ro
MystIII-Exile
deltamoins wrote:
was to try and make sure nothing was using the CD, but if the umount is
working, my advice has no relevance. I just did some playing around,
I'm also using Ubuntu hardy, give this a shot:
sudo umount /media/cdrom0
sudo mount /dev/scd0 /media/cdrom0
There are symlinks for /media/cdrom > /media/cdrom0 and I got error
trying to mount /dev/cdrom (also a symlink to /dev/scd0) so I went with the block device? I am not
even sure that's the right term. But I did have errors similar to yours
until I used these commands. I still get a message about mounting it
as read-only, which isn't surprising since it's a CDROM.
mount: block device /dev/scd0 is write-protected, mounting read-only
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
My unix is really rusty, I'm getting back into the swing. All I meantOK so in fact what I meant was I didn't manage to remount my cdrom by the command proposed by Dan Kegel :
The second command doesn't work because of writting protection problems as I said.sudo umount /media/cdrom
sudo mount /dev/cdrom /media/cdrom -o norock
Of course if I eject and put back my cdrom it will re-mount by itself well...
Perhpas I don't understand what yoi said gnivler... What do you mean "put it out of use" ?
was to try and make sure nothing was using the CD, but if the umount is
working, my advice has no relevance. I just did some playing around,
I'm also using Ubuntu hardy, give this a shot:
sudo umount /media/cdrom0
sudo mount /dev/scd0 /media/cdrom0
There are symlinks for /media/cdrom > /media/cdrom0 and I got error
trying to mount /dev/cdrom (also a symlink to /dev/scd0) so I went with the block device? I am not
even sure that's the right term. But I did have errors similar to yours
until I used these commands. I still get a message about mounting it
as read-only, which isn't surprising since it's a CDROM.
mount: block device /dev/scd0 is write-protected, mounting read-only
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
Sorry Tlarhices we replied at the same time.Tlarhices wrote:To remount your cdrom, try :deltamoins wrote:OK so in fact what I meant was I didn't manage to remount my cdrom by the command proposed by Dan Kegel :The second command doesn't work because of writting protection problems as I said.sudo umount /media/cdrom
sudo mount /dev/cdrom /media/cdrom -o norock
Of course if I eject and put back my cdrom it will re-mount by itself well...
Perhpas I don't understand what yoi said gnivler... What do you mean "put it out of use" ?It will mount it in read only, so the write permission will not be tested.Code: Select all
sudo mount /dev/cdrom /media/cdrom -o norock -o ro
gnivler wrote:No need to be sorry about that, I think it's better to have 2 answers than none ^^Tlarhices wrote:Sorry Tlarhices we replied at the same time.
But using the command you have provided :You are not using the norock option which was the original reason Dan Kegel provided the command line way :Code: Select all
sudo mount /dev/scd0 /media/cdrom0
Dan Kegel wrote:Could be the dvd was mastered wrong. Try mounting it with the norock option.
Code: Select all
sudo mount /dev/cdrom /media/cdrom -o norock -o ro
Woops! Good eye. I actually used -o norock in my terminal but while retyping it I didn't include it. I'm guessing the -o ro would suppress the warning I received for not using it on a RO medium? ThanksTlarhices wrote:gnivler wrote:No need to be sorry about that, I think it's better to have 2 answers than none ^^Tlarhices wrote:Sorry Tlarhices we replied at the same time.
But using the command you have provided :You are not using the norock option which was the original reason Dan Kegel provided the command line way :Code: Select all
sudo mount /dev/scd0 /media/cdrom0
Dan Kegel wrote:Could be the dvd was mastered wrong. Try mounting it with the norock option.Should mount it with the norock option and keep it happy by asking for read only access.Code: Select all
sudo mount /dev/cdrom /media/cdrom -o norock -o ro

-
- Newbie
- Posts: 4
- Joined: Mon May 12, 2008 5:48 pm
Thanks to gnivler and Tlarhices for help.
I'd just tried but it doesn't work...
Here could be an answer of the reason :
And if you look in the man of mount, the norock option doesn't exist...
Perhaps, it's relevant now : my Linux is Ubuntu 8.04.
Here is my version of mount : mount (util-linux-ng 2.13.1)
In the AppDB part of the site someone has the same problem, so I post a reply and see...
But your new ideas will be welcome of course
I'd just tried
Code: Select all
sudo mount /dev/cdrom /media/cdrom -o norock -o ro
Here could be an answer of the reason :
Code: Select all
dmesg | grep mount
[ 8258.102945] UDF-fs: Partition marked readonly; forcing readonly mount
[ 8279.374126] udf: bad mount option "norock" or missing value
[ 8333.641370] UDF-fs: Partition marked readonly; forcing readonly mount
Perhaps, it's relevant now : my Linux is Ubuntu 8.04.
Here is my version of mount : mount (util-linux-ng 2.13.1)
In the AppDB part of the site someone has the same problem, so I post a reply and see...
But your new ideas will be welcome of course

MystIII-Exile
On Fri, May 16, 2008 at 2:58 PM, deltamoins <[email protected]> wrote:
sudo mount /dev/cdrom /media/cdrom -onohide,ro
Try unhide instead of norock.sudo mount /dev/cdrom /media/cdrom -o norock -o ro
[ 8279.374126] udf: bad mount option "norock" or missing value
sudo mount /dev/cdrom /media/cdrom -onohide,ro
MystIII-Exile
On Fri, May 16, 2008 at 3:16 PM, Dan Kegel <[email protected]> wrote:
unhide is for cd-roms.)
So:
sudo mount /dev/cdrom /media/cdrom -ounhide,ro
dammit, I always get nohide and unhide mixed up. (nohide is for nfs,On Fri, May 16, 2008 at 2:58 PM, deltamoins <[email protected]> wrote:Try unhide instead of norock.sudo mount /dev/cdrom /media/cdrom -o norock -o ro
[ 8279.374126] udf: bad mount option "norock" or missing value
sudo mount /dev/cdrom /media/cdrom -onohide,ro
unhide is for cd-roms.)
So:
sudo mount /dev/cdrom /media/cdrom -ounhide,ro