Hi,flynnsbit wrote: ↑Mon Sep 27, 2021 10:33 pm
A couple of things:
1. Yes, in the pack the F: drive is the actual CD drive that is mapped in DOS, then the D: drive is a like a symbolic link to F:. D: and F: are the same.
2. GPF usually means the disc didn't mount correctly. If you manually try and mount it using the mister menu, then at the dos prompt run a DIR on either D: or F:, does that work?
3. IF so, you just need to fix your paths. it would need to be exactly the way it is called in the 1_LAUNCH.BAT script for The Dig. You can edit that script using the 3_EDIT.BAT command in the same directly. That will just open EDIT 1_LAUNCH.BAT in the event you want to change the launch script. Look for the exact path that is being mounted and make sure that is exactly like the folder structure you are using. Sometimes it can be case sensitive, if your SDCARD or USB drive is formatted using NTFS.
Last ditch effort, rename your thedig.bin file to thedig.iso and see if you can mount the iso, if so, just change the launch script to reference .iso instead of .cue/bin.
All of this should have worked out of the box with the pack though...
Just tried to manually mount the image and it worked, as in I could browse the files on D:
Before I manually mounted the image from the OSD I saw that I looked as it was mounted(but got GPF), probably from my last try do start the game vid TDL.
My 'cd' folder is placed here /media/fat/games/AO486/cd/
But I noticed that the error screen says: add "/cd/dig/thedig.cue" TO /GAMES/AO486/CD/."
My games folder is lower case while the above error message in capitals. Perhaps it's not case sensitive(I use SMB/CIFS).
One thing I also noticed is that the 1_START.BAT that says:
CALL imagery ide10 D "/cd/dig/thedig.chd" "/cd/dig/thedig.cue"
The .cue files look correct and points to the .img file, but I have no .chd file in the /cd/dig folder.
Perhaps I should change that to something else, but not sure?