llakssz / CIAngel

Download GOOD CIAs on your 3DS!
189 stars 19 forks source link

Corrupted eShop titles #136

Open wekii opened 7 years ago

wekii commented 7 years ago

Some eShop titles installed from .cia files created with CIAngel can't be run. When you try to run title you get ARM11 exception error:

15013418798130

If yoi try to run it's manual you get:

15013419319601

I can confirm that these titles don't work:

You can read more detailed about this problem here: https://github.com/AuroraWright/Luma3DS/issues/750

DrakiaXYZ commented 7 years ago

What are the MD5/CRC32/SHA hashes on the generated files?

wekii commented 6 years ago

Toki Tori 3D (EUR) CRC32: 54CD0086 MD5: 12793BB8F25D00D9EBA95DCE3E895511 SHA-1: 37809AB852D32CF2C88C45215FF4660C7C4F7DCA

BOXBOXBOY!TM (EUR) CRC32: A8CBB413 MD5: 0FB788AD3BEB0B2D71C6B02C2A85DF59 SHA-1: 76DCA2911D01ED3090059A6952F03D7FA5B1FD0C

SteamWorld Heist (EUR CTR-N-JY5P) CRC32: 18CC40BC MD5: 0C5DED2AB1081DBC058A1A1BA4291CBE SHA-1: 7C237704F18B4105A45F401A8DF5D346920BA5C4

3D Gunstar Heroes (EUR) CRC32: B877C94D MD5: 122972F6A48841209DADFFB89D7B8C21 SHA-1: 2018FC2D705640FECC800641742968C6EB5BC870

DrakiaXYZ commented 6 years ago

I'll try to check this out this week when I've got a chance. Thanks for the extra info.

DrakiaXYZ commented 6 years ago

Hmm, I got the same hashes for Toki Tori, and it's working fine on my O3DS on 11.5-38U running Luma 8.0/8.1/nightly (tested all) installed with FBI 2.4.8.

http://imgur.com/a/sFvSd

They aren't wrong, in that it seems to be a failure in the FS module (From what I can tell quickly looking at the 3dbrew wiki, it's "Invalid NCCH" from the FS module). Are you able to test another SD card? Perhaps there is an issue with the one you're using.

DrakiaXYZ commented 6 years ago

Appears this may actually be a seed issue, users are seeing it with the latest FreeShop as well: https://gbatemp.net/threads/release-arc13s-freeshop-fork-open-source-eshop-alternative.468436/page-117#post-7482346

Could you try going in to FBI, and installing the seed for the affected titles?

wekii commented 6 years ago

Thank you for helping me. After installing seeds all four titles works great now.

I would like to know why these seeds are not included in .cia files generated via CIAngel? And I don't understand why these titles work on your 3DS without separately installing seeds with FBI? Is it maybe because I always turn off WiFi connection on 3DS before installing .cia files with FBI?

DrakiaXYZ commented 6 years ago

Seeds are not part of the CIA format, they are a separate piece of data normally retrieved by the eShop during installation. FBI itself will grab these seeds during installation as well, from my understanding, though you would need to be online for that to occur.

wekii commented 6 years ago

Thank you so much for all these infos. Maybe we should update readme.md with this, it would be very useful?!