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

Bug: COMException in ItemsAdded_CollectionChanged #13983

Closed
yaira2 opened this issue Nov 20, 2023 · 0 comments · Fixed by #14439
Closed

Bug: COMException in ItemsAdded_CollectionChanged #13983

yaira2 opened this issue Nov 20, 2023 · 0 comments · Fixed by #14439
Labels
crash Bug reports involving a crash help wanted Extra attention is needed

Comments

@yaira2
Copy link
Member

yaira2 commented Nov 20, 2023

Description

WinRTNotifyCollectionChangedEventArgsRuntimeClassFactory.CreateInstanceWithAllParameters (NotifyCollectionChangedAction action, IList newItems, IList oldItems, Int32 newIndex, Int32 oldIndex)

Steps To Reproduce

  1. Start app
  2. App crashes

Requirements

  • Fix crash

Files Version

v3.0.8

Windows Version

Windows 11

Log File

ABI.Microsoft.UI.Xaml.Interop
WinRTNotifyCollectionChangedEventArgsRuntimeClassFactory.CreateInstanceWithAllParameters (NotifyCollectionChangedAction action, IList newItems, IList oldItems, Int32 newIndex, Int32 oldIndex)
ABI.System.Collections.Specialized.NotifyCollectionChangedEventHandler
NativeDelegateWrapper.Invoke (Object sender, NotifyCollectionChangedEventArgs e)
System.Collections.ObjectModel
ObservableCollection`1.OnCollectionChanged (NotifyCollectionChangedEventArgs e)
Files.App.UserControls.Widgets.QuickAccessWidget.<>c__DisplayClass39_0
<<ModifyItemAsync>b__0>d.MoveNext ()
Files.App.UserControls.Widgets
QuickAccessWidget.ModifyItemAsync (Object sender, ModifyQuickAccessEventArgs e)
System.Threading.Tasks.Task
<>c.<ThrowAsync>b__128_0 (Object state)
WinRT
ExceptionHelpers.<ThrowExceptionForHR>g__Throw|39_0 (Int32 hr)
ABI.Windows.ApplicationModel.Core
IUnhandledErrorMethods.Propagate (IObjectReference _obj)
Microsoft.AppCenter.Utils
ApplicationLifecycleHelperWinUI.<ctor>b__0_3 (Object sender, UnhandledErrorDetectedEventArgs eventArgs)
@yaira2 yaira2 added the bug label Nov 20, 2023
@yaira2 yaira2 added help wanted Extra attention is needed crash Bug reports involving a crash labels Nov 20, 2023
@yaira2 yaira2 moved this from 🆕 New to 🔖 Ready to build in Files task board Nov 20, 2023
@github-project-automation github-project-automation bot moved this from 🔖 Ready to build to ✅ Done in Files task board Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash Bug reports involving a crash help wanted Extra attention is needed
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant