(Solved) Corrupt file system

Discussion in 'Windows 11' started by alpha45, Jan 26, 2024.

  1. alpha45

    alpha45 MDL Junior Member

    Apr 14, 2014
    82
    8
    0
    Greetings,
    after installing the latest update KB5034204 I get the following warning when opening e.g. foto, calculator, ecc. error file System (-2147219196).

    I restored the PC to a previous point and initially everything worked, but after a few minutes the problem recurred.
    What?

    Name of the application that generated the error: PhotosApp.exe, version: 0.0.0.0, timestamp: 0x6567f5bb
    Name of the module that generated the error: SharedLibrary.dll, version: 2.2.29512.0, timestamp: 0x5fad1a6e
    Exception code: 0x00001007
    Error offset 0x00000000007e38de
    Process ID that generated the error: 0x0x3568
    Launch time of the application that generated the error: 0x0x1DA4F8E34307CB2
    Path to the application that generated the error: C:\Program Files\WindowsApps\Microsoft.Windows.Photos_2023.11110.29003.0_x64__8wekyb3d8bbwe\PhotosApp.exe
    Path to the module that generated the error: C:\Program Files\WindowsApps\Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe\SharedLibrary.dll
    Report ID: 57dd651d-94d3-42d5-9a70-7543d0226224
    Full package name that generated the error: Microsoft.Windows.Photos_2023.11110.29003.0_x64__8wekyb3d8bbwe
    thank you
     
  2. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150
    If you have a supposed filesystem error the first thing to do, is to check the filesystem (from the GUI or using chkdsk C: /F), not rollback the system which in that case can made the things worse.

    So check it, and if after that your system is still messed, likely the easiest way is to do an in place upgrade (using the same ISO you used to install your system, or a newer one)
     
  3. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    665
    532
    30
    Open store app uninstall photos if you dont have store use winget from terminal or cmd and uninstall photos then install it again
    also you can try from cmd as admin
    Dism /Online /Cleanup-Image /ScanHealth if error then run
    Dism /Online /Cleanup-Image /StartComponentCleanup /RestoreHealth


    also run
    sfc /scannow

    these are steps i would take and if still error then i would use backup.wim i create sometimes using dism++ to go back to working copy of OS

    so next time use Dism++ to create backup.wim as in cases like this one you could restore everything in 3 min and 100% everything would work.
     
  4. alpha45

    alpha45 MDL Junior Member

    Apr 14, 2014
    82
    8
    0
    #4 alpha45, Jan 27, 2024
    Last edited: Jan 31, 2024
    (OP)
    The thing is, my system doesn't match Microsoft's TPC and CPU requirements:

    OS Windows 10 Pro 22H2 Build: 19045
    Computer type PC/Desktop
    Manufacturer/Model Asus
    CPU Intel E 8600 dual Core 3.3GHz
    Motherboard P5 G41 L-ME
    Memory8 GB
    Graphics Card(s)Nvidia Quadro 2000D

    so I don't know what to do ..using the same ISO you used to install your system
    Thank You
     
  5. alpha45

    alpha45 MDL Junior Member

    Apr 14, 2014
    82
    8
    0
    #5 alpha45, Jan 27, 2024
    Last edited: Jan 27, 2024
    (OP)
    It's not just photos that don't work, even calculators etc.
    Never had any problems until now...
    Can you give me details for to create backup.wim?
    Thank you
     
  6. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150

    First 1 did you check your filesystem BEFORE attempting anything else, AS I suggested?

    If you have a corrupt filesystem, everything you're going to do will worsen your situation.

    Second: assuming You fixed your FS and it's OK (or you CHKDISK fixed the problem), AND your problem persist.

    Download the W11 ISO (If you didn't keep it) fix it to skip the W11 compatibility checks (as instructed everywhere in this forum), mount the ISO and launch the setup (then choose to keep your files and apps).

    It's easier done than said.

    No backup is needed, unless you do something really stupid or your SDD is about to die.

    BTW is a good practice to have a backup WHEN YOUR SYSTEM IS OK, to have a way to quickly restore it when and if your system fail again in the future.
     
  7. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    601
    700
    30
    "File system errors" are often not related to the file system.
    -2147219196 = 0x80040904
     
  8. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150
    Sure, but you never know if you don't check.
     
  9. Doman

    Doman MDL Novice

    May 11, 2015
    8
    3
    0
    If you use this register entry, you should be able to do a in place upgrade/repair with the Windows 11 ISO/USB.
    But make sure to do it OFFLINE.

    bypass11Upgrade.reg
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup]
    "AllowUpgradesWithUnsupportedTPMOrCPU"=dword:00000001
    
     
  10. CaptainKirk1966

    CaptainKirk1966 Former MDL Guru

    Oct 31, 2009
    2,608
    1,431
    90
  11. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150
    He didn't bother to check his disk.

    Trying to help such kind of users is flogging a dead horse.
     
  12. alpha45

    alpha45 MDL Junior Member

    Apr 14, 2014
    82
    8
    0
  13. alpha45

    alpha45 MDL Junior Member

    Apr 14, 2014
    82
    8
    0
    @Jessie Pinkman
    Sorry, but for the moment I haven't found any valid solution...