aonez / Keka

The macOS & iOS file archiver
https://www.keka.io
4.87k stars 241 forks source link

Error code 13 with unraring large files #362

Open chriselden opened 5 years ago

chriselden commented 5 years ago

Hi,

Everything is in the title!

using KEKA, on large files, i got this error code when i try to unrar them. it's 15 rar files of 5,5GB each.

I also noticed something strange. When i try to unrar with the Unrar X application, it telles me: not a rar files. which is really strange because other people succeed in unraring them all!

i got this problem only on large files and at every state of progress.. Something it happen at 5% after start sometimes 40% sometimes 55% etc... any time.

i try to unrar them on 4 différent HD on 2 different computers.

chriselden commented 5 years ago

yep

chriselden commented 5 years ago

?

ghost commented 5 years ago

Still happening

Sent with GitHawk

aonez commented 5 years ago

Sadly still no way to properly reproduce/fix this one 😞

aonez commented 5 years ago

In this build I've made the possibility to extract RAR files with p7zip instead of unrar, in case you can try if that fixes the issue. Although I remember it appeared also while extracting a ZIP file https://github.com/aonez/Keka/issues/362#issuecomment-473700678...

To use p7zip for RAR:

defaults write com.aone.keka UnrarWithP7ZIP true

To use unrar:

defaults write com.aone.keka UnrarWithP7ZIP false
PeterisP commented 5 years ago

Just to note, I had the same (or similar) issue with a not-that-large rar file - 750mb of mostly mp4 videos.

Keka Version 1.1.17 (3323) OS X 10.14.5 (18F132)

The error appeared at different places during the extraction, I tried multiple times, and on 5th attempt and every following one the same archive opened correctly. So I "could" reproduce it for multiple times, but it seems that I can't anymore.

HBiSoft commented 5 years ago

I had the same problem. For me, closing all my applications, worked for some reason.

ghost commented 5 years ago

I get this error pls fix

ghost commented 5 years ago

but its 7z file

ghost commented 5 years ago

I was compressing a ~100gb folder with lots of sub folders at max compression idk when it happened cause I was asleep

quadcube commented 5 years ago

@chriselden if you give Keka Desktop file access (Keka - Preferences - File access -> Add your Desktop to the list) it will create a file named Keka-log.log in your desktop with all the future logs.

You can also try to extract the files using the terminal:

/Applications/Keka.app/Contents/Resources/kekaunrar x /THE_RAR_PATH.rar /YOUR_BIG_HDD_DESTINATION_PATH

Let me know what Keka-log.log &/or the Terminal operation says.

this works.

Edit: Keka v1.1.19 (3345) on Mojave 10.14.6. Keka was unable to unrar multi part file (max file size=1gb size each, total 2.3g). First tested with /Applications/Keka.app/Contents/Resources/kekaunrar t /Volumes/Download/xxx.part01.rar, where the output reports all OK.

orchetect commented 4 years ago

I am also having this issue. Keka 1.1.24 from App Store on macOS 10.14.6 with all APFS disks/volumes. Extracting using unrar through Terminal tests fine though.