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

Crashes adding bookmark #5272

Closed
cyberduck opened this issue Oct 4, 2010 · 4 comments
Closed

Crashes adding bookmark #5272

cyberduck opened this issue Oct 4, 2010 · 4 comments

Comments

@cyberduck
Copy link
Collaborator

intimidate created the issue

I've imported my FileZilla boomarks, but after a crash these bookmarks where gone. The crash happened by clicking the + button to add a new bookmark.

@cyberduck
Copy link
Collaborator Author

intimidate commented

How can i re-import the bookmarks again?

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

Please attach the crash report that you can find in

C:\Users\[CurrentUser]\AppData\Roaming\Cyberduck

To reimport the bookmarks delete the following file and restart Cyberduck

C:\Users\[CurrentUser]\AppData\Roaming\Cyberduck\Cyberduck.exe_Url_[SomeID]\[CyberduckVersion]\user.config

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The crash is a known issue.

Top-level Exception
Type:        System.NullReferenceException
Message:     Object reference not set to an instance of an object.
Source:      Cyberduck
Stack Trace: at Ch.Cyberduck.Ui.Controller.BookmarkModel.GetBookmarkImage(Object host)
   at BrightIdeasSoftware.OLVColumn.GetImage(Object rowObject)
   at BrightIdeasSoftware.ObjectListView.MakeSubItem(Object rowObject, OLVColumn column)
   at BrightIdeasSoftware.ObjectListView.FillInValues(OLVListItem lvi, Object rowObject)
   at BrightIdeasSoftware.ObjectListView.BuildList(Boolean shouldPreserveState)
   at BrightIdeasSoftware.ObjectListView.SetObjects(IEnumerable collection, Boolean preserveState)
   at BrightIdeasSoftware.ObjectListView.SetObjects(IEnumerable collection)
   at Ch.Cyberduck.Ui.Winforms.BrowserForm.SetBookmarkModel(IEnumerable hosts)
   at Ch.Cyberduck.Ui.Controller.BrowserController.ReloadBookmarks()
   at Ch.Cyberduck.Ui.Controller.BookmarkModel.BookmarkListener.<collectionItemAdded>b__0()
   at Ch.Cyberduck.Ui.Controller.Threading.SimpleDefaultMainAction.run()
   at Ch.Cyberduck.Ui.Controller.AsyncController.invoke(MainAction mainAction, Boolean wait)
   at Ch.Cyberduck.Ui.Controller.WindowController.invoke(MainAction mainAction, Boolean wait)
   at Ch.Cyberduck.Ui.Controller.BookmarkModel.BookmarkListener.collectionItemAdded(Object host)
   at ch.cyberduck.core.Collection.collectionItemAdded(Object item)
   at ch.cyberduck.core.Collection.add(Int32 row, Object object)
   at ch.cyberduck.core.BookmarkCollection.add(Int32 row, Host host)
   at ch.cyberduck.core.BookmarkCollection.add(Host host)
   at ch.cyberduck.core.BookmarkCollection.add(Object x0)
   at Ch.Cyberduck.Ui.Controller.BrowserController.AddBookmark(Host item, Int32 index)
   at Ch.Cyberduck.Ui.Controller.BrowserController.View_NewBookmark()
   at Ch.Cyberduck.Ui.Winforms.BrowserForm.<ConfigureBookmarkCommands>b__27(Object sender, EventArgs args)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

In c609d9b. Thanks for reporting this issue!

@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