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 (0x8000FFFF) from Files.App.Data.Models.SelectedItemsPropertiesViewModel.set_ItemCreatedTimestampReal #13725

Closed
skst opened this issue Nov 7, 2023 · 2 comments · Fixed by #14051
Assignees
Labels
crash Bug reports involving a crash help wanted Extra attention is needed

Comments

@skst
Copy link

skst commented Nov 7, 2023

Description

Application: Files.exe
CoreCLR Version: 7.0.1323.51816
.NET Version: 7.0.13
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Runtime.InteropServices.COMException (0x8000FFFF)
   at WinRT.ExceptionHelpers.<ThrowExceptionForHR>g__Throw|39_0(Int32 hr)
   at ABI.Microsoft.UI.Xaml.Controls.ITextBlockMethods.set_Text(IObjectReference _obj, String value)
   at Files.App.Views.Properties.GeneralPage.GeneralPage_obj1_Bindings.GeneralPage_obj1_BindingsTracking.PropertyChanged_ViewModel(Object sender, PropertyChangedEventArgs e)
   at Files.App.Data.Models.SelectedItemsPropertiesViewModel.set_ItemCreatedTimestampReal(DateTimeOffset value)
   at Files.App.Views.Properties.GeneralPage.UpdateDateDisplayTimer_Tick(Object sender, Object e)
   at ABI.Windows.Foundation.TypedEventHandler`2.Do_Abi_Invoke[TSenderAbi,TResultAbi](Void* thisPtr, TSenderAbi sender, TResultAbi args)
--- End of stack trace from previous location ---

Steps To Reproduce

Sadly, I do not know what I was doing when this occurred. If I reproduce it again, I will update this report.

Requirements

Exception should be caught and handled (or the cause of the exception corrected).

Files Version

3.0.0.0

Windows Version

10.0.22621.2428

Log File

debug.log

@skst skst added the bug label Nov 7, 2023
@yaira2
Copy link
Member

yaira2 commented Nov 7, 2023

Thanks for the report, I see a number of these reports in AppCenter but I haven't been able to repro it.

@yaira2 yaira2 changed the title COMException (0x8000FFFF) from Files.App.Data.Models.SelectedItemsPropertiesViewModel.set_ItemCreatedTimestampReal Bug: COMException (0x8000FFFF) from Files.App.Data.Models.SelectedItemsPropertiesViewModel.set_ItemCreatedTimestampReal Nov 7, 2023
@yaira2 yaira2 moved this from 🆕 New to 🔖 Ready to build in Files task board Nov 7, 2023
@yaira2 yaira2 added crash Bug reports involving a crash help wanted Extra attention is needed labels Nov 7, 2023
@hishitetsu
Copy link
Member

I'd like to work on this.

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.

3 participants