The Unarchiver (1000)

1 Name: !WAHa.06x36 : 2006-07-01 16:32 ID:3em7Hrs8 [Del]

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:

  • Handle as many formats as possible. Not just Zip and Tar-Gzip, but RAR, 7-Zip, LhA, StuffIt, and anything else you can think of.
  • Handle non-UTF8 filenames, perferrably automatically.
  • Have a simple and straightforward interface like BOMArchiveHelper.app.
  • Not leave .tar files lying around when unpacking .tar.gz files and the like.
  • As a side benefit, produce some code that can be re-used to add archive support to Xee (so this whole project doesn't just steal time I could be working on Xee instead).

For actual information on the current state of this project, read on!

569 Name: Nyanko-sensei : 2009-03-13 05:43 ID:Dx7Ux0cx [Del]

feature request: show all possible encodings if the detection fails. now if the zip contains Shift-Jis encoded filenames the app tends not to show it in the dropdown list. it shows a list of encodings without it. even if I'm pretty sure that the encoding is Shift-Jis I can't select it

570 Name: mars : 2009-03-14 03:24 ID:C1ZXiwuV [Del]

On Leopard, The Unarchiver appears not to be optimized: when extracting large archives, the cpu usage of both cores is really low. I was wondering if it could be optimized to be faster by using the available resources ? Both CPU and RAM, which is 4GB in my system.

Thank you

571 Name: Anonymous : 2009-03-14 03:51 ID:Heaven [Del]

>>570
That's not a task that's inherently CPU-bound. Most of the time spent is going to be in disk read/write operations.

572 Name: markbult : 2009-03-16 22:39 ID:WDb82TXU [Del]

If people are still looking for an old OS 9 version of DiskDoubler that works (like I have been for years), I finally found one on an old CD-ROM and I've posted it for others to download.

Here: http://www.enews.org/blog/2009/03/opening-diskdoubler-files-from-mac-os-9.html

573 Name: Rogeer E : 2009-04-02 09:30 ID:7+PFYsVl (Image: 0x0 tiff, 47 kb) [Del]

Whenever I make a mistake and try to unarchive a file that has not finished downloading, , OR unArchiver tries a .rar file it cannot extract (although StuffitExpander HAS been able to extract these except for one out of about 12 failures in about 400 unrars over many months)... the application freezes showing a "Preparing to extract..." . Activity Monitor shows about 16% of INTEL 2coreDuo used. Other people have said they 'forced quit'.
My Force Quit under Apple menu will not display the program so it must indeed be integrated into the OS. So they must mean pressing a ForceShutDown button.
The window currently with this problem is a stack of pending operations, with a partly downloaded one mistakenly included.
It has not hung the download, which is still progressing using AZUREUS in OS 10.4.11.
Is there any way I can change the Queue order, or Force the integration to let go of my system without stopping all work and restarting?

574 Post deleted by moderator.

575 Name: Mr VacBob!JqK7T7zan. : 2009-04-16 14:36 ID:Heaven [Del]

I noticed it doesn't extract some Windows installers that unshield (http://www.freshports.org/archivers/unshield/) / Universal Extractor (http://legroom.net/software/uniextract) can handle. Is there anywhere to stick samples for this kind of thing?

576 Name: john g : 2009-04-30 14:40 ID:13WFaBEM [Del]

im using latest leopard. whenever i try and add three files to the queue, it breaks. the first two unrar and the third, it just closes, crashes if you will and no message or error is reported.

also, please support password protected rar files please.

I love this little app. Can be much better though. plz. thank you.

577 Name: !WAHa.06x36 : 2009-05-01 13:06 ID:Frw5sPkZ [Del]

>>575

There's a bug for better CAB support, stuff them in there. Also, write some code for it, the new version makes it pretty easy.

578 Post deleted by moderator.

579 Post deleted by user.

580 Name: nicko : 2009-05-16 20:59 ID:yt/tXcZQ [Del]

Thankyou!.. Love it on my new mac. Much appreciated... :D

581 Name: Terence : 2009-05-17 05:08 ID:iH3X19hW [Del]

How to uninstall The Unarchiver? I don't know how to uninstall The Unarchiver because it still works even if I move it out of the Application directory. But I found cx.c3.theunarchiver.plist in Users>user>Library>Preferences.

582 Post deleted by user.

583 Name: druzilla : 2009-05-24 23:21 ID:6XGKLvIZ [Del]

Potential 0 day security risk - if you have checked "open the extracted folder" it will open the item automatically if the extracted thing is a Package.

This happened when a friend sent me settings for Boxer which stores its games/settings as packages. It caused Boxer to open and automatically launch the game.

584 Post deleted by user.

585 Name: JP : 2009-05-25 15:40 ID:8DCG7xdH [Del]

There's some shiny new alphas on the google code repo - any clues as to what's changed?

587 Name: someone : 2009-05-31 11:29 ID:HnGqcW9L [Del]

>> 581

The Unarchiver is uninstalled in the same manner as most OS X applications: by dragging the application to the Trash. Optionally, you can delete the plist file, but leaving it in ~/Library/Preferences will not slow your computer down, unlike what happens with the Windows registry.

588 Name: Nico : 2009-06-16 09:33 ID:l02WT+Yd [Del]

Any progress so far, is Unarchiver still in active development?

589 Name: !WAHa.06x36 : 2009-06-16 14:35 ID:Heaven [Del]

590 Name: anon : 2009-07-27 17:17 ID:7fV8uu2I [Del]

Gotta say - the 2.0beta3 version works extremely well (MacIntel 10.5.7). Noticeably faster than before, handles RAR decryption rapidly and has a few tweaks like responding to [Enter] key for default responses. Haven't tried massive archives or other decryption types yet.

591 Name: Will Dearborn : 2009-08-07 09:28 ID:X3rVj+uq [Del]

Any chance of the app being 64-bit anytime soon?

592 Name: !WAHa.06x36 : 2009-08-07 20:22 ID:whwE1Sh8 [Del]

>>591

It's planned to make the library properly 64-bit, at least, but I'm not sure if there's any real gain in making The Unarchiver itself 64-bit at this point.

593 Name: Will Dearborn : 2009-08-09 20:59 ID:6ijlPUKR [Del]

Good to hear. :)

