Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Everything works in terminal until I get to this:

./nexprep.sh rom

Error: ROM File 'rom' not found!

rom folder is in the downloads folder but it can't find it? Should it be a zip file?

(1 edit)

Yes, the Rom file needs to be a .zip or 7z file which contains the dumps of the original arcade ROM chips.  It’s the same type of Rom file that MAME uses.

While in the terminal, can you post the output of a “pwd” and “ls -l” command from your terminal?  You don’t need the quotes.

Now it can't find 

./nexprep.sh

I've deleted and downloaded everything several times zipped the roms copied the commands into terminal...I've no idea what it means to 'post the output of a pwd'

At the risk of ridicule for my stupidity I give up!

Don’t give up!

Are you using Mac or Linux?

You need your Rom file and the starforc_nex.zip file from here in the same folder - this will usually be your Downloads folder on your machine.

Then you should be able to follow the appropriate section of the video guide here: https://youtu.be/bfyol449GFY?si=-wBsZQV4TbxifBGb

Mac OS.

In my downloads folder I have:

starforc_nex.zip

starforc.zip

I enter this into terminal:

cd ~/Downloads
unzip starforc_nex.zip

Which creates two folders in my downloads:

_MACOSX (empty)

starforc_nex (contains unzipped files)

Then I enter:

xattr -d com.apple.quarantine nexprep.sh

Resulting in this message

xattr: No such file: nexprep.sh

Leaving this still to be entered.

./nexprep.sh starforc

That is strange.  The unzip command has created a “ starforc_nex” subfolder and put the files there instead of in the Downloads folder.

Easiest thing to do would be to use Finder to copy the files & folders from the “starforc_nex” folder to Downloads folder.

Then retry the xattr command again.