Opened on Oct 20, 2010 at 10:08:29 AM
Closed on Oct 20, 2010 at 3:50:55 PM
Last modified on Oct 21, 2010 at 12:10:23 PM
#5351 closed defect (fixed)
Immediate crash after application launch
Reported by: | rfwilmut | Owned by: | Roger Wilmut |
---|---|---|---|
Priority: | high | Milestone: | 3.7.1 |
Component: | core | Version: | 3.7 |
Severity: | blocker | Keywords: | |
Cc: | Architecture: | Intel | |
Platform: | Mac OS X 10.6 |
Description
Downloaded latest Cyberduck: also later used update facility in previous version. Consistently crashed on opening; I deleted the .plist file but no difference. 24 inch 2008 iMac running 10.6.4. Crash report attached.
Attachments (1)
Change History (9)
Changed on Oct 20, 2010 at 10:08:52 AM by rfwilmut
comment:1 Changed on Oct 20, 2010 at 11:16:36 AM by dkocher
Previous releases can be found at http://cyberduck.ch/changelog/. I only have a wild guess that it might be related to the new bookmark importing feature for third party applications. Can you set the following hidden configuration option by opening a Terminal.app and pasting
defaults write ch.sudo.cyberduck bookmark.import.com.panic.Transmit true
Does that make any difference?
comment:2 Changed on Oct 20, 2010 at 11:18:41 AM by dkocher
- Priority changed from normal to high
- Summary changed from Latest Cyberduck will not run to Immediate crash after application launch
comment:3 Changed on Oct 20, 2010 at 11:19:04 AM by dkocher
#5352 closed as duplicate.
comment:4 Changed on Oct 20, 2010 at 3:44:10 PM by dkocher
The issue is now clearly linked to #3073.
2010-10-20 17:37:40.340 Cyberduck[20095:a07] *** -[NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of class (DotMacFavorite)
Seems to be an issue with some favorites for iDisk that are encoded differently from the rest.
comment:5 Changed on Oct 20, 2010 at 3:48:24 PM by dkocher
The workaround is to remove the file ~/Library/Preferences/com.panic.Transmit.plist or to disable Transmit bookmarks import with
defaults write ch.sudo.cyberduck bookmark.import.com.panic.Transmit true
to mark the bookmarks as already imported.
comment:6 Changed on Oct 20, 2010 at 3:50:55 PM by dkocher
- Milestone set to 3.7.1
- Resolution set to fixed
- Status changed from new to closed
In r7372.
comment:7 Changed on Oct 20, 2010 at 4:01:40 PM by dkocher
A snapshot build is available with the fix included.
comment:8 Changed on Oct 21, 2010 at 12:10:23 PM by dkocher
In r7380 using exception handler to catch other unknown errors with the archive.
Crash report