Reply 20 of 91, by ADDiCT
- Rank
- Oldbie
Hey, don't give up so quickly! (; I see that "CD not found" error message. There's one more thing you could try, and that's to make an image of the CD, and try mounting that in DOSBox with the imgmount command. Right now, you're using the "mount" command to mount a subdirectory as a "fake" cd drive. Even when you've mounted your "real" CD-ROM drive, it was treated as a directory by DOSBox. Mounting an image works differently, and could make a difference for copy-protected games.
Do you know how to make an image of a CD in ISO or BIN/CUE format? you could do that with programs like Alcohol 120%, IsoBuster or CDRWin. If the game has audio tracks (which is not very probable in this case), you'd have to create a BIN/CUE image, if it has only the data on it, an ISO image would be fine.
After you have the image on your hd, you'd mount it like this:
imgmount d: <path_and_filename_of_image> -t iso -ioctl
If you've created a BIN/CUE image, you have to use the CUE filename to mount the image.
And then you can try to start the game again.