-
Notifications
You must be signed in to change notification settings - Fork 156
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
Can't extract NCA file from .nca folder #90
Comments
That’s not a nax0 that’s an nca. |
oh, nuts, it should be a nax0 after all if it's content on SD. i guess try -t nca? the nax0 magic is not encrypted. |
Ok i used the same command i wrote before with -t nca. It worked but gave me this at the end: `BKTR section seems to be corrupted. Error: section 0 is corrupted! Note: cannot save BKTR section without base romfs. Saving Decrypted NCA to game.nca... Is this ok? Or do i need the romfs? |
up to you, you do indeed need to provide the base title to extract romfs |
I gave it the romfs but still gives me always the same ending corruption error...i added |
Anyway it isn't an SD content, the file is inside the USER partition. Both Pokemon Sword and Shield updates are inside the USER partition |
Hey there! I'm having the same issue. After building hactool from source on Ubuntu 20.10 on a WSL2 host and providing the following command:
I receive the following output (prod.keys has been extracted from my Switch and stored within Ubuntu in "~/.switch/prod.keys"):
(The value of the reys was manually removed by me when copying the output over. Trying the same command but with "-t nca" (
I'm trying to extract the NSPs of my downloaded content as per this guide to be able to install again on my switch, after similar issues happened while using SwitchSDTool, but I keep getting stuck at this step. Is there anything else I should be trying? |
OK. I had the same issue,but I fixed it , just put the |
I'm trying to extract a nca update file from a .nca folder with a single 00 file inside (it is Pokémon Sword update). I downloaded last hactool.exe release and used this command:
hactool -k foldername/prod.keys -t nax0 --sdseed=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --sdpath="/foldername/folder.nca" --plaintext=game.nca "D:/foldername/folder.nca/00"
prod.keys file is inside the correct folder, i extracted it using Lockpick_RCM. Changed the Xs with sd_seed found inside prod.keys file. I'm getting this (i removed the values between the ""):
What is the problem?
The text was updated successfully, but these errors were encountered: