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

Some NSP files are stated as broken and have missing information #165

Open
Masamune3210 opened this issue Dec 10, 2019 · 7 comments
Open

Comments

@Masamune3210
Copy link

I have a couple nsp files every once in a while that will be missing information, the log states that they are broken and the names are not automatically fixed, instead retreating back to the file name. If I run the files through a program to verify them, they come back perfect, so am I missing something?

@Masamune3210
Copy link
Author

here is a log from one of the nsps run through the program to verify them
https://pastebin.com/c36gfSpR

@Masamune3210
Copy link
Author

Interestingly,rebuilding the nsp files seems to mostly fix them, maybe the program is having a issue with the internal order of the files or something?

@garoxas
Copy link
Contributor

garoxas commented Dec 15, 2019

it's this game right?

sbm

the log states that they are broken and the names are not automatically fixed

if you meant this log message then you shouldn't need to worry, the app just try to find the game name from titlekeys.txt file which I believe most users don't have one anyway

[INFO]    Could not find game name! Don't worry, will try again later
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at Switch_Backup_Manager.Util.GetFileDataNSP(String file)

maybe the program is having a issue with the internal order of the files or something?

not sure about having issue with the files order, but it does read files based on its order in the file entry table

@Masamune3210
Copy link
Author

A lot of my files seem to have the issue, the only solution I have found is to rebuild the nsp with something like NSC_Builder. What's weird is the issue only started happening, the backup manager was working fine a week ago

@Masamune3210
Copy link
Author

Lots of complaints of Section 00 being missing as well

@garoxas
Copy link
Contributor

garoxas commented Dec 16, 2019

you can try to replace hactool in your sbm app directory

@Masamune3210
Copy link
Author

Updating hactool seems to have cleared up some of it, you might want to look into updating the build that the program grabs

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