The Unarchiver, part 2 (486)

1 Name: !WAHa.06x36 : 2011-08-31 12:54 ID:EvuKrlQD [Del]

As the previous thread filled up, here is part 2 of the The Unarchiver thread.

It is much better to post bugs on the bug tracker, rather than in this thread! Anything posted on the bug tracker has much less chance of being forgotten by me!

So, post bugs here: http://code.google.com/p/theunarchiver/issues/list

Also, remember that if you post a bug about a file that is not work, you must also post the file itself, or else there is nothing I can do about it!

192 Name: J : 2012-10-11 05:09 ID:LCqYkp8F [Del]

Is there somewhere in the settings I can change the language? I'm swedish and for some reason I got the app in norwegian...

193 Name: !WAHa.06x36 : 2012-10-11 09:19 ID:KuzvVvM1 [Del]

>>192

Change it in the OS X preferences. There is a list somewhere in there of preferred languages. OS X picks the language for apps according to that list.

194 Name: Anon : 2012-10-27 14:07 ID:DoSCvQlm [Del]

Quick question: I'm using 3.4 downloaded from this site (not from App Store) and I notice that The U. freezes at the end when it's done extracting. It just sits there for like 3-5 seconds. Any idea why this happens to me?

195 Name: !WAHa.06x36 : 2012-10-27 14:20 ID:Heaven [Del]

>>194

Not really. Does it print anything to Console.app?

196 Name: Anonymous : 2012-11-01 09:37 ID:DoSCvQlm [Del]

>>195

yes, it printed this in console:

11/1/12 9:44:57.460 AM sandboxd: ([67903]) The Unarchiver(67903) deny file-issue-extension /Users/xxx/Downloads/A History.pdf
11/1/12 9:44:57.461 AM The Unarchiver: __CFPasteboardIssueSandboxExtensionForPath: error for [/Users/xxx/Downloads/A History.pdf]

Here is the crash? log:

http://pastebin.com/UPfCz3iX

Thanks for looking into this.

197 Name: Anonymous : 2012-11-01 19:09 ID:DoSCvQlm [Del]

>>196
replying to myself :)

I've gone back to v3.2. v3.2 seems to be the last version that doesn't crash on my machine (MBP running Lion) due to sandboxing issue.

v3.3 also crashes:

11/1/12 10:03:02.106 PM sandboxd: ([74839]) The Unarchiver(74839) deny file-issue-extension /Users/xxx/Downloads/The Unarchiver.app
11/1/12 10:03:02.108 PM The Unarchiver: __CFPasteboardIssueSandboxExtensionForPath: error for [/Users/xxx/Downloads/The Unarchiver.app]

198 Name: !WAHa.06x36 : 2012-11-02 14:07 ID:KuzvVvM1 [Del]

>>196

Well, it's clearly a sandbox error, so if you grab the legacy version that should fix it.

It's a bit mysterious why it happens, though. Is there something special about your machine? What version of OS X?

199 Name: Anonymous : 2012-11-02 15:38 ID:DoSCvQlm [Del]

>>198
I don't think it's anything special at all. I run latest Lion.. 10.7.5. I haven't upgraded to ML for a multitude of reasons.. main one being that I'm in the middle of a project and don't want to deal with issues that might pop up due to OS change. :)

But yeah, The U v3.3+ crashes every time I extract something but the files are extracted just fine. It is annoying to have that 4sec delay when the process is finished. Also, OS X doesn't pop up a crash dialog which is also weird.

200 Name: !WAHa.06x36 : 2012-11-02 16:00 ID:KuzvVvM1 [Del]

>>199

Do you have it set to open extracted files, by the way? If so, try changing that.

201 Name: doob : 2012-11-03 08:41 ID:X7szoJx6 [Del]

When extracting RAR-files, those that contain a single file but are split in multiple RAR-files, after selecting where to extract the file I get another dialog saying that the Mac OS X sandbox is blocking access and I need to click Search to continue.

This is obviously due the the sandbox. But if I understand the sandbox correctly it should be possible to say that a given file has a dependency on one or several other files and the user doesn't need to select those. For example, a text document may contain an image but the document only contains a reference to the actual image. This is how TextEdit works with the RTF format.

I think this is called "Related item", there's a video from WWDC 2012, "The OS X App Sandbox", that talks about this problem. It's around 33:30 minutes into the video clip.

202 Name: !WAHa.06x36 : 2012-11-03 14:32 ID:KuzvVvM1 [Del]

