VitaSmith / cdecrypt

Decrypt Wii U NUS content — Forked from: https://code.google.com/archive/p/cdecrypt/
Other
345 stars 25 forks source link

Remaining case sensitivity issues on Linux #1

Closed dekay closed 3 years ago

dekay commented 3 years ago

See attached. If the hex value in the filename before the extension is a letter, the program assumes it will be uppercase and fails. I manually renamed 0000000d.app to 0000000D.app etc and the program ran successfully.

Thanks for keeping Linux users in mind! The program works great otherwise.

Edit: I saw a similar report on gbatemp and you reported this fixed. Just to be clear, I hit this problem on a fresh git pull this afternoon (Jan 1st). Seems like a lingering bug remains.

Screenshot_20210101_142416

VitaSmith commented 3 years ago

Thanks for the report. This should be fixed now.

dekay commented 3 years ago

Fix works great. Thanks very much!