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.php?sClass=version&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
On Mon, May 12, 2008 at 4:00 PM, deltamoins <wineforum-user at winehq.org> wrote:> But my problem is a bit weird : I can't find any exe file on the DVD to install Exile !!!Could be the dvd was mastered wrong. Try mounting it with the norock option. e.g. sudo umount /media/cdrom sudo mount /dev/cdrom /media/cdrom -o norock
Hi, 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 ?
OK so in fact what I meant was I didn't manage to remount my cdrom by the command proposed by Dan Kegel :> sudo umount /media/cdrom > sudo mount /dev/cdrom /media/cdrom -o norockThe second command doesn't work because of writting protection problems as I said. 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" ?
Tlarhices wrote:> > 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 : > > > > > sudo umount /media/cdrom > > > sudo mount /dev/cdrom /media/cdrom -o norock > > > > The second command doesn't work because of writting protection problems as I said. > > 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 : > > Code: > sudo mount /dev/cdrom /media/cdrom -o norock -o ro > > > It will mount it in read only, so the write permission will not be tested.Sorry Tlarhices we replied at the same time.
On Fri, May 16, 2008 at 3:16 PM, Dan Kegel <dank at kegel.com> wrote:> On Fri, May 16, 2008 at 2:58 PM, deltamoins <wineforum-user at winehq.org> wrote: >> sudo mount /dev/cdrom /media/cdrom -o norock -o ro >> >> [ 8279.374126] udf: bad mount option "norock" or missing value > > Try unhide instead of norock. > > sudo mount /dev/cdrom /media/cdrom -onohide,rodammit, I always get nohide and unhide mixed up. (nohide is for nfs, unhide is for cd-roms.) So: sudo mount /dev/cdrom /media/cdrom -ounhide,ro