>>201

I can't find any documentation about that, but if it is actually document-scoped bookmarks, that doesn't help because those have to be created after you have gained access to a file through some other means. It only works for granting access to related files in documents you have created yourself.

Besides, what The Unarchiver actually needs to do is to scan through all the files in the same directory as the archive to find those that are parts of the archive.

203 Name: doob : 2012-11-04 02:47 ID:X7szoJx6 [Del]

This video clip mentions both "document-scoped bookmarks" and "related items". They seem similar but as I understand it they're not the same feature/concept.

Except for the TextEdit and RTF format they also mention an other example with a movie file and a separate related subtitle.

The API they mention is NSFilePresenter and the method "primaryPresentedItemURL".

https://developer.apple.com/library/mac/#documentation/Foundation/Reference/NSFilePresenter_protocol/Reference/Reference.html#//apple_ref/occ/intfp/NSFilePresenter/primaryPresentedItemURL

I don't know if these API can help in this case, but I think it's worth looking into. The behavior of The Unarchiver might be more dynamic then this API allows.

If this won't work here's another idea that will make it a bit more user friendly. When extracting files The Unarchiver will remember the last location where a file was extracted to. But if the last file I extracted was a RAR file, as explained above, The Unarchiver will instead remember the last path where I pressed "Search", not where it was extracted to. Can these to location be remembered separately?

204 Name: Axel : 2012-11-04 13:19 ID:Rfguk26h [Del]

Hello Unarchiver-Team,

I love The Unarchiver. But in my eyes the sandboxed version sucks. Big time. I have to confirm every time I unpack a file, and this annoys the hell out of me. Please go back to the un-sandboxed version, or provide one in parallel. I will probably change because of this, I want extraction, here, now - and not extraction, here, YES,REALLY, now.

Otherwise - keep up the awesome work.

Cheers, Axel.

205 Name: !WAHa.06x36 : 2012-11-05 11:48 ID:KuzvVvM1 [Del]

>>204

One is provided already.

206 Name: !WAHa.06x36 : 2012-11-05 14:28 ID:KuzvVvM1 [Del]

>>203

Well, I wrote some quick test code, and apparently it does nothing at all except tell me it won't let me have access to any file, ever.

Nobody on the internet seems to have ever used it, either, so I have no idea if it actually possible to do anything useful whatsoever with it.

207 Name: magino : 2012-11-05 16:09 ID:0H7b3U3M [Del]

Since one of the latest updates the unarchiver doesn't automatically open the extracted folder anymore. I unchecked and rechecked this function but nothing helps, also re-installed...

208 Name: !WAHa.06x36 : 2012-11-05 17:05 ID:Heaven [Del]

>>207

This is probably an OS X sandbox bug. Apple won't let me use the workaround for it. Try updating your OS and hope they fixed it, or use the legacy version.

209 Name: doob : 2012-11-08 12:11 ID:X7szoJx6 [Del]

>>206

Hmm, I see. What about my other suggestion:

"When extracting files The Unarchiver will remember the last location where a file was extracted to. But if the last file I extracted was a RAR file, as explained above, The Unarchiver will instead remember the last path where I pressed "Search", not where it was extracted to. Can these to location be remembered separately?"

210 Name: !WAHa.06x36 : 2012-11-09 09:30 ID:KuzvVvM1 [Del]

>>209

It can probably be done, but would be a bit messy. Either way, file an issue for it on the bug tracker or else I will forget about it.

211 Name: maccouch : 2012-11-15 18:26 ID:n18XS8Ew [Del]

Hi! i've just found some weird error/bug in unarchiver 3.3

i don't know how to explian or what ocorred, but unarchiver repeatedly corrupted the contents of the Eclipse tar.gz file from the website. It extracted and deleted the original file, as standard but i always ended up with a damaged folder for the eclipse program. I did the shasum of the original tar.gz and it was correct, but i always ended up with the same problem. finally discovered this thread (https://bugs.eclipse.org/bugs/show_bug.cgi?id=297993#c6 ) and tried to untar the same tar.gz file with the mac default archive utility, and everything was ok then!

oh, also tried downloading several versions of eclipse IDE before understanding my troubles but it happened the same with every version of it!

212 Name: !WAHa.06x36 : 2012-11-16 16:51 ID:KuzvVvM1 [Del]

>>211

That's probably a bug that was fixed in 3.4 already.

