shijimasoft / cia-unix

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

I keep getting this error #11

Closed Idkwhyiamherebutokay closed 10 months ago

Idkwhyiamherebutokay commented 10 months ago

Some tools are missing, do you want to download them? (y/n): y --: ./dltools.sh: Permission denied ctrtool not found. Make sure it's located in the same directory

Haven't used Crystal before, so I might be doing something wrong, but shouldn't the tools be automatically downloaded?

shijimasoft commented 10 months ago

Please check that dltools.sh have execute permission, if not just run from terminal chmod +x dltools.sh (in the same cia-unix directory)

Idkwhyiamherebutokay commented 10 months ago

Thank you for helping out. I got it to install the tools, but now it seems like it doesn't recognize they are installed.

Idkwhyiamherebutokay commented 10 months ago

Nevermind! got it to work. Had to first remove the permissions and then re-add them for some reason. Thanks for the help!

shijimasoft commented 10 months ago

Okk nice! 😊