The error means . You must dump prod.keys from your own Switch and place it in the working directory, ~/.switch/ , or specify its path with --keyset . Never download keys from untrusted sources.
ls -l prod.keys
cp ~/.switch/prod.keys . hactool game.nca hactool prodkeys does not exist link
However, a common stumbling block for beginners and experienced developers alike is the dreaded error message: or "keyset not loaded." The error means
: Connect your Switch to your PC and use a tool like TegraRCMGUI (Windows) or WebRCM to inject the Lockpick_RCM.bin payload. ls -l prod
When you see the message prodkeys does not exist , hactool is searching its default directory paths (or the path you specified) and finding absolutely nothing. Step 1: How to Get Your prod.keys File
hactool -k path\to\your\prod.keys game.nca
The error means . You must dump prod.keys from your own Switch and place it in the working directory, ~/.switch/ , or specify its path with --keyset . Never download keys from untrusted sources.
ls -l prod.keys
cp ~/.switch/prod.keys . hactool game.nca
However, a common stumbling block for beginners and experienced developers alike is the dreaded error message: or "keyset not loaded."
: Connect your Switch to your PC and use a tool like TegraRCMGUI (Windows) or WebRCM to inject the Lockpick_RCM.bin payload.
When you see the message prodkeys does not exist , hactool is searching its default directory paths (or the path you specified) and finding absolutely nothing. Step 1: How to Get Your prod.keys File
hactool -k path\to\your\prod.keys game.nca