213 Name: !WAHa.06x36 : 2012-11-16 16:52 ID:KuzvVvM1 [Del]

3.5 has been released! Changes are:

  • Added support for password-protected 7z files.
  • Added an experimental AppleScript interface.
  • Added a progress bar overlay on the dock icon.
  • Chinese translation.
  • Handle files opened from Mail.app better.
  • Better support for very old StuffIt archives, including password-protected ones.
  • Fixed a bug where the app might stop launching at all under rare circumstances.
  • Fixed some crashes on old OS X versions.
  • Various bugfixes for PDF, hqx and sitx.

214 Name: !WAHa.06x36 : 2012-11-16 16:52 ID:KuzvVvM1 [Del]

And as usual, unar and lsar have also been bumped to 1.4. Mostly they share the same changes, plus a few bugfixes:

  • Added support for password-protected 7z files.
  • Better support for very old StuffIt archives, including password-protected ones.
  • Fixed some crashes on old OS X versions.
  • Various bugfixes for PDF, hqx and sitx.
  • Make lsar testing report wrong passwords properly.
  • Make Windows versions stop printing meaningless warnings.

215 Name: Void : 2012-11-16 19:06 ID:rCSn6XrF [Del]

Does not Launch After Update!
Thanks for this tiny but reliable powerful app. But after the update to v3.5 it just does not launch. I am using MacBook Pro OS X 10.7.4, once The Unarchiver was working properly, under the same operating system.
Gives the messsage:
The Unarchiver cannot be opened because of a problem.
Check with the developer to make sure The Unarchiver works with this version of Mac OS X. You may need to reinstall the application. Be sure to install any available updates for the application and Mac OS X.

Click Report to see more detailed information and send a report to Apple.

216 Name: Eli : 2012-11-16 20:01 ID:nrM9ahg1 [Del]

Ditto on the crash after updating to 3.5

Running 10.6.8

Crash log can be found here: http://pastebin.com/EHq9qzpK

217 Name: Nic : 2012-11-17 02:03 ID:HG/Qa5wp [Del]

Double ditto on the crash with with 3.5.
Running 10.7.5

218 Name: !WAHa.06x36 : 2012-11-17 04:32 ID:KuzvVvM1 [Del]

There seems to be some kind of really terrible bug in Xcode which causes newly compiled applications to fail on 10.6 and 10.7, but not 10.8. I am investigating how to get around it.

219 Name: !WAHa.06x36 : 2012-11-17 05:54 ID:KuzvVvM1 [Del]

3.5.1 is now available, which should fix the bug.

http://theunarchiver.googlecode.com/files/TheUnarchiver3.5.1.zip

Trying to get Apple to hurry up and approve it on the app store too.

220 Name: Eli : 2012-11-17 10:45 ID:nrM9ahg1 [Del]

I can confirm 3.5.1 fixes the problem. Thanks for the quick fix!

221 Name: mr_a500 : 2012-11-17 19:28 ID:xGtHZZdG [Del]

Running The Unarchiver 3.5.1 legacy on PowerMac G5, 10.5.8, I get a consistent crash:
EXC_BAD_ACCESS (SIGSEGV)
KERN_INVALID_ADDRESS at 0x000000004300000c

222 Name: mr_a500 : 2012-11-17 19:39 ID:xGtHZZdG [Del]

The archive I used to cause the above crash was "TheUnarchiver3.5.1_legacy.zip"

223 Name: !WAHa.06x36 : 2012-11-18 07:53 ID:Heaven [Del]

>>221

I need a full crash dump to look into that.

224 Name: danner : 2012-11-18 07:59 ID:rA/gd7wP [Del]

Hi! I'm using 10.8.2, and it does not work properly, it seems like something is misconfigured.

App does not crash, but before, when I double-clicked a .zip file, it was automatically extracted. Now, when I double-click the zip file, I get the Preferences screen, as if the filename had not been passed to the app.

