Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Immediate crash after application launch #5351

Closed
cyberduck opened this issue Oct 20, 2010 · 7 comments
Closed

Immediate crash after application launch #5351

cyberduck opened this issue Oct 20, 2010 · 7 comments

Comments

@cyberduck
Copy link
Collaborator

d31976a created the issue

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

@cyberduck
Copy link
Collaborator Author

@dkocher commented

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?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#5352 closed as duplicate.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

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.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

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.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In c2a3cd6.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

A snapshot build is available with the fix included.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 1a0eb97 using exception handler to catch other unknown errors with the archive.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant