Lost Windows Update Cleanup after attempted Fix

Page 3 of 5 FirstFirst 12345 LastLast

  1. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #21

    We still have a file error in the SFC scan - but at least it completed properly! :)
    Code:
     Line 12639: 2013-11-27 00:23:49, Info                  CSI    000004ef [SR] Repairing 1 components
     Line 12640: 2013-11-27 00:23:49, Info                  CSI    000004f0 [SR] Beginning Verify and Repair transaction
     Line 12643: 2013-11-27 00:23:49, Info                  CSI    000004f2 [SR] Cannot repair member file [l:28{14}]"iassdo.dll.mui" of Microsoft-Windows-Networking-Internet_Authentication_Service_Iassdo.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 12646: 2013-11-27 00:23:49, Info                  CSI    000004f4 [SR] Cannot repair member file [l:28{14}]"iassdo.dll.mui" of Microsoft-Windows-Networking-Internet_Authentication_Service_Iassdo.Resources, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 12647: 2013-11-27 00:23:49, Info                  CSI    000004f5 [SR] This component was referenced by [l:266{133}]"Microsoft-Windows-WindowsFoundation-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~6.1.7601.17514.Windows Foundation Language Pack"
     Line 12652: 2013-11-27 00:23:49, Info                  CSI    000004f8 [SR] Could not reproject corrupted file [ml:60{30},l:58{29}]"\??\C:\Windows\SysWOW64\en-US"\[l:28{14}]"iassdo.dll.mui"; source file in store is also corrupted
     Line 12657: 2013-11-27 00:23:49, Info                  CSI    000004fa [SR] Repair complete
    I'll post a fix for it later.

    These are the only errors in the background CBS.log file...
    Code:
     Line 4355: 2013-11-27 00:18:17, Error                 CBS    Failed to check whether package is partially installed, package: Windows7SP1-KB976933~31bf3856ad364e35~amd64~~6.1.1.17514 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
     Line 4357: 2013-11-27 00:18:17, Error                 CBS    Failed to call external evaluate applicability on package: Package_for_KB976932~31bf3856ad364e35~amd64~~6.1.1.17514, Update: 976933-0_neutral_PACKAGE [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
     Line 5886: 2013-11-27 00:18:19, Error                 CBS    Failed to check whether package is partially installed, package: Windows7SP1-KB976933~31bf3856ad364e35~amd64~~6.1.1.17514 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
     Line 5888: 2013-11-27 00:18:19, Error                 CBS    Failed to call external evaluate applicability on package: Package_for_KB976932~31bf3856ad364e35~amd64~~6.1.1.17514, Update: 976933-0_neutral_PACKAGE [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    S
    Hopefully a new run of CheckSUR will find the exact cause, and we can proceed.
    Last edited by NoelDP; 27 Nov 2013 at 04:18. Reason: include SFC error
      My Computer


  2. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #22

    I've uploaded a file - agyaa.zip - to my SkyDrive at Noel's SkyDrive
    Please download and save it.

    Right-click on the saved file and select Extract all...
    Change the target to C:\ and click on Extract
    Close all windows (it would be a good idea to print these instructions!)
    Now reboot to the Repair Environment - as soon as the machine restarts, start tapping F8 - this should bring up the Advanced Boot Menu, at the top of which should be the option 'Repair my Computer'
    Pick that
    You'll have to log in with your username and password.

    Pick the option to use a Command Prompt
    At the prompt type
    DIR C:\agyaa
    hit the enter key - if you get a 'Not Found' error try
    DIR D:\agyaa
    or
    DIR E:\agyaa


    The drive letter in use when you find the folder will need to be substituted (for<drive>) into the following command...

    XCOPY <drive>:\agyaa <drive>:\windows\winsxs /y /i /s /v /h

    (e.g.XCOPY P:\wfire P:\windows\winsxs /y /i /s /v /h )

    run the command (it should take almost no time)and when the prompt returns, type
    EXIT
    and hit the Enter key to exit Command Prompt - reboot to Normal Mode Windows.

    Now run SFC /SCANNOW in an Elevated Command Prompt
    then reboot and upload the new CBS.log file to your reply
      My Computer


  3. Posts : 20
    Windows 7 Ultimate
    Thread Starter
       #23

    Alright did that. Somehow it was under G:.
    https://dl.dropboxusercontent.com/u/9106523/CBS.zip
      My Computer


  4. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #24

    The file hasn't changed?
    That's still the SFC etc results form the earlier scan.

    Please copy the C:\Windows\Logs\CBS folder to the desktop again and compress and upload that
      My Computer


  5. Posts : 20
    Windows 7 Ultimate
    Thread Starter
       #25

    Ah when I zipped it it zipped into the old folder.
    https://dl.dropboxusercontent.com/u/...%20%282%29.zip
      My Computer


  6. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #26

    That's a deepClean log - not the SFC/CBS log :)
    (It's also old)
      My Computer


  7. Posts : 20
    Windows 7 Ultimate
    Thread Starter
       #27

    Huh, thought I did copy it over. Then again the time stamps don't say they were.
    Oh well
    https://dl.dropboxusercontent.com/u/9106523/CBS.zip
      My Computer


  8. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #28

    The latest SFC data I can find in the CBS log is still 27/11 - but in the evening :)
    The file error is still there - which means that either I posted the wrong files, or that the copy didn't work for one reason or another.
    ...and the winner is... it's my fault ! I posted the 64-bit version rather than the 32-bit one.


    I've replaced the file and uploaded it...

    I've uploaded a file - agyab.zip - to my SkyDrive at Noel's SkyDrive
    Please download and save it.

    Right-click on the saved file and select Extract all...
    Change the target to C:\ and click on Extract
    Close all windows (it would be a good idea to print these instructions!)
    Now reboot to the Repair Environment - as soon as the machine restarts, start tapping F8 - this should bring up the Advanced Boot Menu, at the top of which should be the option 'Repair my Computer'
    Pick that
    You'll have to log in with your username and password.

    Pick the option to use a Command Prompt
    At the prompt type
    DIR C:\agyab
    hit the enter key - if you get a 'Not Found' error try
    DIR D:\agyab
    or
    DIR E:\agyab


    The drive letter in use when you find the folder will need to be substituted (for<drive>) into the following command...

    XCOPY <drive>:\agyab <drive>:\windows\winsxs /y /i /s /v /h

    (e.g.XCOPY P:\wfire P:\windows\winsxs /y /i /s /v /h )

    run the command (it should take almost no time)and when the prompt returns, type
    EXIT
    and hit the Enter key to exit Command Prompt - reboot to Normal Mode Windows.

    Now run SFC /SCANNOW in an Elevated Command Prompt
    then reboot and upload the new CBS.log file to your reply
      My Computer


  9. Posts : 20
    Windows 7 Ultimate
    Thread Starter
       #29
      My Computer


  10. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #30

    Interesting - a new error has crept into the SFC results now.

    Code:
    2013-11-29 13:55:43, Info                  CSI    000004e5 [SR] Repairing 1 components
    2013-11-29 13:55:43, Info                  CSI    000004e6 [SR] Beginning Verify and Repair transaction
    2013-11-29 13:55:43, Info                  CSI    000004e7 Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-windows-tabletpc-journal_31bf3856ad364e35_6.1.7601.18126_none_75cea008bb3e33ca\Pretty_Peacock.jpg do not match actual file [l:36{18}]"Pretty_Peacock.jpg" :
      Found: {l:32 b:hLMYgoYEaSd6WHNAcMpQlj3ndwYSJanHCJ0EaEjgsTg=} Expected: {l:32 b:tfmxBgEeHYSqU0nOhrdrRtqL98a1xYC32if7l90WiOg=}
    2013-11-29 13:55:43, Info                  CSI    000004e8 [SR] Cannot repair member file [l:36{18}]"Pretty_Peacock.jpg" of Microsoft-Windows-TabletPC-Journal, Version = 6.1.7601.18126, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2013-11-29 13:55:43, Info                  CSI    000004e9 Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-windows-tabletpc-journal_31bf3856ad364e35_6.1.7601.18126_none_75cea008bb3e33ca\Pretty_Peacock.jpg do not match actual file [l:36{18}]"Pretty_Peacock.jpg" :
      Found: {l:32 b:hLMYgoYEaSd6WHNAcMpQlj3ndwYSJanHCJ0EaEjgsTg=} Expected: {l:32 b:tfmxBgEeHYSqU0nOhrdrRtqL98a1xYC32if7l90WiOg=}
    2013-11-29 13:55:43, Info                  CSI    000004ea [SR] Cannot repair member file [l:36{18}]"Pretty_Peacock.jpg" of Microsoft-Windows-TabletPC-Journal, Version = 6.1.7601.18126, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2013-11-29 13:55:43, Info                  CSI    000004eb [SR] This component was referenced by [l:154{77}]"Package_2_for_KB2835364~31bf3856ad364e35~amd64~~6.1.1.1.2835364-8_neutral_GDR"
    2013-11-29 13:55:43, Info                  CSI    000004ec Hashes for file member \??\C:\Program Files\Common Files\Microsoft Shared\Stationery\Pretty_Peacock.jpg do not match actual file [l:36{18}]"Pretty_Peacock.jpg" :
      Found: {l:32 b:hLMYgoYEaSd6WHNAcMpQlj3ndwYSJanHCJ0EaEjgsTg=} Expected: {l:32 b:tfmxBgEeHYSqU0nOhrdrRtqL98a1xYC32if7l90WiOg=}
    2013-11-29 13:55:43, Info                  CSI    000004ed Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-windows-tabletpc-journal_31bf3856ad364e35_6.1.7601.18126_none_75cea008bb3e33ca\Pretty_Peacock.jpg do not match actual file [l:36{18}]"Pretty_Peacock.jpg" :
      Found: {l:32 b:hLMYgoYEaSd6WHNAcMpQlj3ndwYSJanHCJ0EaEjgsTg=} Expected: {l:32 b:tfmxBgEeHYSqU0nOhrdrRtqL98a1xYC32if7l90WiOg=}
    2013-11-29 13:55:43, Info                  CSI    000004ee [SR] Could not reproject corrupted file [ml:520{260},l:122{61}]"\??\C:\Program Files\Common Files\Microsoft Shared\Stationery"\[l:36{18}]"Pretty_Peacock.jpg"; source file in store is also corrupted
    2013-11-29 13:55:43, Info                  CSI    000004ef Repair results created:
    - but at least the original one is fixed :)

    I'll post a fix for this new one later - but it may not be until tomorrow, as I have to go out soon.
      My Computer


 
Page 3 of 5 FirstFirst 12345 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 07:25.
Find Us