I reinstalled both from the App Store and from the last link you provided (#219) but nothing changed.

Thanks!

225 Name: !WAHa.06x36 : 2012-11-18 08:03 ID:Heaven [Del]

>>224

Are you using Default Folder X?

226 Name: danner : 2012-11-19 07:24 ID:Duj2xrba [Del]

>>225

No, I don't use that or any other Finder helper tool that I'm aware of. Any test I can do to help?

227 Name: ce : 2012-11-19 09:30 ID:Qvl0Hh9Q [Del]

Same issue here. Only the Prefences dialog. OS X 10.8.2
Version 3.5 and 3.5.1

228 Name: ce : 2012-11-19 09:43 ID:Qvl0Hh9Q [Del]

Deleting the prefences files resolved the issue

229 Name: danner : 2012-11-19 10:45 ID:N4M/IcJg [Del]

As said by >>228, I deleted Preferences/cx.* but there was no luck. And cx.* are not generated again :-?

230 Name: !WAHa.06x36 : 2012-11-19 13:19 ID:Heaven [Del]

>>229

Sandboxed apps have their preferences inside their containers in ~/Library/Containers.

231 Name: mwdiers : 2012-11-19 21:20 ID:JrJxkeRN [Del]

I am having the same problem, also on 10.8.2.

Both 3.5 and 3.5.1 will only show Unarchiver preferences when double-clicking an archive. It will not extract the archive unless I then Open the archive.

I deleted the preferences in ~/Library/Containers. This did not help. Preference files are re-created, but archives are not extracted on launch.

Choosing File->Open does still work. I noticed that the sandboxed app told me to ask for permission to extract to my Desktop. After that, quitting The Unarchiver, and double-clicking the archive still does the same thing. It just displays Preferences.

232 Name: mwdiers : 2012-11-19 21:34 ID:JrJxkeRN [Del]

Reverting to 3.4 solves the problem for now.

233 Name: danner : 2012-11-20 10:10 ID:ixDcDNZB [Del]

>>230
Same as >>231 , it did not work. Reverting to 3.4 (>>232) works.

234 Name: LL : 2012-11-20 10:48 ID:AWTFmZVI [Del]

Also having the issue of only the preferences opening when clicking on an archive - using the newest version

235 Name: DS : 2012-11-20 12:44 ID:ywGY1YqL [Del]

I'm trying to use the Unarchiver to open a windows self-extracting archive and the error message says "the contents of the file can not be extracted with this program.
I see Windows self-extracting archives as a file type listed in the types of files unarchiver can open. I also purchased the unarchiver browser and have no luck with that program either.

236 Name: !WAHa.06x36 : 2012-11-20 17:01 ID:KuzvVvM1 [Del]

>>235

There are many types of self-extracting archives, and The Unarchiver supports only some of them. Post the file on the bug tracker and I can look into whether it is possible to add support for it.

237 Name: !WAHa.06x36 : 2012-11-20 17:03 ID:KuzvVvM1 [Del]

>>231-234

I can't reproduce this. Do any of you have a second machine to test on, to see if it has the same problem?

238 Name: LL : 2012-11-20 19:02 ID:AWTFmZVI [Del]

I have DFX installed. I turned it off, logged in and out, and reinstalled the current 3.5.1 (sandboxed) version. It will not open a rar file, when clicking on the file. Only the preferences opened.

I then installed legacy 3.5.1 (non sandboxed) version and it opened the same rar file as expected.

I then re-enabled DFX, and the legacy version opened the same rar file again, as expected.

The only issue is having to deal with the quarantine dialog every time the app launches.

Here's the console message, when attempting to open the rar file with the current version:

11/20/12 9:50:09.210 PM xpcd[221]: (null): have symlinks: (
)

Here's the console message when using the legacy 3.5.1 to open the same file:

11/20/12 9:52:17.744 PM The Unarchiver[13544]: A call to OSACopyScriptingDefinition() by NSScriptSuiteRegistry returned an error. Is this application's OSAScriptingDefinition Info.plist entry valid? If its value is 'dynamic', is there an 'ascr'/'gsdf' Apple event handler registered?

Hope this helps.

239 Name: danner : 2012-11-20 23:34 ID:GfPvKh6P [Del]

>>237

It worked for me in a second machine (MBA this year) until a minute ago, when I updated from the App Store, same OS version (10.8.2). Tell me if I can do any test for you.

240 Name: !WAHa.06x36 : 2012-11-21 03:58 ID:Heaven [Del]

Could anyone else check if they get the same console message as >>238?

241 Name: !WAHa.06x36 : 2012-11-21 03:58 ID:Heaven [Del]

>>239

Which version did you update from, that worked? 3.4?

242 Name: danner : 2012-11-22 10:01 ID:GfPvKh6P [Del]

>>241
I guess it was (I'm not sure, sorry). I installed it around 3 weeks ago from App Store

243 Name: Pieter V : 2012-11-27 04:46 ID:ZA291x0K [Del]

I started getting the preference pane issue with the unarchiver a week or maybe 2 weeks ago, I think it started when I updated to 3.5, I didn't pay a lot of attention to when it happened first and what I did around that time, I'm sorry.

I'm using a retina Macbook Pro, it used to work fine on this machine and now it only shows the preferences window when I open an archive via the finder or somewhere else (not via the app's menu).

In the console's "All Messages" view there's no messages about it, in "Diagnostics and Usage Messages" I get this:

27/11/12 13:31:27,935 syspolicyd[5215]: assessment granted for zip by _XProtect
com.apple.message.domain: com.apple.security.assessment.outcome
com.apple.message.signature2: bundle:UNBUNDLED
com.apple.message.signature4: 3
com.apple.message.signature: granted:_XProtect
com.apple.message.signature3: zip

I already tried reinstalling etc, now going to try downgrading to 3.4 as others have mentioned works
I've also already tried the MAS version and normal version, and I've tried disabling gatekeeper since the console message seemed to be related to that when quickly looking it up.

Let me also say thanks for the excellent piece of software, never had any issues with it so far, I almost forgot it wasn't the default before this issue started.

244 Post deleted by user.

245 Post deleted by user.

246 Name: roberto : 2012-11-27 15:14 ID:QOT0FVUb [Del]

hi,
i have a problem with the unarchive program after the last upgrade, infact the softwr don't run. when there will be another upgrade?

ps some month ago i have maked a donation

247 Name: !WAHa.06x36 : 2012-11-28 11:26 ID:KuzvVvM1 [Del]

>>246

I uploaded the fixed version to the App Store over a week and a half ago. It is up to Apple to approve it, and they are not doing anything. In the meanwhile, you can download the fixed version from the download page.

248 Name: !WAHa.06x36 : 2012-11-29 17:12 ID:KuzvVvM1 [Del]

The fixed version is finally out on the App Store. I am really not impressed with how long this took Apple to get around to.

249 Name: jordan : 2012-11-29 22:41 ID:CJ+VsUDo [Del]

lets get a 1024 by 1024 icon. makes a huge difference.

250 Name: !WAHa.06x36 : 2012-11-30 02:16 ID:KuzvVvM1 [Del]

>>249

There should be one alread? The App Store refuses apps without one.

251 Name: !WAHa.06x36 : 2012-11-30 08:40 ID:KuzvVvM1 [Del]

To everyone who has been having problem with only the preferences window opening in The Unarchiver:

It seems that having the program Typinator running while you launch The Unarchiver will cause this issue. I am not sure if this is the only program that causes this, but basically it appears to be a problem with Typinator. I have reported the problem to them, and if you are a paying customer of theirs, it might help if you report it too.

I'll see if there is a way to put in a workaround for this, but if not, you will just have to either turn of Typinator or wait for them to release a bug fix.

252 Name: Göran : 2012-11-30 10:12 ID:yDRN43SR [Del]

The Unarchiver only opens the preferences window for me. I do not, and have never, used Typinator. Some other program can also cause this issue.

253 Name: LL : 2012-11-30 11:26 ID:uB0V5z2x [Del]

I'm currently running 5.4b1 of Typinator, and I just reinstalled the current 3.5.1 (sandboxed version). It works as expected.

I know there was a recent beta update to Typinator, since installing the legacy 3.5.1 version. Not sure how many revisions there were between the initial problem cropped up, and the current "fix".

I'll report it to the Typinator people as well.

254 Name: osxnewuser : 2012-11-30 13:39 ID:66Wd2Mgb [Del]

Version v3.5.1 seems to have a problem with unpacking archives in folders when i set the prefs not too. any one else having this problem?

255 Name: osxnewuser : 2012-11-30 13:44 ID:66Wd2Mgb [Del]

version 3.5.1 is all ways creating new directory/folders when unpacking archives when i set the prefs not too. 3.4 didn't do it worked fine, anyone else having this issue?

256 Name: osxnewuser : 2012-11-30 13:45 ID:66Wd2Mgb [Del]

version 3.5.1 is all ways creating new directory/folders when unpacking archives when i set the prefs not too. 3.4 didn't do it worked fine, anyone else having this issue?

257 Name: !WAHa.06x36 : 2012-11-30 14:58 ID:KuzvVvM1 [Del]

>>254

Yes, that's a known bug, I seem to have messed something up in 3.5. It will be fixed in 3.6 most likely.

258 Name: !WAHa.06x36 : 2012-11-30 14:59 ID:KuzvVvM1 [Del]

>>252

Does it do that even when you click an archive?

259 Name: Göran : 2012-11-30 15:38 ID:yDRN43SR [Del]

Yes. When I doubleclick an archive I get the preferences. I can then choose Open and click the archive. It will then extract. Then I close the preferences.

260 Name: !WAHa.06x36 : 2012-11-30 18:31 ID:KuzvVvM1 [Del]

>>259

Can you check for any other programs that would modify how other programs work, that you might have installed?

261 Name: !WAHa.06x36 : 2012-12-01 05:29 ID:KuzvVvM1 [Del]

>>253

Also, I can confirm that the 5.4 beta 1 version works better. Under normal usage, it seems to let The Unarchiver work normally.

(Strangely, it seems to have the same bug if I run The Unarchiver through the debugger with breakpoints set, but that shouldn't affect normal users.)

262 Name: Göran : 2012-12-01 15:28 ID:yDRN43SR [Del]

>>260
I killed the "Default Folder X Helper" process, i.e. killed Default Folder X and now the archive is extracted immediately (no preferences).

This is not a solution as I use Default Folder X frequently.

263 Name: filjedi : 2012-12-01 20:36 ID:50oFo4md [Del]

I installed the latest version as of today (v3.5.1). When I try to open any archive, "Preferences" is shown instead. I'm on a Mac mini (late 2012) running OS X 10.8.2.

264 Name: !WAHa.06x36 : 2012-12-02 05:03 ID:KuzvVvM1 [Del]

>>262

You should report the bug to the Default Folder X creators.

>>263

See above: Either Typinator or Default Folder X seem to cause this problem.

265 Name: !WAHa.06x36 : 2012-12-02 08:19 ID:KuzvVvM1 [Del]

>>262

Also, another user reported that upgrading Default Folder X may fix the issue.

266 Name: Göran : 2012-12-02 11:30 ID:yDRN43SR [Del]

>>264
>>265
Upgrading Default Folder X from 4.4 to 4.5.3 fixed the problem.

267 Name: TeRRyZx : 2012-12-09 10:33 ID:z5KiF2/Z [Del]

Default Folder 4.5.3 did not fix for me. I still get preferences every time.

268 Name: !WAHa.06x36 : 2012-12-10 09:48 ID:Heaven [Del]

>>267

What about Typinator? Or any other program that messes with all other programs on your system?

269 Name: doob : 2012-12-10 11:36 ID:X7szoJx6 [Del]

Two things:

  1. I'm having some problems unpacking some RAR archives using The Unarchiver. It those archives that consists of serveral RAR files. It says the archive file corrupted. It works fine unpacking the RAR files with Stuffit Expander
  2. When unpacking the same files with Stuffit Expander it doesn't have to search for other files (or whatever The Unarchiver does, which I have to manually approve due to the sandbox)

Both applications are installed via the App Store.

270 Name: !WAHa.06x36 : 2012-12-10 15:45 ID:Heaven [Del]

>>269

I need the files to do anything about it.

271 Name: DJ.HAN : 2012-12-11 05:54 ID:xkIJQrlW [Del]

Bug Report :

When I was tried select and extract multiple zip and rar files, the unarchiver stop extracting randomly. some files was extracted, but some files wasn't.

I expected that filename encoding is a reason.
There was a file that didn't have encoding information. If single file was open, the unarchiver display encoding selection dialog box. But the file was mixed with other files, then the unarchiver stop extracting. But some case, unarchiver display selection box while extracting of multiple files.

Please check this problem. Thanks.

272 Name: TeRRyZx : 2012-12-11 15:24 ID:z5KiF2/Z [Del]

I do not use Typinator only Default Folder and I still keep getting the preferences constantly

273 Name: !WAHa.06x36 : 2012-12-12 06:10 ID:KuzvVvM1 [Del]

>>271

This may actually be an OS X bug. Sometimes it seems files are dropped when you click multiple files.

>>272

It is most likely caused by some other program. Try to see what other similar programs you might have, and disable them and see if that helps.

274 Name: Jim : 2012-12-15 15:15 ID:D0Qe62qX [Del]

I bought The Unarchiver and clicked on "install". A grey icon appears on Launchpad with a liitle white dot on what appears to be a progress bar but nothing happens, and clicking on the icon produces no effect. I tried clicking on "install" again and just got a repeat of the previous result. My O.S. is mountain Lion.
What can be done?

275 Name: !WAHa.06x36 : 2012-12-15 19:08 ID:KuzvVvM1 [Del]

>>274

You'll have to ask Apple. I have control over any part of the download and install process.

276 Name: Jim : 2012-12-17 12:41 ID:D0Qe62qX [Del]

Apple tell me to contact you about the problem! I guess I'll just have to avoid your programs in future if I'm just going to be be sent round in circles. Sorry!

277 Name: pelerin : 2012-12-18 07:10 ID:YIHJuQeI [Del]

I do not use "Typinator" or "Default Folder X", but I also have this problem with Preferences ... :-(

278 Name: TeRRyZx : 2012-12-18 07:49 ID:z5KiF2/Z [Del]

I tried starting in safe mode and then Archive Utility was all that worked. Tried on a test new user partition and still get the prefs window every time. I have no idea what else would cause that that i could adjust or remove.

279 Name: !WAHa.06x36 : 2012-12-18 12:59 ID:KuzvVvM1 [Del]

>>276

As I said, I have no control over the installation. I couldn't possibly do anything about it.

>>278

If you somehow manage to figure out what it is, do let me know too, so I can warn people in the future.

280 Name: Göran : 2012-12-26 13:04 ID:dH/GGMH1 [Del]

>>266
Fixed for a short while. Now the preferences-pane-pain is back again.

281 Name: !WAHa.06x36 : 2013-01-03 07:18 ID:QTGZpMmj [Del]

There's another report that SwitchResX causes this, too.

282 Name: !WAHa.06x36 : 2013-01-05 06:53 ID:KuzvVvM1 [Del]

3.6 has been released. Changes:

  • Added support for the Internet Archive WARC format.
  • Fixed the "Never create folder" option, which had accidentally been disabled.
  • Fixed a bug in Polish translation that made Polish version crash sometimes.
  • Fixed a bug that caused file formats to not be unselectable in the file type list.
  • Fixed bugs in XAR/.pkg, CAB, HQX and Compress.
  • Fixed a few more rare bugs and crashes.
  • Made the legacy version work on 10.5 again.

283 Name: !WAHa.06x36 : 2013-01-05 06:54 ID:KuzvVvM1 [Del]

The changes that carry over to unar and lsar, which are now at 1.5, are:

  • Added support for the Internet Archive WARC format.
  • Fixed bugs in XAR/.pkg, CAB, HQX and Compress.
  • Fixed a few more rare bugs and crashes.
  • Made the OS X binaries work on 10.6 and 10.7 again.

284 Name: mr_a500 : 2013-01-05 19:41 ID:xGtHZZdG [Del]

Thanks. 3.6 legacy seems to fix the crashing problem I reported for 3.5 on PPC 10.5.

285 Name: TeRRyZx : 2013-01-06 01:15 ID:z5KiF2/Z [Del]

The new version still brings up my preferences each time

286 Name: !WAHa.06x36 : 2013-01-06 07:34 ID:Heaven [Del]

>>285

The situation is still the same: This is caused by some other program. You need to figure out which one. See the earlier comments for hints.

287 Name: Fabio : 2013-01-07 04:13 ID:N0urkiTB (Image: 0x0 tiff, 50 kb) [Del]

Hi. I'm having a bug in my mac related to your software. The program itself is working fine (and I just updated it, still works but my bug is still here), but every time I use the Open With button for any archive I get 4 repetitions of The Unarchiver. I attached a picture showing the problem. Any ideas on how to fix this? Thanks.

288 Post deleted by user.

289 Name: !WAHa.06x36 : 2013-01-07 04:56 ID:Heaven [Del]

>>287

It is an OS X bug, so you would have to report it to Apple.

290 Name: ULANUDE : 2013-01-12 05:50 ID:8WUL2O3E [Del]

HELLO I HAVE A PROBLEM!!!
When I click on .zip .rar files The Unarchiver just opens Preferences window and does not unziiping files, I have to manually go to File and set Unarchive to Desctop. I've tried to unninstall and clean after that, but still no luck. What can I do? Help me!

291 Name: !WAHa.06x36 : 2013-01-12 14:26 ID:KuzvVvM1 [Del]

>>290

Update Default Folder X, Typinator or SwitchRes X.

Name: Link:
Leave these fields empty (spam trap):
More options...
Verification: