Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Why should I give makerom ID when I create a cci rom? #74

Open
matiffeder opened this issue Aug 1, 2018 · 1 comment
Open

[Bug] Why should I give makerom ID when I create a cci rom? #74

matiffeder opened this issue Aug 1, 2018 · 1 comment

Comments

@matiffeder
Copy link

matiffeder commented Aug 1, 2018

makerom -f cci -i Main.ncch:0 -i Manual.ncch:1 -i N3DSUpdateData.ncch:6 -i UpdateData.ncch:7 -o sample.cci

When I use this command to create cci, makerom shows following error:

[SETTING ERROR] '' could not be opened
[RESULT] Invalid arguments, see 'makerom -help'

But after I use this command it will success to make a playable rom:
makerom -f cci -i Main.ncch:0:0 -i Manual.ncch:1:1 -i N3DSUpdateData.ncch:6:6 -i UpdateData.ncch:7:7 -o sample.cci

The help message said I only need <file>:<index> in cci.
It's a bug or I misunderstood something?

@matiffeder matiffeder changed the title Why should I give makerom id when I create a cci rom? Why should I give makerom ID when I create a cci rom? Aug 1, 2018
@jakcron
Copy link
Collaborator

jakcron commented Aug 6, 2018

This is a bug.

@jakcron jakcron changed the title Why should I give makerom ID when I create a cci rom? [Bug] Why should I give makerom ID when I create a cci rom? Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants