mirror of
https://github.com/SabreTools/NDecrypt.git
synced 2026-02-04 05:35:53 +00:00
Could not read keys. Please make sure the file exists and try again. #25
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @graphixillusion on GitHub (Dec 15, 2025).
Originally assigned to: @mnadareski on GitHub.
Ndecrypt /path/to/someFile.3ds gives the error in the title.
Scenario:
CWD
|
|-ndecrypt
|-config.json
|-3ds file
Tried both on Linux and Windows. In this case config.json is next to the executables but the error occurs with config inside ~/.config/ndecrypt - %userprofile%.config\ndecrypt too
Summary:
ndecrypt e/d title.3ds ==> doesn't work
ndecrypt e/d title.3ds -c path/to/config.json ==> works
@mnadareski commented on GitHub (Dec 15, 2025):
Working theory is that I accidentally removed default filename handling in the move over to the commandline library.
@mnadareski commented on GitHub (Dec 15, 2025):
My hunch appears to have been correct. The location where the config is being read from does not provide the default
config.jsonpath value, instead only relying on the passed in parameters.@mnadareski commented on GitHub (Dec 15, 2025):
Please try the WIP when it builds.
@graphixillusion commented on GitHub (Dec 16, 2025):
Yep, WIP build works good!