0mhz-net / 0mhz-collection

A curated collection of configurations for individually bootable DOS games for the ao486 core on MiSTer
64 stars 4 forks source link

Theme Park does not load "Invalid Directory" and "Bad command or file name" errors #67

Closed Halowoodx closed 6 months ago

Halowoodx commented 6 months ago

I just downloaded the collection yesterday, I have not tried all the games yet but all I have tried so far aside from Theme Park has worked which displays this error when the core is launched. IMG_20240506_143843846

jeffkrull commented 6 months ago

Your screenshot shows you have the wrong CD file loaded, and you have an additional HDD image attached than comes with Theme Park, which is why it's not working. Did you forget to replace the AO486.CFG file with the one from any of the collection zips?

Halowoodx commented 6 months ago

I did definitely replace the AO486.CFG but I double checked now by downloading it again (specifically the one from the theme park.zip too) replaced it in the config folder, and tried it again and it gives the same error.

The Mister menu also says the theme park.chd image is mounted to IDE 1-0 if that helps IMG_20240507_010429627

jeffkrull commented 6 months ago

You still have game.vhd mounted as a second drive. It's treating that as drive D, so it is mounting the CD image as drive E. The autorun batch file in the game VHD file is assuming the CD is mounted in drive D, so the start command fails. The fact that game.vhd is here at all means you've probably been running another DOS collection before 0Mhz, and have leftover configuration files from that. You need to either modify the run script in the VHD to use drive E, or you need to go into your MiSTer config folder, delete all files that start with AO486, and add the AO486.CFG file from the ZIP.

Halowoodx commented 6 months ago

I received this mister 2nd hand and already set up so that might be the case, I will try that when I'm free and report back.

Halowoodx commented 6 months ago

Following your instructions did solve the issue for me, thank you for the help.