1

I have a windows 10 pro (upgraded from windows 7), version 1511, build 10586.420 up to date. No virus, or malware found.

I have tried all the fixes from the following post without success.

Windows 10 Start menu, notification center, store apps not working

Found this on event viewer

   ShellExperienceHost.exe 
   10.0.10586.306 
   571afaa5 
   Windows.UI.Xaml.dll 
   10.0.10586.306 
   571af9f6 
   c000027b 
   0000000000596f88 
   1f9c 
   01d1c714b1136d4a 
   C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy\ShellExperienceHost.exe 
   C:\Windows\System32\Windows.UI.Xaml.dll 
   db3bfc64-6301-455f-94c2-efed963be757 
   Microsoft.Windows.ShellExperienceHost_10.0.10586.0_neutral_neutral_cw5n1h2txyewy 
   App 

Dump file 1 here

Dump file 2 here

Any other idea?

srecce
  • 13
  • 5

1 Answers1

0

According to the dump, your Windows has an issue to read data from the pagefile (ERROR_SWAPERROR - Error performing inpage operation).

Stowed Exception Array @ 0x000001e96112a7f0

Stowed Exception #1 @ 0x000001e961182c90
    0x800703E7 (FACILITY_WIN32 - Win32 Undecorated Error Codes): Error performing inpage operation.

    Stack    : 0x1e961191fe8
        7ff8d1435c02 Windows_UI_Xaml!DirectUI::FrameworkApplication::MainASTAInitialize+0x12a
        7ff8d1435823 Windows_UI_Xaml!DirectUI::FrameworkView::Initialize+0x73
        7ff8e81b98e8 twinapi_appcore!Windows::ApplicationModel::Core::CoreApplicationView::CreateAndInitializeFrameworkView+0xb8
        7ff8e81d4e0a twinapi_appcore!Microsoft::WRL::RuntimeClass<Microsoft::WRL::RuntimeClassFlags<2>,Windows::Foundation::IEventHandler<Windows::ApplicationModel::Core::UnhandledErrorDetectedEventArgs * __ptr64>,Microsoft::WRL::FtmBase,Microsoft::WRL::Details::Nil,Microsoft::WRL::Details::Nil,Microsoft::WRL::Details::Nil,Microsoft::WRL::Details::Nil,Microsoft::WRL::Details::Nil,Microsoft::WRL::Details::Nil,Microsoft::WRL::Details::Nil>::RuntimeClass<Microsoft::WRL::RuntimeClassFlags<2>,Windows::Foundation::IEventHandler<Windows::ApplicationModel::Core::UnhandledErrorDetectedEventArgs * __ptr64>,Microsoft::WRL::FtmBase,Microsoft::WRL::Details::Nil,Microsoft::WRL::Details::Nil,Microsoft::WRL::Details::Nil,Microsoft::WRL::Details::Nil,Microsoft::WRL::Details::Nil,Microsoft::WRL::Details::Nil,Microsoft::WRL::Details::Nil>+0x1a6
        7ff8e98b9137 SHCore!??$MakeAndInitialize@VCClosableStreamWrapper@@UIStream@@PEAU2@$$T@Details@WRL@Microsoft@@YAJPEAPEAUIStream@@$$QEAPEAU3@$$QEA$$T@Z+0x27b
        7ff8eaa48102 kernel32!BaseThreadInitThunk+0x22
        7ff8ed19c5b4 ntdll!RtlUserThreadStart+0x34

Check your HDD for errors (SMART values with tools like CrystalDiskInfo, if they are fine, run chkdsk /r /f to detect and repair NTFS file system issues).

magicandre1981
  • 97,301
  • 30
  • 179
  • 245
  • Tx,, for your answer, I executed chkdsk as you suggested, and some low level hard disk tool to repair bad sectors. The hard disk seems to be fine now. But I have no start menu yet. I edited the question to include the last dump file. – srecce Jun 17 '16 at 19:24
  • 1
    this time you get 0x800700C1 which is "no valid Win32 app". Run DISM commands to repair damaged windows files. But if your HDD shows bad sectors you should replace it asap. – magicandre1981 Jun 18 '16 at 07:19
  • 1
    You rock sir. After did a DISM and a SFC /scannow, I restarted my computer and the start menu, notification center, etc returned ! You're awesome, thank you very much. – srecce Jun 18 '16 at 16:22
  • You're welcome. But you should still consider to replace the HDD if it has bad sectors. – magicandre1981 Jun 19 '16 at 07:22