SirFluffDev / ps1-3ds-forwarder

Package PS1 roms into installable CIA files.
The Unlicense
7 stars 2 forks source link

getting NCCH error when trying to build the cia #1

Open sapolman opened 1 year ago

sapolman commented 1 year ago

ROM - ./r4.chd ICON - ./48x48.png BANNER - ./logo.png SOUND - ./itsshowtime.wav

Long name: Ridge Racer Type 4 Short name (optional): Publisher: Namco Title ID (optional):

Ridge Racer Type 4 / Ridge Racer Type 4 / Namco / 0xbd9ae

Copying ROM Configuring settings Building RomFS Building CIA [NCCH ERROR] Failed to open banner file 'banner.bnr' [NCCH ERROR] NCCH Build Process Failed [RESULT] Failed to build outfile Cleaning up rm: cannot remove 'banner.bnr': No such file or directory

Finished (Ridge Racer Type 4.cia)

on Fedora Workstation 38

SirFluffDev commented 1 year ago

Sorry for leaving this unanswered. Were you running from the same directory as the script? If you don't it can cause issues with paths and whatnot.

44ron commented 1 year ago

Exact same issue when trying to convert SOTN, I have the files in the same directory as the script.

SirFluffDev commented 1 year ago

But are you in the same directory when you run it? If all your files are in ~/Documents, are you in ~/Documents in your terminal?

44ron commented 1 year ago

yes. i am in the root directory of ps1-3ds-forwarder, where create.sh is. I've placed the files in the root folder and run create.sh there