shijimasoft / cia-unix

Decrypt CIA/3DS roms in UNIX environments (Linux and macOS)
Apache License 2.0
101 stars 12 forks source link

#6 still occurs #7

Closed roythearsonist closed 1 year ago

roythearsonist commented 1 year ago

Just complied today from expermential, got this error:

which: no decrypt.py in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin)
Decrypting: Metroid Prime - Federation Force (CTR-U-BCAE) (v1.2.0) (U).cia...
Unsupported CIA
shijimasoft commented 1 year ago

Could you try which decrypt.py on terminal and post the output? Another thing, which OS are you using?

roythearsonist commented 1 year ago

I'm using linux, specifically arch. Here's the output:

which: no decrypt.py in (/usr/local/bin:/usr/bin:/var/lib/snapd/snap/bin)
shijimasoft commented 1 year ago

Oh, that’s the point, linux quit cia-unix since the command which send an error return code.

I’ve been testing cia-unix only on macos

shijimasoft commented 1 year ago

But I’m sure that some old versions (that worked on the same way) works on linux as well 😔

roythearsonist commented 1 year ago

That sucks. I guess I'll just have to use my 3ds then.

shijimasoft commented 1 year ago

91f845c44d474eaf34d2b86e6d0be1b0e5ff81db fixed that