You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Files crashes every time when running as administrator and click Settings -> Appearance -> Background image -> browse. The problem does not appear in normal user mode.
debug.log:
2024-06-20 22:53:54.5718|Information|App launched. Launch args type: LaunchActivatedEventArgs
2024-06-20 22:53:56.8702|Information|Drive added: C:\, Fixed
2024-06-20 22:53:57.2444|Information|Drive added: D:\, Fixed
2024-06-20 22:53:59.5592|Information|STORE: Checking for updates...
2024-06-20 23:02:21.8683|Error|System.Runtime.InteropServices.COMException (0x80004005)
at Files.App.ViewModels.Settings.AppearanceViewModel.SelectBackgroundImage()
at CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task executionTask)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
at Microsoft.UI.Dispatching.DispatcherQueueSynchronizationContext.<>c__DisplayClass2_0.<Post>b__0()
--- End of stack trace from previous location ---
at WinRT.ExceptionHelpers.<ThrowExceptionForHR>g__Throw|39_0(Int32 hr)
at ABI.Windows.ApplicationModel.Core.IUnhandledErrorMethods.Propagate(IObjectReference _obj)
at Microsoft.AppCenter.Utils.ApplicationLifecycleHelperWinUI.<.ctor>b__0_3(Object sender, UnhandledErrorDetectedEventArgs eventArgs)
--- End of stack trace from previous location ---
at Microsoft.AppCenter.Utils.ApplicationLifecycleHelperWinUI.<.ctor>b__0_3(Object sender, UnhandledErrorDetectedEventArgs eventArgs)
at ABI.System.EventHandler`1.Do_Abi_Invoke[TAbi](Void* thisPtr, IntPtr sender, TAbi args)
Steps To Reproduce
Right click on a Files shortcut and choose Run as administrator
Click the Settings icon in the upper right corner
Choose Appearance
Click Browse in Background image
Requirements
Fix crash that occurs when browsing for background image in settings when running as administrator.
@What410802 thank you for reporting this issue, we're excited to share this is already resolved in the preview builds and will be included in the upcoming v3.5 release.
Description
Files crashes every time when running as administrator and click Settings -> Appearance -> Background image -> browse. The problem does not appear in normal user mode.
debug.log:
Steps To Reproduce
Requirements
Files Version
3.4.1.0
Windows Version
10.0.22623.1037
Log File
debug.log
The text was updated successfully, but these errors were encountered: