3DS_Multi_Decryptor icon indicating copy to clipboard operation
3DS_Multi_Decryptor copied to clipboard

Issues running CDNto3DS.py under Linux

Open Theswweet opened this issue 9 years ago • 3 comments

Even when I supply the correct files, I keep getting the following error;

Traceback (most recent call last): File "CDNto3DS.py", line 187, in call(["aescbc", outfname, outfname + '.dec', titlekey, cIDX + '0000000000000000000000000000']) File "/usr/lib/python2.7/subprocess.py", line 522, in call return Popen(_popenargs, *_kwargs).wait() File "/usr/lib/python2.7/subprocess.py", line 710, in init errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory

Theswweet avatar Jan 19 '16 10:01 Theswweet

Missing a aescbc decryptor. The "aescbc.exe" is a Windows application.

LITTOMA avatar Jan 20 '16 13:01 LITTOMA

You'll need to either compile 3DS_Multi_Decryptor/to3DS/CDNto3DS/aescbc_src.zip for Linux or use OpenSSL.

Relys avatar Jan 20 '16 22:01 Relys

you must edit the *.py which call aescbc (CDNto3DS.py and SDto3DS). Just change "aescbc" for "./aescbc" and "makerom" for "./makerom". It will run ok.

jadingoo avatar Sep 30 '16 15:09 jadingoo