Just bought myself a new MBP and am testing Snow Leopard so all the possibilities with all the new 64-bit apps and the new technologies in SL are very exciting.

594 Name: Foundabug : 2009-08-16 09:29 ID:e0ZPfiBk (Image: 426x224 png, 44 kb) [Del]

src/1250440167777.png: 426x224, 44 kb

Something about this dialog box is not right.

595 Name: !WAHa.06x36 : 2009-08-16 10:39 ID:Heaven [Del]

>>594

Yes, it's not dialog box from The Unarchiver?

596 Name: Foundabug : 2009-08-17 06:26 ID:e0ZPfiBk [Del]

>>595
It's a dialog box from The Unarchiver. Kanji is most likely not Mac OS Roman characters.

597 Name: !WAHa.06x36 : 2009-08-17 14:03 ID:whwE1Sh8 [Del]

>>596

It is not. I don't know what it is from, but it certainly isn't The Unarchiver.

598 Name: Anonymous : 2009-08-19 00:48 ID:gjCeSLnw [Del]

>>596

Those specific kanji are not something you want to be unarchiving anyway. Let it sleep in peace.

599 Name: !WAHa.06x36 : 2009-08-22 07:02 ID:whwE1Sh8 [Del]

All right, 2.0 is finally done and released!

http://theunarchiver.googlecode.com/files/TheUnarchiver2.0.zip

The homepage has also been cleaned up somewhat, along with the rest of the site:

http://wakaba.c3.cx/s/apps/unarchiver.html

