farmerbb / RED-Project

ROM Extraction Documentation Project
209 stars 10 forks source link

Can't extract Irem Arcade Hits on Windows #9

Open Dragoonglue opened 4 years ago

Dragoonglue commented 4 years ago

I tried following the instructions listed on the wiki, but encountered two problems. First, when I try to install nodejs (and only that, the other dependencies installed just fine) the console says that it can't locate the package. Second, when I try to run the Windows-to-Mac script it throws this error:

chmod: cannot acces 'irem-convert-windows-to-mac.sh': No such file or directory

Even though I already downloaded the file the way it's described on the wiki and checked that it's actually there. Any help would be greatly appreciated.

Vesuvius72 commented 3 years ago

I updated/edited the code in the instructions when I was having the same issue. The code should not be windows-to-mac, but win-to-mac.sh after changing both lines to "win", instead of "windows" it should create the files correctly.

farmerbb commented 3 years ago

Good catch, thanks for doing that!