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!
This is a very useful program, thank you.
Very good!
some suggestions :
.HUD interface
.compression (it would be great !!!)
.DMG container
Bye!
>HUD interface
HUD windows have stupid behavior like always on top, so I'm against this. Also I believe that'd force Unarchiver to require Leopard or higher.
>compression
Try out http://www.kekaosx.com/en/
>DMG
Whats wrong with mounting it with OS X?
Not surprisingly, but Unarchiver doesn't care for the practice of concatenating a rar and a jpg.
Just making sure you know, Waha.
A suggestion.
Make it use the finder to "preview" archives w/o extracting them (I guess it would be something like "extract to RAM/temp folder" and then open it, and when the user closes the window, the RAM/temp folder contents gets deleted automatically).
I'm having trouble extract rar files. I'm using the latest version 2.3 and when I try to extract a multipart rar archive I get the following message:
"The contents of the file <filename> can not be extracted with this program."
This is very odd, as I've not really had any problems with rar files before. I have about 100+ rar files that I cannot extract with The Unarchiver :(
If you want me to send you some of the files I can, but it's about 100-200MB.
Thanks
Something is definitely broken in 2.3 with regards to .rar extraction. I downloaded the latest version 3.92 of rar from RARLAB and extracted all 100+ files without any issues.
I hope that this will be resolved in the next version.
Can't do anything without example files that fail.
I told you I can give you a few of the files, but they're large 130MB for two part rar files, i.e. part1 and part2. Tell me how to give them to you and I will.
Also, doesn't The Unarchiver use the rar and unrar command line tools from RARLAB? If so then I don't see why it doesn't work.
Let me know how to give you the two files.
You can try uploading them to some file hosting service and mailing me the URLs, I suppose.
Also, The Unarchiver uses no external tools.
Hey,
is there a possible way, to create an exit, cancel or break up button?
Sometimes, a zip-file will not really unzip, and than the unarchiver hangs! than I have to complete restart my mac, to stop the program!
Would be really nice for this button, because I also cannot close it from everywhere, not in the finder nor in the dock!
Thanks :-)
I'd rather have a copy of any file that does that so I can fix the bug that makes it do that. That really isn't supposed to be possible at all.
Really nice thing. Would love to seem some update mechanism implemented. Unarchiver seems to be ideal solution for mac and I don't want to mix next version when it occurs. Maybe implementing sparkle, as update framework?
A little usability thing with v2.3.
I have "After successfully extracting an archive, Move the archive to the trash" option ON.
When an archive then fails to extract, the error message is displayd and two buttons are present: Stop and Continue.
Clicking 'Stop' closes the program without deleting the archive, but pressing 'Continue' DOES move the archive to the Trash, although the extraction was unsuccessfull!
Is there a way to extract a password protected file with the Unarchiver?
When I try to open the file (in my case a sitx file), goes into the extract mode but in a split second exits, without giving me an option to enter the password before extraction.
Any help will be highly appreciated.
Many thanks.
I'd like to offer yet another vote for Sparkle auto-update support.
Also, I found a dmg that The Unarchiver (2.2 or 2.3, I can't check right now) claimed was corrupt. It's the Carbonite backup installer. Apple's archive utility happily extracted and ran it without error. Is this something you've heard of before? I'll post the archive somewhere if needed.
If I had to bet, I'm guessing it's like Palm's HotSync protocol, where the open source implementation sometimes doesn't work properly because it lacks the bugs of the official software. ;)
Also, WAHa, for the record, you rock.
I would like to provide the Greek localization!
I already know how to localize an application for Mac OS X.
Thank you for this useful application,
George.
hi WAHa.
just for the record, i can't extract these files with the unarchiver but with path finder's built-in stuffit engine, they decrunch fine.
check the files on post 42 to 46 on the following link:
https://bugs.launchpad.net/subdownloader/+bug/245836
cheers.
Put in a quick fix for that. However, you'll need to click the .z01 part and not the .zip part for it to work.
ok thanks.
All right, time for another release. 2.4 is now out:
http://theunarchiver.googlecode.com/files/TheUnarchiver2.4.zip
Now, as a side project, ever since version 2.0 I've been working on making the XADMaster library more platform-independent so that it can be used on other OSes. Now, finally, with version 2.4, I also started working on a command-line utility to decompress archives, that is meant to be a cross-platform tool. It is very definitely not anywhere near done yet, but it works, sort of!
You can get a binary compiled for Mac OS X here: http://theunarchiver.googlecode.com/files/unar0.1.zip
It currently takes no arguments, and can't handle passwords, and the character encoding detection might get confused, but at least it can extract archives.
Thanks to help from halcy, it can also be compiled on Linux. There is a Makefile.linux
that should build it and some test programs on Linux. It requires zlib, libbz2, libcrypto (from OpenSSL), and GNUstep. It might work with other Objective-C runtimes, but that has not been tested. You are on your own if you want to try that.
I've only tried building it on Ubuntu myself, but I've found that that works very well as long as you install the requirements. If you haven't yet, install them as follows:
sudo apt-get install build-essentials
sudo apt-get install libz-dev
sudo apt-get install libbz2-dev
sudo apt-get install libssl-dev
sudo apt-get install libgnustep-base-dev
I think that's all of them. If I am wrong, tell me. Then, build everything in the XADMaster directory:
make -f Makefile.linux
It should theoretically be possible to get it to build on Windows, and I'm going to be setting up a cross-compilation for that later, hopefully. If you get it to build on anything else, tell me!
And obviously, don't rely on any of this actually working, or on the specifics of how it works! It'll all change soon enough!
When prompting for a password, the name of the file needing the password isn't shown anywhere. If you'd queued up a bunch of files to decompress and one somewhere in the middle needs a password, this is sort of annoying.
I took a couple minutes and tweaked the PasswordView nib to have a line above that shows the same data as the top line in ProgressView so that the filename is visible, but I don't really love the layout. I've attached a screenshot.
I'd love it if this issue were confronted in this or some other way in a future version.
Good point, that should probably be fixed one way or the other.
(Also, if you file it as an issue on http://code.google.com/p/theunarchiver/issues/list I will be less likely to forget about it.)
Thanks for the discdoubler work.
Any chance of being able to drop a non-DD folder or CD full of DD files in non-DD folders and getting theunarchiver to extract them all?
As it is, if you drop a non-compressed folder on theunarchiver, it doesn't look inside.
Thanks again.
Filed as issue 262. Thanks! It's one of the very few things about The Unarchiver that I don't love.
Would be nice to have information about current version and update mechanism, maybe implemented through Sparkle? It's really handy mechanism. If not that I checked iusethis website I wouldn't find out that new version came out recently :(
>>774
This is why its useful to use an application like Appfresh (it checks iusethis pages for installed apps).
I'm new to The Unarchiver. It's very quick and very efficient. However, I noticed when you have to type in a password, you don't see what you type in. It comes out as those security dots. It would be nice if you can see the password you are typing in. That way you can be sure you are typing in the right word.
I hope you can introduce this feature in the next update.
Thanks.
I'm new to MacOS (coming from Linux and Windows) and The Unarchiver was recommended as the solution to all my uncompression needs -- and it's great!
The thing that it doesn't do, that I really need, is offer an interface so I can look into a file and pull out specific things, instead of having to explode an entire archive.
I tried searching through this thread to see if that had ever been suggested, but couldn't find anything. Don't know if that's so far outside of the intent to make it like the BOMArchiverHelper.app that it wouldn't be considered.
There's a filed issue (No.109) for adding a way to look at a file, but that's not really the same thing as being able to extract specific files. (At least I don't think it is.) So far the only app that I've seen on the Mac that offers this functionality is BetterZip, which I guess is fine, but if one app could do everything, that would certainly be preferable...
Yes, that would be an entirely different app, that I am not really interested in making.
(I've been toying with the idea of making a FUSE client, though, which could serve the same purpose, but haven't bothered doing any actual work on that so far.)
I'm wondering if anyone else had this, but when I downloaded and use The Unarchiver on a .rar file, everything worked fine, the file (.avi format) even opened properly, but there was one problem: the video played with the sound, but no picture. Anyone have any ideas as to what's wrong and how I could fix it?
>>780
it sounds like you don't have whatever video codec you need for the file, which is completely unrelated to the unarchiver.
Try expanding an iCab archive. The browser iCab creates ZIP archives. So if you rename such an archive to .zip it is possible to expand it and see the content. The Unarchiver unfortunately stops with an error: Could not write to the destination directory. This happens when the archive is located in the Desktop folder on 10.5.
Without the actual files, I can do nothing about it.
(It also seems to have problems submitting posts!)
hey WAHa, me again.
you know the more formats the better even if it means more hard work for you, right? =) kidding of course, your work is most appreciated and i recommend it to everyone i know.
do you think is it worth to support the 'pkg' and 'mpkg' format for those pesky mac packages which go through a bunch of dialogs and ask you for the admin password just to move an app to the app folder?
this guy in the link below, released "unpkg" which does that. it's a python script (source included inside the app>contents>resources as seen in the readme), so it must be a pretty easy task, no? not sure how easy i it to call a python script, really.
best to you, man.
>> 790
どうも
>> 1
Thank you so much for this App. You're the man.
i don't know what 790 said but that girl was unzipped successfully.
>>789
regarding my own post, i emailed the author to ask if he could update it to unpack mpkg as well (currently if there's more than 1 pkg inside an mpkg, it only unpacks the first one), so if you consider getting it into the unarchiver, i'll let you know when the author updates it.
best.
If I recall correctly, .pkg files are just bundles that contain .pax archives. The Unarchiver should open those if you just right-click the .pkg first and select "Show Bundle Contents", and locate the actual archive inside it.
yeah it's actually an archive.pax.gz. problem is i have to do 3 steps, copy it out of the bundle, unpack once to get archive.pax and twice to get the folder. by the way, i always get errors unpacking pax files with the unarchiver (can't extract the file x, stop or continue, but pressing continue actually gets the unpacking done, if i check apply to all).
apart from the pesky error message, i was just hoping for a way of unpacking in 1 go.
If you have any files like that handy, please post them on the bug tracker.
i need help! i tried opening an .exe an i got this error message...
does anybody know how to help?
There are a lot of different formats data might be stored in an .exe file. The Unarchiver apparently doesn't support this particular one. Post an bug on the bug tracker, including the file, and I'll have a look at how hard it would be to add support.
It would be nice if after extraction, not only the archive could be deleted, but also corresponding .part-files which are still on the disc from resumed downloads.
I'm missing an option that would be very usefull: The Unarchiver should ignore the Thumbs_db-files from Windows and not extract them. That would be great.
hello thank you for the software, its great.
it would be cool if you added an option in the preferences to make unarchiver visible in the application switcher and the dock. now i have to modify the info.plist file to make it visible. if i have a lot of windows unarchiver disappears in the background while unraring and only way to find it, to check time status or to find out if progress is finished, is to use expose all windows which im not a big user of since i have tons of windows open all the time.
thanks
A new release, with mostly bugfixes again:
http://theunarchiver.googlecode.com/files/TheUnarchiver2.5.zip
I have also been doing more work on being cross-platform. The experimental command-line unar tool from earlier is now much improved. It actually takes some arguments now, for one. There is also a new too, lsar, for listing the contents of archives.
Both are still far from feature-complete. Most obviously, unar has no way to automatically contain unpacked files in a directory like The Unarchiver does, and it also overwrites files without asking, so be careful with that. lsar also does not show very much information about the files it lists, either.
Precompiled binaries for OS X and Windows are avaiable:
http://theunarchiver.googlecode.com/files/unar0.2.zip
http://theunarchiver.googlecode.com/files/unar0.2_win.zip
The Windows version requires a couple DLLs which are included. I hope to cut down on those later on.
For Linux, you will need to build it yourself. I have only tested this on Ubuntu so far. For a stock Ubuntu system, what you need to do after downloading and unpacking the source is:
sudo apt-get install build-essential
sudo apt-get install libz-dev
sudo apt-get install libbz2-dev
sudo apt-get install libssl-dev
sudo apt-get install libgnustep-base-dev
sudo apt-get install libicu-dev
cd XADMaster
make -f Makefile.linux
This should give you the unar and lsar executable, along with some test programs.
I'd really appreciate it if people could take the time to test these tools on various systems, and report any problems or requests!
Previous versions of "The Unarchiver" did not use a hidden temporary directory for extracting contents of archives. Somewhere in the 2.x versions the app started to use hidden temp directories. Could this be turned into a user preference? I mean an option not to use temp dirs? I liked the old behaviour, because if I started extraction of an archive that contained only a single large file (eg. a movie :-) ), I could move the file (that is being extracted) around while the extraction was in progress. Now I've to either use commandline or enable showing of hidden files to do that. Or wait til the extraction completes.
Hi,
First off I would like to say thank you for an App that has been reliable every time I've used it. So Thank You!.
I use The Unarchiver on my home iMac, and I use Portableapps.com http://portableapps.com/ when I am on a Windows Unit.
I would like to ask if you would be able to build your unar.exe to sit in the taskbar of windows and if the user was to double click a .zip file it would extract that .zip file to a user defined, layout?.
just as The Unarchiver works on my iMac at home.
To get a very crude version of what I mean..
I used this http://portableapps.com/node/22677 to associate .zip etc to unar.exe and it worked kind of. I had no control over where the file was un-zipped to.
thanks
Ray
Will you be adding lzip (.lz) to The Unarchiver?
<http://www.nongnu.org/lzip/lzip.html>
-Bill
If anybody starts using it, sure. But it seems sort of redundant when there's xz. It would be nice if people would settle on something less overengineered than xz though.
Is there any advantage to lz over 7z ?
lz files seem slightly smaller than 7z, but not much.
-Bill
>>809
One advantage to 7z over lz and xz
7z will compress directories.
-Bill
hi :( i dont understand at all how to use it
i have a rar file game thingy and i want to play it but it keeps asking me what program i want to open it with so the game cant be played :( and i have tons of files like those that i cannot open :(
test
>>811
This may very well be my favorite support question I've seen.
Waha, so when you going to add support for games? I'm imagining a tetris clone built into the progress window.
http://cwcheat.consoleworld.org/CWCHEAT_0_2_2_REVD.RAR
Here's a file that doesn't unarchive right.
Confirmed.
So I downloaded a 700MB .rar file from megaupload onto my mac and when I finish downloading and open it with the Unarchiver it says it cannot be completed because
"Could not extract the file file/VIDEO_TS/VTS_01_02.VOB the archive file is incomplete"
I've downloaded the file multiple times already and I get the same result every time. Can someone help me?
Without the file there is nothing I can do.
Also, there is no error message like that in The Unarchiver, are you just typing it from memory, or is there some other confusion?
Hi,
isn't there a way to tell the Program to check for missing archive files BEFORE unpacking the whole archive and then telling me it could not complete AFTER the whole process lasted for 30 mins.
It should be quite easy to get a directory listing, find out about the filename of the first file and the find out about the last file in that sequence. The files in between the first an the last have to be there in sequence. If one is missing, the unarchiving will fail, no matter what.
This algorithm would not work, if the last file in that directory is not actually the last file needed. But one could check if all other files are the same size and only the last file is smaller (even if it's only one byte).
So there is quite a bit of room to improve those "unable to extract" messages.
Furthermore it would be helpful to show which files are missing. UnRarX tells this quite easily.
Anyway - this is a really fine and fast programmed unarchiver. Keep going on :-)
Thanks a lot and best regards. Jason.
Hiya, great piece of software, It's one of the first things I install on any new mac, or after I update/reinstall Mac OS X. So i just want to say a big thankyou for that.
There is one tiny thing I would love to see added (or at least it seems small, but I'm not a programmer) would it be possible to add something like SParkle integration to update to the latest versions automatically? (http://sparkle.andymatuschak.org/) I'd understand if this is not a priority, but it's the only thing I can see that would be needed to make this software perfect :D
THanks once again for the great bit of software.
I'm attempting to use the CLI 'unar' to extract a .sitx file. It seems to hang on a few files (so far, 45 MB TIFFs). It appears to extract the file properly, but I have to hit Ctrl+C to have it continue.
Any help would be appreciated.
Without the files, there is not much I can do about it.
It's great app about all of archivers. kkk
But....
when I use this app, windows makes minimum and then it is in the dock.
it finishes.... windows don't deappears..... I think that is bug....
sorry had wrong image in last post
previous image is related to this post sorry for the confusion never used this board before..
i am trying to modify the source for myself and can not get it to compile no matter what i seem to do is there a secret to it or what? its the same errors with not finding frameworks.
just asking for a bit of info on it. hope you can help. using xcode 3.2.3 10.6.4 have the 10.4 and up SDK installed thanks.
Justin
Hi,
I would like to ask you to implement a new feature in the next release:
I imagine this as an option in the preferences window- extraction tab like
Create new folder for the extracted file
- Only if there is more than one top-level item
- Always
- Never - this would be the new option..
Thanks in advance
Hi,
I would like to ask you to implement a new feature in the next release:
I imagine this as an option in the preferences window- extraction tab like
Create new folder for the extracted file
- Only if there is more than one top-level item
- Always
- Never - this would be the new option..
Thanks in advance
No. This would require lots of additions to handle file collisions, and that is more work than the feature is worth to me.
Hi,
extracting large zip archives (around 8 GB) results in target folders around 4,4 GB and probably in a crash of the application due to buffer overrun.
Which version? Also, to fix it I'd need the archive in question.
"output data buffers border exceeded"
I get this message when I try to unarchive RAR files over 4.0 gig.
I click continue and get a movie that is missing the last half hour or so. i am using version 2.5.
Any solution to this?
Thanks. Great program by the way.
> Any solution to this?
Not unless you can give me the file so I can reproduce the problem.
Hi
I would love the see passwordlist-support in the next version.
Thanks ;-)
Hi!
I just wanted to say thank you for your truly awesome work on the XADMaster framework. I've been implementing it into my little peace of software, TranspRAR. I'm not sure I use all the pieces as intended, but the framework does an amazing job streaming random accessed, uncompressed data from every possible archive.
Again, thank you for your hard work and for making it all available to the world.
http://forums.plexapp.com/index.php?/topic/17211-transprar-rar-workaround-for-plex-9/
http://github.com/alleus/TranspRAR