The change list is something close to this:

  • Support for many new formats and algorithms:

    • Partial support for SITX archives. Most archives should open fine, but SITX's special JPEG compression is unsupported. (If you are a programmer and want to help out with getting this working, I'd be happy to hear from you!) Some preprocessing filters are also unsupported.
    • Other new formats: XAR, ALZip, LZMA-utils, Compact Pro, PackIt, ARJ
    • Encrypted RAR archives.
    • WinZip-style encrypted Zip files using AES.
    • Can decompile NSIS installers to get the files inside. This seems to work for versions all the way back to 1.1o or so, but a lot of guessing is involved so it might fail on some files.
    • More compression types in Zip: Deflate64, bzip2, PPMd, LZMA.
    • More compression types in DiskDoubler (but still not all).
    • Better handling of 7-zip, RAR, LZH, tar and RPM files.
    • Extracting files from several emulation formats, such as NDS and ADF.
    • Bugfixes and streamlining for the user interface.
  • Option for when to create folders for extracted files.
  • Option for how to set the date of extracted folders.

600 Name: marlwin : 2009-08-22 14:15 ID:kkBkQpZH [Del]

Great. Thank you.

601 Name: ElBob : 2009-08-22 17:13 ID:yNl7nTxp [Del]

Fantastic! So glad to see support for encrypted RARs!

602 Name: Stan : 2009-08-23 07:21 ID:njmk/jE6 [Del]

Can we have an option of Never create a new folder for extracted files?
Thanks!

603 Name: !WAHa.06x36 : 2009-08-23 08:17 ID:Heaven [Del]

>>602

Probably not, it would require me to create all kinds of code to handle file collisions gracefully and I am too lazy for that.

604 Name: chris : 2009-08-23 14:34 ID:38K7Oc3p [Del]

big thank you to the developer, now i can finally move away unrarx. this is simply the best app for extracting files now

605 Name: Foundabug : 2009-08-23 15:05 ID:1nC5N6mp [Del]

>>597
You are right. It was from Simple Comic. My bad, got the two confused.

606 Name: tdiaz : 2009-08-24 08:14 ID:2gFaPg5z [Del]

Has this latest release fixed the behavior of the window, in that you can never find it once it gets buried behind something?

It does not show up in Expose, the application is not selectable via the App Switcher. It's like a rogue process once you loose sight of the window.

Does the lack of support for Stuffit JPEGs mean that any archive that has a graphic in it will still fail, and since we have no clue what archives might contain, we should still map the .sit/x files to use Stuffit Expander?

607 Name: !WAHa.06x36 : 2009-08-24 12:13 ID:whwE1Sh8 [Del]

>>606

Any window that does not have a dock icon will act that way. There seems to be no way around it. It tries to jump to front if it needs your attention.

608 Name: Nico : 2009-08-27 03:30 ID:HC0cz9T1 [Del]

Great work, finally 2.0 can handle passwort protected RARs!
But unfortunately the window always gets itself behind automatically before I can enter the passwort, that is very annoying and it also takes 3-4times longer than with other app such as Betterzip, so maybe you can improve the speed as well.

609 Name: Nico : 2009-08-27 03:30 ID:HC0cz9T1 [Del]

Great work, finally 2.0 can handle passwort protected RARs!
But unfortunately the window always gets itself behind automatically before I can enter the passwort, that is very annoying and it also takes 3-4times longer than with other app such as Betterzip, so maybe you can improve the speed as well.

610 Name: Nico : 2009-08-27 03:32 ID:HC0cz9T1 [Del]

Great work, finally 2.0 can handle passwort protected RARs!
But unfortunately the window always gets itself behind automatically before I can enter the passwort, that is very annoying and decompressing also takes 3-4 times longer than with other apps such as Betterzip, so maybe you can improve the speed as well.

611 Name: Josh Holloway : 2009-08-27 10:10 ID:2FTMhy9m [Del]

