-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
eMMC partition mount failure at startup #172
Comments
Hi there. Thanks for reporting this issue. This is related to the new eMMC FAT partition browser that I recently implemented into nxdumptool-rewrite. FatFs documentation states the following information about error code 13:
I'm positive it couldn't possibly be a fault within my DiskIO implementation (which is just a call to If possible, please get in touch with me via Discord (my DMs are always open) or e-mail, whichever you prefer. I'd like to take a better look at this. |
Hi was this issue ever worked out I'm currently having the same issue. |
I am unable reproduce this using the current available build (commit ca61151) on my personal Erista console using Title Takeover. |
@SonicAtari The user who reported this issue hasn't gotten in touch with me, so I haven't been able to debug it any further. I'm still interested in knowing why it fails, though. |
Apologies. I made this bug report from my college account. This is the account I actually wanted to make the report from. I was unfortunately very busy yesterday, but I've sent you a friend request on Discord and will get with you later today. |
I also sent a request I'm under awasomeman |
Unrelated issue. Find a newer Lockpick_RCM build and use it to redump your keys. |
I see. Thx ! Edit: and redownloaded the latest nxdumptool. I even ran the partialaes.keys through the PartialAesKeyCrack.zip (successfully), I'm confused. |
We cannot tell people where or how to find newer versions of Lockpick_RCM. |
Whoopsie! My bad! |
I encountered the same issues as OP launched through title override 512 Samsung SD Card |
@krubihon Please provide more details about your setup. Did you use any specific tools to modify your eMMC partitions in any way or capacity? |
Nothing I know of, It uses the latest update and atmosphere as well as sig patches. Basically the same as OP |
If worth for something, I am Using FW 19.0.1 Atmosphère 1.8.0 and the release from https://github.com/DarkMatterCore/nxdumptool/releases/tag/rewrite-prerelease running the program on full title Homebrew loader mode I get: Amusingly running rewrite-prerelease on Homebrew Loader ON Applet mode, a text version is displayed and you can dump NSP without problem: Also, on my setup, the version 1.1.5 starts ok, and you can select the cartridge or the installed titles but when you are about to dump a title the error |
@impeeza you're describing a different problem altogether. Are you using a custom forwarder / Atmosphère build / HBMenu build? v1.1.5 is deprecated and no longer kept up to date. |
yes I know about 1.1.5 I mentioned just for adding context. I am using traditional Title override (Pressing R while loading a game) and for applet mode using the album applet. By the way I am using NoGC setting on Hekate, that can be a factor. |
@impeeza just asking, because custom forwarders and/or loaders are known to trigger this kind of problems. Having NoGC enabled should not be an issue, since that's not related to the svc debug calls that are failing in this case (according to your logfile). Other than that, I have no idea what could be happening. It sounds like a loader issue. |
An error occurs upon opening nxdumptool in either applet mode or title takeover. Here is what it says:
"An error occurred while initializing resources."
"bisStorageMountPartition: Failed to mount SAFE partition via FatFs! (13)."
Screenshots
Logfile
nxdt_rw_poc.log
The text was updated successfully, but these errors were encountered: