So. I kind of like BOMArchiverHelper.app, the default OS X unzipping utility. However, it has quite a number of limitations. Most other unarchivers on OS X have interfaces that I don't like, or just don't work very well. Also, thanks to Windows' idiotic idea of using the current system encoding for filenames, I have tons of archives from Japan with Shift_JIS filenames, which none of the unarchivers on OS X I've tried will handle properly.
And so I, because I obviously don't have enough to do already, get the idea that I need to write a better unarchiver. Features I think it needs include:
For actual information on the current state of this project, read on!
>>442 Look above, he says he's working on encryption support. As of now it cannot handle encrypted archives.
omg. do i have to wait for spring...? hope you'll seed some betas.
btw I noticed you can find some unarchive bundles in Stuffit Expander.app, and are can those used for The Unarchiver? Maybe its needed to unassemble and hacked?
*Can those be used for The unarchiver
sry mistypes.
It is an interesting idea, but I suspect it wouldn't work. I'll keep it in mind, though.
The Unarchiver is not functioning properly in Leopard. I can't seem to assign The Unarchiver to open up my zipped files. When I use the Get Info window, I have to navigate to find it. (It's not visible along with Stuffit and Archive Utility.) When I assign it to a zip (or other similar) file and then click on Change All.. the window flashes and it says Archive Utility again. Looking for a solution.
it would be really awesome if it would check if i have the terminal version af unrar installet and then use that to unrar files. I have a lot of problems with files rar'ed with winrar stalling the unarchiver but runs just fine from the terminal with unrar e <file>
Christian: I suggest using Platypus and the command-line UNRAR to make yourself a fully working application without waiting for the RAR support. That's what I did within a day (with a little bit of bash scripting) and I'm quite happy (still using the Unarchiver for ZIPs etc.).
Finally put out an attempt at a version to fix the Leopard issues:
http://wakaba.c3.cx/releases/mac/TheUnarchiver1.6.1.zip
Nothing else really new in this, except for some higher-res icons. Hopefully it will work better on Leopard now. Any reports of successes of failures appreciated.
Is there any secret for using expanding Diskdoubler files? Here I send a sample, compressed with DiskDoubler 4.1, that The Unarchiver does not seem to support.
Compressed: http://www.box.net/shared/r0guhi1kwc
Expanded: http://www.box.net/shared/6yos1ggw0o
(I manually added the .dd extension to the compressed file, since that DD identified the compressed nature of the files by its icon, not by the filename)
libxad has the start of a DiskDoubler decompressor, but it does not actually work. I know nothing about it, so I can't do much about it. If anyone was to contribute some code for it, I'd be more than happy to add it.
You can just merge the official unrar source. I can't find a license, but I think it's alright.
Heya,
I encountered weird behaviour with a large (4gig) archive compressed with os x (10.5.1) archive utility. It just wouldn't extract right with the unarchiver and always ended up with some 500 megabyte file instead of the 4 gigabyte original. Archive utility on the other hand could extract it a-ok. First I thought it was an issue with the archive and compressed the file again a few times before I figured out I could try archive utility.
That doesn't seem incompatible with the LGPL. (but it would be with the GPL, of course)
>>457
I managed to duplicate this with a 2gb file. (An iso in a zip, in case you're wondering)
вы пидоры!
libxad is LGPL in this configuration
(http://theunarchiver.googlecode.com/svn/trunk/libxad/COPYING and some grep -r GPL)
The ability to unlock password-protected RAR files is a critically needed feature! I'm looking forward to seeing it added. Thanks.
The ability to unlock password-protected RAR files is a critically needed feature! I look forward to seeing it added. Thanks for your work on this!
i too hope i can decompress rar files with password in the near future, other than that the unarchiver is just great!
just wanted to second, the decompressing password-protected rar files. otherwise, it's perfect! thanks.
It's beautifull program, but one problem, how to open 7z parts files?? This files use 001, 002,... extensions
Thanks!
I love it! Simple and beautiful. But I'm a heavy rar user. The unarchiver fails to unlock password-protected rar files!!! The rest of it is just great!
You rock!!! But when is the new version for password-protected RAR files? Really look forward to it!!!!
Fantastic program. But I'd love it even more if all the alert dialogs offered a "Default" button that responded to ENTER and RETURN keys!
Great app. Use as BOMarchiver replacment.
I do have a suggestion.The way now the unarchiver works is that ut unpacks the archive to a default folder. (On my setup thats /temp). It would be great to have modifier key that would activate the unarchiving function while just drag'n'droping the file to the destination folder. just like copy/move but let's that this woud be a new modifier key. For example:
I want to unarchive files.zip from user/downloads/ to user/movies/. I would drag'ndrop the files.zip to user/movies/ while holding cmd+alt. That would start the unarchiving of the files.zip to the destination I wanted.
Hope this makes sense. maybe there is already a way to use this I just don't know the right keys.
have a jice day and thanks again for a great app.
Stan
>>475
Would be neat, but I'm not sure that's possible. You'd have to be reaching pretty deeply into OS Finder's internals for that sort of functionality.
Hi. I have a problem.
Unarchiver is a great app and i love the "cue" funktion.
But when i cue up a couple of extractions its a little bit of a gamble if it will go throug or not.
I dont know why and i dont see any patern.
Sometimes it works great and it extracts all the things i have cued up.
But most of the time it stops after a couple of extractions.
Anyone that know what can be wrong?
It's been a while since v.1.6.1 was out. Really look forward to the new version with extracting passworded RAR files so that I can throw Stuffit Expander away!!! :P
I guess maybe there is some limit to the path length in tar files, and some extension to handle longer ones? I'll look into it when I have some free time again, which I hope won't be too far from now... But file a bug on the bug tracker too just so I don't forget.
Does that mean the new version is coming out?!!!! That's terrific! Looking forward to it! Hope password protected RAR files can be extracted this time!
this is a fantastic app! but i'll still wait and see what it's gonna have in the next ver.
I use 1.6.1 and it seems to really choke on 7z files, RAM usage goes through the roof. It seems that it actually only does the real choking if I try to cancel, it takes a few minutes or so to actually do the canceling. I tried 7zX and it works fine. Considered using the p7zip file instead of just libxad?
Of course, it could be because 7zip doesn't provide a progress bar and it was working fine, I just didn't see any progress.
The 7-zip code is pretty horrible. I'm using the slightly more sane 7zC code, but it's sorely lacking in features, and tends to use up tons of memory. I'd like to improve it, but I'm not sure what's possible.
One thing that appears to be missing is decompression of .tar.lzma and raw .lzma archives.
It shouldn't be too hard to add, but does anybody actually use that?
It's used by Wikipedia to compress SQL dumps, it's used by the corp I work for, for a similar reason. It's basically a direct replacement for gzip and bzip2; as a stream compressor you'd be hard pressed to find better.
Personally, I use it to compress my rather extensive book collection, one file at a time. E.g. I'd like to be able to double-click my .txt.lzma or .html.lzma file, get an uncompressed file I can read, then delete the uncompressed file. My 50+ GB book collection slims down to under 10GB with LZMA. I've been using gzip for this previously.
I've downloaded the code and I have the code for the lzmatools package, so I'll give it a shot myself tonight.
> so I'll give it a shot myself tonight.
Don't bother. The guts of the compression code are being heavily re-written right now, and anything you do would just have to be re-done afterwards. (This is because as it is now, it's far too much work to add new formats.)
V 1.6.1 on Leopard reports corrupt file for some .gz archives (single gzipped files actually). I download gzipped log files from my web hosting server and it coughs (unzips part of it and then says file is corrput) on http logs and unzips OK ftp logs (which are smaller files). I presume both log files were zipped using the same utility. Command line gunzip or BOMArchiveHelper.app handle those archives OK. Here is console log:
28/05/08 09:38:27 The Unarchiver[51785] Warning *** -[NSLock lock]: deadlock (<NSLock: 0x14c5f0> '(null)')
28/05/08 09:38:27 The Unarchiver[51785] Warning *** Break on _NSLockError() to debug.
28/05/08 09:38:33 The Unarchiver[51785] Warning *** -[NSLock unlock]: lock (<NSLock: 0x14c5f0> '(null)') unlocked from thread which did not lock it
28/05/08 09:38:33 The Unarchiver[51785] Warning *** Break on _NSLockError() to debug.
I'll need files before I can do anything about it.
I emailed you the file.
I just tried your program for opening old DiskDoubler files and it would not. I got error message saying "could not open resource fork".
I still have DiskDoubler but am about to wean off OS 9 finally and was looking for something to open the hundreds of old DD files I have in the future.
Thank you
Apparently the DiskDoubler code in libxad is not finished. If you want support for it, you probably need to bother them about it, or if you can find some code for unpacking them, I can try adding support at some point.
Hey, I really like the interface of the Unarchiver, and also the function of extracting many files with only one double-click! But it's been a while since the version of 1.6.1 came out. I'm wondering when you'll release the next version. Actually, I'm really looking forward to it since I got so many RAR files with those stupid passwords!
That's how it is with software written in one's spare time.
I've been working on some big internal rewrites lately, to make it easier to expand, but when that will be done, nobody knows.
I'd really like to be able to expend password protected stuffit files (.sit and .sea, which The Unarchiver doesn't seem to support at the moment. when opening a password protected stuffit file it just says the file format is corrupted, instead of asking for the password.
I'm a software developer and won't mind coding it in myself, if some one can give me a hint in regard to the mechanism stuffit is using to password protect it's archives.
I'd really like to be able to expend password protected stuffit files (.sit and .sea, which The Unarchiver doesn't seem to support at the moment. when opening a password protected stuffit file it just says the file format is corrupted, instead of asking for the password.
I'm a software developer and won't mind coding it in myself, if some one can give me a hint in regard to the mechanism stuffit is using to password protect it's archives.
As just an end-user I am obviously way out of my depth here, and I see from the posts that the 7Zip code is "pretty horrible", but as a data point - about a quarter of the 7zip files I have been receiving throw an error similar to the image attached and result in zero length output files. For these files the "app" EZ 7z works fine as long as I move the file to my startup drive. I would send a sample archive but they're all over 100+meg.
It wont open password protected 7Z files, please please please fix that!
Er, Just wanted to make a small suggestion. Maybe .sitx files? I am not sure how hard that is but...For some reason Unarchiver chokes on them. Thanks for everything you do!
7z issue... kinda sucks... going to find another app :(
Sorry, I have trouble downloading your program. Could you put the file on google code's download section?
Is Unarchiver still in Development, as there are some important features on the milestone list (eg. password protected .rar) that I am really waiting for.
Yes, although somewhat slowly.
Unarchiver produces the wrong filename in some cases:
hd93521_032_01_a_ct.fits.gz gets unzipped to
hd93521_032.01_a_ct_fits
while both BOMArchiveHelper.app and gunzip produce
hd93521_032_01_a_ct.fits (as expected from .gz filename)
Thanks for your excellent free apps!
Sounds like a libxad bug. I'll look into it, but to make sure I remember post it on the bug tracker at http://code.google.com/p/theunarchiver/issues/list.
The Unarchiver failed at untarring Transmission source transmission-1.33.tar (bz2 decompression succeeded, but fails with untar. CUI version works.) Project page at: http://www.transmissionbt.com/
(By CUI version, I meant typing tar xf at Terminal and not related to The Unarchiver)
7-zip support seems to be poor? I'm trying to open a 640mb .7z file and it at first it took several minutes to get going and then finally error'd out with a "corruption" error. But tossing it into a window box opened it less than 10 seconds.
Any chances of fixing the issues The Unarchiver is causing for users who try to decompress the PwnageTool for iPhone from http://blog.iphone-dev.org/? They're specifically asking people not to use this application now since it breaks the .tbz files..?
Any progress on a DiskDoubler answer since June? I'm getting same message... have a big pitch coming up and need relevant files from CD dating back to '93!
No, sorry. I don't know anything about the DiskDoubler format so I'd need someone else to help out with that.
Hi. Unarchiver looks great and I want to ditch Stuffit Exapander but one thing is keeping from doing so. I really need the "always create surrounding folder" option that stuffit has. The newly created folder should have the same name as the archive.
I think you've mentioned adding this feature that people have requested in the past. I really need the "Always create surrounding folder" option for my workflow. The newly created folder should have the same name as the archive. I really want to switch over to Unarchiver and this is the only thing keeping me from doing so.
This software is having issues with a 7zip multipart 4gb archive.
ie:
7z.001
7z.002
7z.003
7z.004
The archive contains 3 files, one of which is a "gi" file - which is a multipart (split) iso file.
On attempting to decompress, unarchiver errors with:
"Could not extract the file "asdf.gi": Unkown data format"
Using 7zip from terminal unzips the files wonderfully.
Questions:
is unarchiver claiming it doesn't like the gi file or the 7z archive?
Is it trying to patch together the gi file?
Does unarchiver detect split files and attempt to join them?
Does unarchiver unzip/join recursively? If so, how to disable that?
Will not open DiskDoubler files on Leopard OS despite it being check-marked and setting it as the default app to open DD files.I do get a message about being unable to open the resource fork or unknown data format. Is this a known issue, or is there anything else to do to make it work other than check-marking it?
libxad's support for DiskDoubler is not complete, and will likely not work. I don't know anything about DiskDoubler and can't do much about it.
Just a few small annoyances I noticed with The Unarchiver which I would like to fix if I knew how to program (couldn't figure how to build The Unarchiver project in Xcode after I was able to build libxad):
The character encoding chooser shouldn't appear more than once. If it does, that's a bug, or you've got some very strange broken filenames.
I forget how the encoding issues work with 7-Zip. Give me some problematic archives and I'll look into it. Same with the RAR ones. I can't do anything without test cases.
Hi - I have a .zip that is stuck unarchiving. For over 24 hours.
I can't quit or stop it. can't trash it.
It is in a little window that says "Archive Utility".
Neither Finder nor Spotlight locate anything
called 'AYU".
The enclosing folder is BOMAsomething but again, I can't find any such app or utility with that name.
Closing everything and restarting does not work.Removing battery does not work.
Any ideas?
Many thanks!
I'm sorry, I have no idea what you're talking about.
hi.
527 must be high.
anyway, the unarchiver is great but it still fails to extract some password protected files like the one on the link.
http://rapidshare.com/files/55338135/rcx_ByMechoDownload.rar
pass: mechodownload
sorry, i just saw this: The RAR and 7-Zip modules do not support encryption at all.
is this the reason?
Yes. I'm working on some rewriting of the code to make it easier to support this in the future.
thanks for the quick reply. i'll check once in a while.
btw, just for the sake of it, The Unarchiver works really good and it's the only app that extracted well those awesome japanese shmups from http://www.vector.co.jp/
thanks for writting good software.
sorry to bother again.
found another one who returns an error on unzipping some files within the zip folder.
it's mplayer for mac and it's a regular zip. Built-in Archive Helper, Stuffit plugin on Path Finder and BetterZip unzip it fine. If you waanna test it it is is:
http://mplayerosx.sourceforge.net/
best regards.
All right, I'll have a look at that (it's probably caused by another known bug). However, you might want to download http://mplayerosx.sttz.ch/ instead, the one you linked has been abandoned for years.
i actually use the one at http://www.mplayerhq.hu/design7/dload.html which is more stable than the one on the link i provided but thanks for your tip!
didn't know about this extended version. gonna try it.
thanks again.
I'm not sure if this is a Leopard bug or a TheUnarchiver bug, so if you can't do anything about it, please let me know and I'll stop being grumpy. :)
I decided to make TheUnarchiver take the place of StuffitExpander and Archive Utility, so I started to do a Get Info on a number of different formats to associate them with TheUnarchiver, and to click on "change all". This works fine with Zip. It shows a nice little cardboard box icon labeled "zip", which I assume you made.
It does not, however, work for Sit. (This is plain .sit, not .sitx.) Instead, when you change it to TheUnarchiver, it shows a nice little cardboard box icon labeled "sit". Well and good, right? Not! As soon as I hit "change all", the icon changes to a generic document. Very strange. Is this on your end or on mine? Is there anything that can be done about it? Thanks for your time.
That sounds like a problem with the really quite buggy and strange LaunchServices in OS X. You might be able to fix it on your end, but how I do not know.
Is there anyone that has an updated version of Disk Doubler or (other program) that will open up DD files that works on a Mac 10.5 (leopard) system?
Thanks
Tim
I have been working on getting DiskDoubler working lately, actually, but I lack test files. If you have some you want opened, could you send some to me for testing with?
I've been using The Unarchiver for quite awhile, and I love the minimalist approach to the program. I do have one issue that's not really a functionality problem, but still irritating. Whenever I extract an archive, the progress bar races ahead to full, then just sits there while it actually is being extracted. I know it's minor, but I actually like being able to keep an eye on how the progress is going. It could be an issue with my laptop too, I'm not sure
Sounds like you're only unpacking some specific kind of broken archives. Could you send me a file that does this?