I'm having an issue with The Unarchiver 2.0 regarding extraction of encrypted multi-part RARs. They extract fine, but take way too long to do so. I am doing this a lot lately, so it's not just one multi-part RAR that's having trouble, it's every one I try.

I'll give you an example... a recent mutli-part RAR I extracted using The Unarchiver 2.0 took about 3 hours to do. The same multi-part RAR extracted using UnRarX in less than 20 minutes.

Not sure what's going on here, or what I can specifically provide to help. I would love The Unarchiver to by my sole utility for extracting compressed files, but with this problem it's honestly unusable to me for this purpose.

612 Name: !WAHa.06x36 : 2009-08-27 14:55 ID:whwE1Sh8 [Del]

Version 2.0.1 released:

http://theunarchiver.googlecode.com/files/TheUnarchiver2.0.1.zip

This is a minor bugfix release.

  • Should now handle concaternated bzip2 files.
  • Fixes to the Japanese translation.
  • Fixes to the LZMA parser.

613 Name: !WAHa.06x36 : 2009-08-27 15:19 ID:whwE1Sh8 [Del]

>>608.611

Looking into the speed issues.

614 Name: Will Dearborn : 2009-08-29 17:46 ID:G3fOsWRR [Del]

Have you considered something like Sparkle autoupdates for The Unarchiver?

615 Name: Greenaces : 2009-08-30 13:13 ID:WikdEjSm [Del]

I would love to see Sparkle added for Auto Updates for sure

616 Name: Greenaces : 2009-08-30 13:19 ID:WikdEjSm [Del]

64 Bit for Snow Leopard Would be nice too,

http://developer.apple.com/MacOsX/64bit.html

617 Post deleted by user.

618 Name: !WAHa.06x36 : 2009-08-30 16:28 ID:Heaven [Del]

>>616

The library will be updated to support 64 bit at some point soon, so it can be used properly by other apps, but I'm not sure if there's any real need for the app itself to be 64 bit.

619 Name: !WAHa.06x36 : 2009-08-30 17:43 ID:whwE1Sh8 [Del]

Version 2.0.2 released:

http://theunarchiver.googlecode.com/files/TheUnarchiver2.0.2.zip

This is another minor bugfix release.

  • The RAR speed issues mentioned above should be much better now.
  • Fixed some issues with resource forks in .tar.gz and .tar.bz2 files.

620 Name: ppson : 2009-08-31 07:27 ID:VQqjSrO6 [Del]

How does the unarchiver handle files while decompressing? I was uncompressing a large 4 GB multi segment RAR when my computer froze and I had to restart it. Now I think I lost a bit of space on my hard drive but I can't find the file(s).

621 Name: !WAHa.06x36 : 2009-08-31 10:40 ID:whwE1Sh8 [Del]

>>620

They are written to a hidden (starting with a dot) directory in the same place the unarchived files will be while unpacking. 2.0 should keep track of directories it has created, and will delete them the next time you start it if it crashed midway. 1.6.1 does not do that, and you have to remove it manually.

622 Name: Josh Holloway : 2009-09-03 08:18 ID:CRZ9g8Dj [Del]

WOW! Thanks for the update fixing the RAR extraction speed... it's now even faster than UnRarX! Now The Unarchiver can serve all my purposes!

623 Name: Chris : 2009-09-05 12:04 ID:k0kfcNdx [Del]

Hi, Unarchiver seems to try to auto extract every rar file as soon as its downloaded, is there a way to stop it doing this?

624 Name: !WAHa.06x36 : 2009-09-05 14:53 ID:Heaven [Del]

>>623

That's your web browser's doing.

625 Name: Anonymous : 2009-09-10 18:09 ID:w06DoPzU [Del]

I quickly skimmed through the last fifty or so posts and didn't see any mention of this so I hope I'm not reposting:

When I try to open a large number of compressed files all in one go, it seems only four or five of which will actually be queued for extraction in the unarchiver.

626 Name: !WAHa.06x36 : 2009-09-14 03:15 ID:whwE1Sh8 [Del]

