ブックマークのツリービューでフォルダ作成時にクラッシュ

Issue #1523 closed
ux created an issue

表題のクラッシュが2回ほど発生しました。ログを添付します。

  1. 任意の子ブックマークフォルダにブックを登録などの通常操作
  2. ルートブックマークを右クリックしてフォルダ追加

の流れで発生したと思います。


OS Version: Microsoft Windows NT 10.0.22631.0 (64bit)
NeeView Version: 40.5 (.msi)

System.InvalidOperationException: Container not found: TreeViewItem
at NeeView.TreeViewRenameControl1.CreateRenameControlSource(TreeView treeView, TItem item) at NeeView.TreeViewRenameControl1..ctor(TreeView treeView, TItem item)
at NeeView.FolderTreeItemRenamer.CreateRenameControl(TreeView treeView, FolderTreeNodeBase item)
at NeeView.TreeViewItemRenamer`1.RenameAsync(TItem item)
at NeeView.FolderTreeView.RenameBookmarkFolder(BookmarkFolderNode item)
at NeeView.FolderTreeView.<get_NewFolderCommand>g__Execute|25_0()
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at NeeView.App.Main()

Comments (3)

  1. Ito Mitsuhiro repo owner

    フォルダーツリーでフォルダーを新しく作ったときにクラッシュすることがある不具合修正 (fixed #1523) ブックマークフォルダ―が多く、リストが表示におさまらないときにこの不具合が発生することがある。

    → <<cset 430775cdd22c>>

  2. Log in to comment