Page 1 of 1
Error 776:

Posted:
25.10.2016, 01:30
by Corrco
Just did a fresh installation of W764 SP1. Now using WSUSO 10.8. to install further updates. Getting the following on every single cab.
Error 776: the client of a component requested an operation which is not valid given the state of the component instance.
I have been running 10.8 for the last several days without seeing this occur on many other systems.
Re: Error 776:

Posted:
25.10.2016, 01:35
by Corrco
Further note the updates seemed to have installed in any event. The only difference I can tell is this build came off of a USB stick made from the ISO.
Re: Error 776:

Posted:
26.10.2016, 22:43
by aker
Is it a normal Windows 7 DVD/ISO or some OEM one?
Re: Error 776:

Posted:
05.12.2016, 19:04
by Corrco
Hi Aker,
It is the retail version.
Re: Error 776:

Posted:
06.12.2016, 16:56
by aker
You may try this:
https://support.microsoft.com/en-us/kb/947821After installation, reboot and enter this command into an administrative command prompt:
- Code: Select all
dism /online /cleanup-imgae /restorehealth
And reboot.
Re: Error 776:

Posted:
06.12.2016, 22:00
by boco
So did they add this command to Windows 7, now?
Re: Error 776:

Posted:
07.12.2016, 06:03
by aker
At least it produced a progressbar on one of my virtual machines.
Else please try
- Code: Select all
sfc /scannow
Re: Error 776:

Posted:
07.12.2016, 22:07
by boco
If /restorehealth worked on Windows 7, do you have an SDK of a higher Windows version installed?
Note that /scanhealth exists and works normally. The results are in CHECKSUR.log.
Re: Error 776:

Posted:
07.12.2016, 22:44
by aker
I've got nearly every Windows SDK/WDK/ADK of Windows 7 and higher on my machine. May explain, why some results of DISM differ on my machine.