>>625

That's strange. If you can file a bug at http://code.google.com/p/theunarchiver/issues/list with a bit more information I'll definitely look into it.

627 Name: KidCactus : 2009-09-16 11:02 ID:NirGrpYR [Del]

Isn't there a way to stop the app from creating a folder when extracting?

628 Name: !WAHa.06x36 : 2009-09-16 14:42 ID:Heaven [Del]

No.

629 Name: !WAHa.06x36 : 2009-09-16 15:08 ID:whwE1Sh8 [Del]

Version 2.0.3 released:

http://theunarchiver.googlecode.com/files/TheUnarchiver2.0.3.zip

More bugfixes and speedups, for RAR again. This format is quite a chore.

630 Post deleted by user.

631 Name: Anonymous : 2009-09-19 19:17 ID:Heaven [Del]

>>629
Thanks for the hard work, Waha.
RAR is a bitch, but its still insanely popular for some reason.

632 Name: dd2 : 2009-09-21 05:45 ID:tDbrwfJL [Del]

2.0.3 is giving me "Error on decrunching" while extracting multi-part RAR on Snow Leopard. Has anyone else had this error?

633 Name: !WAHa.06x36 : 2009-09-21 08:37 ID:Heaven [Del]

>>632

Post files that have the error, or I can't fix it.

634 Name: dd2 : 2009-09-21 11:33 ID:tDbrwfJL [Del]

>>633

Well ummm I don't think it would be good idea since it's an episode from a TV show and it weighs in at ~200Mb.

635 Name: !WAHa.06x36 : 2009-09-22 05:47 ID:Heaven [Del]

>>634

Well, then it will remain broken.

636 Name: Max : 2009-09-23 02:38 ID:LVbVvAnU [Del]

2.0.3 is giving me "Error on decrunching" while extracting rar files password.

637 Name: !WAHa.06x36 : 2009-09-23 06:08 ID:Heaven [Del]

>>636

Read above.

638 Name: Alex : 2009-09-28 09:08 ID:zJbrqGhV [Del]

Here's a file that's giving me "Error on decrunching" on 10.6.1, Unarchiver version is 2.0.3.

http://rs535tg2.rapidshare.com/files/209615230/MI1.rar

Password is:

hostel

639 Name: !WAHa.06x36 : 2009-09-28 15:19 ID:whwE1Sh8 [Del]

>>638

That's more like it, thanks!

640 Name: !WAHa.06x36 : 2009-09-28 17:33 ID:Heaven [Del]

>>638

Also, bug found and fixed.

641 Name: Andy : 2009-09-30 02:20 ID:V5I8J3nL [Del]

Is there a way to prevent 'The Unarchiver' from taking focus when it opens? I have it decompressing my downloads, and whenever a download completes it comes to the front and I lose whatever I was typing.

642 Name: kishore : 2009-09-30 23:04 ID:Wl5F5Y+L [Del]

I would ditto post 641. It would be preferrable to see the unarchiver appear in the dock and then dissapear when it is done decompressing. A dock icon badge that shows the status of the unzip would be nice although not essential.

Unarchiver needs to stop popping into the foreground.

643 Name: !WAHa.06x36 : 2009-10-01 03:50 ID:Heaven [Del]

>>641-642

Then others will complain that it is hiding behind their other apps and they can't find it.

644 Name: Andy : 2009-10-01 12:36 ID:V5I8J3nL [Del]

Sorry, I think I wasn't detailed enough in my first question/request. I didn't mean to say it should pop up in the background necessarily, but that it should respect normal focus rules and not automatically take focus. As it is I'm have it launched from the 'command line' (launchd) to handle downloaded archives using the command 'open -a 'The Unarchiver' --background <downloaded file>' and it still takes focus when it extracts archives. So, I will renew my plea a final time, could we at least consider a preference?

Regardless, thank you for your fantastic app. Since I found it I've never looked back.

