ntrteam / ntrboot_flasher

🔓 Flash ntrboot to supported flashcarts using your 3DS.
https://3ds.hacks.guide/ntrboot.html
GNU General Public License v3.0
234 stars 33 forks source link

Acekard2i isn't restoring. #89

Open lunalik2 opened 6 years ago

lunalik2 commented 6 years ago

Urgent: My Acekard2i isn't restoring. This same thing occurred on both my n3ds and o3ds. 3ds error Latest ver of ntr, and ntr flasher. I believe they are both on b9s 1.2, and sys ver 11.6.

kitlith commented 6 years ago

could you upload your ntrboot.log?

maybe also increase the debug level a few times, try it again, and upload it?

However, I can't guarantee that I'll be able to help as it's been awhile since I've worked on this.

lunalik2 commented 6 years ago

ntrboot.log

kitlith commented 6 years ago

hm, I guess the read failed?

iirc what's going on with the restore here is it's reading everything and making sure to only change what differs between the backup and the cart, because that's faster. you might be able to force it to write everything, but that involves modifying code. we also appeared to use a really large chunk size for this, reducing it to 0x10000 (don't go lower than this, though) could also help it progress more.

I can make a build for you if necessary, but not right-away.

lunalik2 commented 6 years ago

Ok that would probably help. Thanks.