DotNet3dsToolkit icon indicating copy to clipboard operation
DotNet3dsToolkit copied to clipboard

can not openFile(cia) via new ThreeDsRom().OpenFile(fileName)

Open duanyunlun opened this issue 5 years ago • 4 comments

When I try to Open the CIA file downloaded for test (I'm not sure if it's encrypted) via this method : image

CIA file details: image

the breakpoints: image image

duanyunlun avatar Jul 09 '19 03:07 duanyunlun

I'm not sure if it's encrypted

Can you check? This is a very important distinction. This older version should be able to extract it if it's decrypted.

evandixon avatar Jul 09 '19 14:07 evandixon

checked(already decrypted), older version works fine......

duanyunlun avatar Jul 11 '19 13:07 duanyunlun

I cannot reproduce the issue with a decrypted ROM, but I can with an encrypted one. Are you sure it's fully decrypted, and not just partially? Can Citra 3DS run it? If it can, can you provide the title ID?

evandixon avatar Jul 15 '19 23:07 evandixon

the .cia file for test is builded by old version DotNet3dsToolkit(Form.exe),building config like this: image title ID : image

duanyunlun avatar Jul 16 '19 02:07 duanyunlun