When opening any image I'm getting this error:
I checked Event Viewer:
Event 1000:
Faulting application name: Microsoft.Photos.exe, version: 15.827.16340.0, time stamp: 0x55dfa48c
Faulting module name: Windows.UI.Xaml.dll, version: 10.0.10240.16431, time stamp: 0x55c9bf27
Exception code: 0xc000027b
Fault offset: 0x00000000005017ee
Faulting process id: 0xd3c
Faulting application start time: 0x01d0ea04d37dd116
Faulting application path: C:\Program Files\WindowsApps\Microsoft.Windows.Photos_15.827.16340.0_x64__8wekyb3d8bbwe\Microsoft.Photos.exe
Faulting module path: C:\Windows\System32\Windows.UI.Xaml.dll
Report Id: ce64e369-c316-4871-b89b-65773f1a70a3
Faulting package full name: Microsoft.Windows.Photos_15.827.16340.0_x64__8wekyb3d8bbwe
Faulting package-relative application ID: App
Event 5973:
Activation of app Microsoft.Windows.Photos_8wekyb3d8bbwe!App failed with error: The remote procedure call failed. See the Microsoft-Windows-TWinUI/Operational log for additional information.
I tried running sfc /scannow
and here is report (it didn't help)
This log is huge. But here are lines next to only line with "Error":
2015-09-08 09:21:25, Info CBS CheckSur: hrStatus: 0x800f081f [CBS_E_SOURCE_MISSING], download Result: 0x800f0948 [CBS_E_SOURCE_MISSING_FROM_WU_CAB]
2015-09-08 09:21:25, Info CBS Count of times corruption detected: 1
2015-09-08 09:21:25, Info CBS Seconds between initial corruption detections: -1
2015-09-08 09:21:25, Info CBS Seconds between corruption and repair: -1
2015-09-08 09:21:25, Info CBS SQM: Package change report datapoints not populated because SQM is not initialized or not running online.
2015-09-08 09:21:25, Info CBS Failed to run Detect and repair. [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]
2015-09-08 09:21:25, Info CBS Exec: Processing complete, session(Corruption Repairing): 30468613_3631800581 [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]
2015-09-08 09:21:25, Error CBS Session: 30468613_3631800581 failed to perform store corruption detect and repair operation. [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]
2015-09-08 09:21:25, Info CBS Session: 30468613_3631800581 finalized. Download error: 0x800f0948 [CBS_E_SOURCE_MISSING_FROM_WU_CAB], Reboot required: no [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]
2015-09-08 09:21:25, Info CBS Failed to FinalizeEx using worker session [HRESULT = 0x800f081f]
I tried installing Media Feature Pack for N and KN versions of Windows 10 and it didn't help.
I tried running dism /online /cleanup-image /restorehealth
and it didn't work.
I tried running this in PowerShell with no success
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
User contributions licensed under CC BY-SA 3.0