645 Name: Andy : 2009-10-01 12:38 ID:V5I8J3nL [Del]

Sorry again, 'As it is I'm having it' or 'As it is I have it'!

646 Name: dhbanes : 2009-10-01 15:30 ID:7zOK5Ad5 [Del]

>>640

so, uh... about this fix..??

647 Name: !WAHa.06x36 : 2009-10-02 02:13 ID:Heaven [Del]

>>644

Apps without a dock icon do not follow normal focus rules in the first place, is the main problem. I have to take focus, or else The Unarchiver might open up underneath other apps.

648 Name: Andy : 2009-10-02 12:42 ID:V5I8J3nL [Del]

>>647

Ah yes, of course, that makes sense. Didn't occur to me at all. Sorry to harangue you about this, but why doesn't The Unarchiver have a presence in the dock? I'm sure there's a good reason, but it's not clear to me at the moment.

649 Name: !WAHa.06x36 : 2009-10-03 04:39 ID:Heaven [Del]

>>648

Mostly to make it act like the original BOMArchiveHelper, which didn't have one either. But apparently newer versions do have an icon, so I'm not really sure if it should stay this way. However, some people seem to like it not having an icon.

650 Name: AdmiralTriggerHappy : 2009-10-03 07:43 ID:pFJS5+Fn [Del]

I always get an error on decrunching for all large multi part Rars, I have 47 part Rar (.rar - r45) with all parts being 50 MB except the last which is 48.2 MB
It seems that if there is more than a certain number of parts it doesn't work, I know 24 50 MB parts work fine
So somewhere in between there it breaks

651 Name: !WAHa.06x36 : 2009-10-03 10:35 ID:Heaven [Del]

>>650

Once again, without the files, I can't do a thing about it.

652 Name: Andy : 2009-10-03 12:41 ID:V5I8J3nL [Del]

>>649

That makes sense, thanks for putting up with the grilling. My vote, of course, is for the app to mimic the newer versions of BOMArchiveHelper. Thanks again for this plucky little app.

653 Name: Smith : 2009-10-04 17:23 ID:NDQ97Bk7 [Del]

Hi it would be really helpful if when unarchiving multi-RAR files that when you get a corruption error that it is specific explaining which part is corrupt.

Thanks

654 Name: !WAHa.06x36 : 2009-10-06 11:41 ID:whwE1Sh8 [Del]

Version 2.1 has been released:

http://theunarchiver.googlecode.com/files/TheUnarchiver2.1.zip

  • Added a service for unarchiving files via the the Services menu, or when right-clicking files.
  • Some interface tweaks (File menu now works in the preferences window, doesn't ask for destination directories for every archive, archives are not added to the queue twice).
  • Proper quarantine propagation for downloaded files.
  • Better support for very large Zip and 7-zip files.
  • More RAR bugfixes.
  • For programmers: The XADMaster library can now be compiled in 64 bit mode, but the The Unarchiver app itself is still only 32 bit.

655 Name: trip2me : 2009-10-06 23:36 ID:YAxzvQNp [Del]

Hello.
I would like to suggest feature for zip archive file.
Windows Winzip or other Unicode support zip application try to reserve maximum compatibility with legacy zip archive file.
So when Winzip make archive file in particular locale windows, it use specific codepage filename and Unicode same time. If filename can be encoded into windows related codepage( such as CP949 CP936...), it use these codepage.
But if filename can't be converted into local codepage, Winzip use Unicode filename.

As a result, archive file has local codepage filename and Unicode filename in UTF-8.
Fortunately, when Unicode filename is used, 11th bit of general purpose bit flag is set.
We can classify these two different encoding.

Currently in The Unarchiver, it might not aware of this difference. So when I designated specific filename encoding, it will try to extract only one encoding which I gave.

So I would like you to add feature that recognize zip format's 11th bit of general purpose flag. You can found these info. on PKWARE's AppNote.

http://www.pkware.com/documents/casestudies/APPNOTE.TXT

Sincerely
trip2me

656 Name: !WAHa.06x36 : 2009-10-07 04:31 ID:whwE1Sh8 [Del]

>>655

If you can supply an archive that uses this, I will certainly look into adding support for that.

657 Post deleted by user.

658 Name: trip2me : 2009-10-08 08:10 ID:YAxzvQNp (Image: 0x0 7z, 2 kb) [Del]

>>656

Thanks for your quick response.

I attached sample archive files.
It includes ascii only filename and Unicode filename also.
They are compressed with some kind of zip application.
There are differences between result of compressed files.
But they conform a 11th bit of general purpose flag to store Unicode filename in local header and central header. You might find easily this flag in archiver file by searching local file header signature (0x04034b50) and central file header signature(0x02014b50).

So if 'The Unarchiver' detects 11th bit in zip file entry, it will extract in Unicode filename even though user already selects specific encoding.

In addition, Winzip implements Info-ZIP's Unicode Path Extra Field in ascii filename entry also. This might be helpful for additional info, not mandatory thing. I mean it's a just references.

I have to say thank you for making wonderful program again!

659 Name: !WAHa.06x36 : 2009-10-08 14:05 ID:Heaven [Del]

>>658

It seems the file didn't make it for some reason.

You could try mailing it to me, there is a mailto link on http://wakaba.c3.cx/.

660 Name: OKonnel : 2009-10-09 02:25 ID:r8fWD8h4 (Image: 462x112 jpg, 20 kb) [Del]

src/1255080319506.jpg: 462x112, 20 kb

With the new 2.03 - 2.1 version, I obtain "Error in decrunching" with the CAB archives downloaded from TomTom Site.
If I choice "Continue", the extracted files have Zero byte dimension.

My S.O. Mac OS X 10.5.8 Leopard

661 Name: !WAHa.06x36 : 2009-10-09 07:13 ID:Heaven [Del]

>>660

Do they work with 1.6.1? 2.0 and later should extract the same CAB files, but there are ones that all versions fail at.

662 Name: MooCan : 2009-10-13 00:39 ID:YvdVWmjB [Del]

Hi,
Is it possible when you have multiple zip file (as file01.zip, file02.zip, ...) to not create a folder for each zip file but merge all extracted content to the same folder (eg same as original) ?

Many Thanks for this great application.
Kind Regards

663 Name: !WAHa.06x36 : 2009-10-13 05:21 ID:Heaven [Del]

664 Name: JF : 2009-10-17 13:39 ID:Hg0O4iNF [Del]

Odd.

"The content of the file may not be extractyed with this program"

I tried extracting some .cbr files with no problems, and some other .cbr files doesnt work. Strangely enough, they may be extracted by other tools I used so I know the files arent corrupted.

Any thoughts?

665 Name: !WAHa.06x36 : 2009-10-17 17:06 ID:Heaven [Del]

>>664

Without the actual files there is nothing I can do about it.

666 Name: Anonymous : 2009-10-18 19:19 ID:AF8tcWgb [Del]

>>626

Sorry for not following up but I can't figure out what's causing it. Right now, I have three RAR files that even when renamed to 1.rar, 2.rar and 3.rar, only the first two will be opened and be extracted by The Unarchiver. And 2.rar always opens before 1.rar

If I open these files one by one or even open the missed archive again by itself while Unarchiver is still extracting 2.rar, it gets added to the queue. I'm sorry but I'm not hot on sending you the actual RAR files so you'll have to go with this vague field report.

667 Name: !WAHa.06x36 : 2009-10-19 05:46 ID:Heaven [Del]

>>666

Are you using the latest version?

668 Name: Anonymous : 2009-10-19 16:23 ID:AF8tcWgb [Del]

>>667
Yes, version 2.1 on PSX 10.6.1, 32 bit mode.

I'm willing to run a debug version with lots of console messages, just not willing to send you the actual files.

This thread has been closed. You cannot post in this thread any longer.