Disc reading problem...

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
remy01
Newbie
Newbie
Posts: 1
Joined: Mon Aug 17, 2009 4:42 pm

Disc reading problem...

Post by remy01 »

I have a certain Star Wars Jedi Knight II: Jedi Outcast disc that I am trying to load an autorun.exe off of with wine, but with a peculiar problem: the game executable is labeled "AUTORUN.EXE;1", along with many other files of a similar suffix. When I try to run it, wine works for a bit then gives up, showing no screen or other indication. I then tried to rename the exe and other files on the disc and reburn it. It seems to have installed fine but upon loading the menu it shows a NO DISC error and the menu itself runs extremely slow. I have checked the appDB and apparently no such bug or for that matter such underperformance has been indicated with this particular game. If anyone could shed some light on this, it would be much appreciated. Thanks! I am running Mint 7 Gloria under GNOME.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Disc reading problem...

Post by vitamin »

remy01 wrote:I have a certain Star Wars Jedi Knight II: Jedi Outcast disc that I am trying to load an autorun.exe off of with wine, but with a peculiar problem: the game executable is labeled "AUTORUN.EXE;1", along with many other files of a similar suffix.
Most likely incorrectly mastered CD or even worse - intentionally broken (for any platform using/supporting Rock Ridge extension).

Try mounting with 'norock' option. Ex:

Code: Select all

sudo mount /dev/cdrom /media/cdrom -o norock
skelband
Level 2
Level 2
Posts: 12
Joined: Sat Mar 12, 2011 12:10 am

Post by skelband »

Many thanks vitamin.

That was indeed the problem!
skelband
Level 2
Level 2
Posts: 12
Joined: Sat Mar 12, 2011 12:10 am

Post by skelband »

Oops, sorry, replied to wrong message. Please disregard.
Locked