-
Notifications
You must be signed in to change notification settings - Fork 37
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
No icon on some 3DS games even with all keys present and valid. #208
Comments
I can't confirm this exact same problem on Windows, but I can confirm it specifically for properly encrypted DLC packages, on the latest release version. |
DLC CIAs are considered CFAs, so the NCCH doesn't have a ".code" section. The first file is "icon", so check for that instead. This fixes icon display for DLC CIAs. Reported by CheatFreak in issue #208: No icon on some 3DS games even with all keys present and valid. TODO: Check if this fixes the original issue in #208.
For the DLC CIAs: The NCCHReader class was verifying encryption keys by checking that the first file in the ExeFS was named @felixsrg Can you try compiling the latest code from the master branch and see if that fixes your issue? If not, please post |
I finally got the time to compile it, I'm sorry for the delay. After compiling, all the icons started showing up correctly again, for encrypted and decrypted base, updates and DLCs. |
Thanks for confirming that it's fixed. Closing this bug. If you encounter any other CIAs (or other 3DS files) that aren't thumbnailing properly, please file another bug and include the |
Yeah, pretty much what title says, I'm on Ubuntu 18.04 using Nautilus file browser, some icons work perfectly and some games just show no icon at all, like when the keys are missing or bad, but I have verified them all and the GUI shows the green check on them all.
It's also worth noting I've also tried wiping thumbnail data in cache and restarted both Nautilus and my Computer.
The text was updated successfully, but these errors were encountered: