Can't run Shadow of the Comet. Help!
Moderator: LW Moderator
- level1900
- Super Member
- Posts: 201
- Joined: Mon Nov 24, 2008 3:42 pm
- Location: Spaghetti land
- Has thanked: 3 times
- Been thanked: 1 time
Can't run Shadow of the Comet. Help!
Hi all.
I downloaded the Shadow of the Comet Multilingual ISO Demo by nanette and I'm having trouble running it. When trying to run alone it says "Not ready to read drive D" and hangs up, and if I try running in DOSbox it gets stuck on a low-res dos screen with a flashing C:\> an I can't type anything. If I try running install.exe it says "Install path must be C:\infogram\shadow.cd", I tried manually creating that folder and copying all files in there and by doing that install works but nothing I can do in the install program makes the game run.
What do I do?
I downloaded the Shadow of the Comet Multilingual ISO Demo by nanette and I'm having trouble running it. When trying to run alone it says "Not ready to read drive D" and hangs up, and if I try running in DOSbox it gets stuck on a low-res dos screen with a flashing C:\> an I can't type anything. If I try running install.exe it says "Install path must be C:\infogram\shadow.cd", I tried manually creating that folder and copying all files in there and by doing that install works but nothing I can do in the install program makes the game run.
What do I do?
Bad games are like bad wine: have patience and they'll make good vinegar
- Scaryfun
- 3DSL Admin
- Posts: 11290
- Joined: Wed Jun 02, 2004 9:27 pm
- Location: Toronto, Canada.
- Has thanked: 1665 times
- Been thanked: 886 times
- Contact:
Re: Can't run Shadow of the Comet. Help!
Try this - http://www.dosbox.com/comp_list.php?sho ... 4&letter=S
set the CD label as "SHADOWCD" when mounting it in order for the game to install:
mount d /mount/point -t cdrom -label SHADOWCD
set the CD label as "SHADOWCD" when mounting it in order for the game to install:
mount d /mount/point -t cdrom -label SHADOWCD

- hfric
- 3DSL Moderator
- Posts: 5026
- Joined: Sun Jan 09, 2005 2:51 am
- Has thanked: 49 times
- Been thanked: 233 times
Re: Can't run Shadow of the Comet. Help!
Shadow of the Comet , Fascination and B.A.T 2 CD are games that must by mounted within Dosbox , using ''mount'' command
I think the same goes with ''Robinson's Requiem'' and ''Deus''
I think the same goes with ''Robinson's Requiem'' and ''Deus''
- level1900
- Super Member
- Posts: 201
- Joined: Mon Nov 24, 2008 3:42 pm
- Location: Spaghetti land
- Has thanked: 3 times
- Been thanked: 1 time
Re: Can't run Shadow of the Comet. Help!
NOTE: I just realized the zip file contains an ISO file, but for some reason winRAR let me open it as an archive (even had the books icon), so I assumed it was an archive in another archive and didn't know it was an ISO. I mounted it with daemon tools but no luck.Scaryfun wrote:Try this - http://www.dosbox.com/comp_list.php?sho ... 4&letter=S
set the CD label as "SHADOWCD" when mounting it in order for the game to install:
mount d /mount/point -t cdrom -label SHADOWCD
I'm having trouble understanding how to use the 'mount' command in DOSbox. Can you guys explain it to me? (herp derp

Bad games are like bad wine: have patience and they'll make good vinegar
- Shattered
- 3DSL Moderator
- Posts: 2674
- Joined: Tue Apr 08, 2008 10:03 pm
- Has thanked: 254 times
- Been thanked: 337 times
Re: Can't run Shadow of the Comet. Help!
@level1900:
You can also use D-Fend Reloaded:
It's DOSBox with a GUI. Mount the image in DAEMON Tools and use the wizard in D-Fend Reloaded to add the game + DT virtual drive.
Code: Select all
http://www.dosbox.com/wiki/MOUNT
Code: Select all
http://dfendreloaded.sourceforge.net/
- Meddle
- Super Member
- Posts: 2621
- Joined: Sun Nov 05, 2006 9:44 pm
- Location: In the driver's seat.
- Has thanked: 78 times
- Been thanked: 123 times
Re: Can't run Shadow of the Comet. Help!
I though you might appreciate how this should look in the DOSBox config file. The following is from my config file's autoexec section at the bottom of said config file.
I use daemon tools to mount images and then mount the virtual drive in DOSBox. Doing it this way is only really necessary for images that aren't *.ISO or BIN/CUE.
The breakdown for commands follows.
The use of "mount" is obvious.
"d" is the drive I want it to appear as.
"h:\" is the mounted Daemon Tools virtual drive.
"-t cdrom" is how I want the virtual drive to behave in DOSBox.
"-ioctl_dx" this option is necessary for me since I'm using Windows 7x64. I have never needed to use the preceding command "-usecd 0", but perhaps I just haven't run into a game that needs it.
"-label" is not always necessary, but seems to be in this case. The game I usually play "Daggerfall" must use this option. This is why I already have all that set up.
I hope that explanation is useful.
Code: Select all
[autoexec]
# Lines in this section will be run at startup.
# You can put your MOUNT lines here.
[autoexec]
# Lines in this section will be run at startup.
mount a f:\dos\floppy\ -t floppy
mount c f:\dos\virtualhd\ -freesize 1500
mount d h:\ -t cdrom -ioctl_dx -label SHADOWCD
The breakdown for commands follows.
The use of "mount" is obvious.
"d" is the drive I want it to appear as.
"h:\" is the mounted Daemon Tools virtual drive.
"-t cdrom" is how I want the virtual drive to behave in DOSBox.
"-ioctl_dx" this option is necessary for me since I'm using Windows 7x64. I have never needed to use the preceding command "-usecd 0", but perhaps I just haven't run into a game that needs it.
"-label" is not always necessary, but seems to be in this case. The game I usually play "Daggerfall" must use this option. This is why I already have all that set up.
I hope that explanation is useful.

- level1900
- Super Member
- Posts: 201
- Joined: Mon Nov 24, 2008 3:42 pm
- Location: Spaghetti land
- Has thanked: 3 times
- Been thanked: 1 time
Re: Can't run Shadow of the Comet. Help!

I mean, if anyone can think of an easier way, post away and I'll be more than happy

Bad games are like bad wine: have patience and they'll make good vinegar
- hfric
- 3DSL Moderator
- Posts: 5026
- Joined: Sun Jan 09, 2005 2:51 am
- Has thanked: 49 times
- Been thanked: 233 times
Re: Can't run Shadow of the Comet. Help!
ok so just for the lulz got the ISo mounted it in DT and booted dosbox and it works fine



- level1900
- Super Member
- Posts: 201
- Joined: Mon Nov 24, 2008 3:42 pm
- Location: Spaghetti land
- Has thanked: 3 times
- Been thanked: 1 time
Re: Can't run Shadow of the Comet. Help!
Yes but you're a wizard, Harryhfric wrote:ok so just for the lulz got the ISo mounted it in DT and booted dosbox and it works fine![]()

Bad games are like bad wine: have patience and they'll make good vinegar