When installing the update, some users are finding themselves faced with an 0x80070643 error, a generic failure message. Unfortunately, according to Microsoft, "because of an error in the error code handling routine," this might not be the correct error. Error in the error code code is giving the wrong error code for the error. I'm curious how often the error code code needs touching that there is an error in there t…
Microsoft suggests command line fiddling to get Windows 10 update installed
71–80 of 223 posts
Re: Microsoft suggests command line fiddling to get Windows 10 update installed
#72Had the journalist tryied Linux, would have known that it gives much better error messages than some random looking number.
Re: Microsoft suggests command line fiddling to get Windows 10 update installed
#73Earlier quoted context omitted.
Except for if you want to use dual monitors, etc. etc. Every time I've tried Linux, I've had to dive into the terminal and paste commands from the internet to get normal things to work.
Only two monitors? I've no problem with more than that. I don't know what hardware you're using, but that's atypical.
Re: Microsoft suggests command line fiddling to get Windows 10 update installed
#74FTA: "Showing an unhelpful error message and then requiring a user to delve into the world of the command line to fix things. What is this? Linux?" What did the author want, a button to push for each solution to every possible exotic error, even critical ones that would require to resize a system partition from a running OS? Seriously!? Of course one solve this through the command line. Or, if that wasn't what the au…
Re: Microsoft suggests command line fiddling to get Windows 10 update installed
#75Earlier quoted context omitted.
I use Linux. You absolutely need to drop down to the command line at times. Upgrading my Kennel, or Graphics driver breaks something like 20% of the time for me.
That's way higher than my experience. I had a kernel update break a memory management API that JavaScript engines use about a year ago, and then before that my last kernel induced update breakage was in like 2012 with fglrx. That broken kernel update also would not have made it into more conservative distros, as the change was rolled back 5 days later. Meanwhile I have previously experienced the windows issue in this…
I've administrated a fleet of ~100 Ubuntu devices that used nVidia for some AI stuff - unattended-upgrades disabled and all that - and yet graphics drivers broke in regular intervals, every couple of months. Apparently, nVidia drivers have some system in place that can update drivers on its own. The only solution was to uninstall all nVidia drivers, upgrade all packages, then re-install nVidia drivers.
Re: Microsoft suggests command line fiddling to get Windows 10 update installed
#76When installing the update, some users are finding themselves faced with an 0x80070643 error, a generic failure message. Unfortunately, according to Microsoft, "because of an error in the error code handling routine," this might not be the correct error. Error in the error code code is giving the wrong error code for the error. I'm curious how often the error code code needs touching that there is an error in there t…
Then we'll know why QA went bad.
Re: Microsoft suggests command line fiddling to get Windows 10 update installed
#77Earlier quoted context omitted.
This is why I am extra vigilant, pendantic and strict when writing or reviewing code that handles exception and error paths. More than happy-path code, I want this to be simple, rediculously easy and very loosely coupled. No inheritance, no abstractions, very shallow dependency trees and so on. Just once too often did a bug in exception handling cause a system to go down - It is often not or hardly covered in tests (…
This attitude seems a little silly to me—being "extra vigilant, pedantic and strict" about happy-path code would necessarily imply the same about "exception and error paths". Generally speaking, bugs mostly appear in a binary fashion and not in varying degrees—ie your code either reflect expected behavior or doesn't.
Re: Microsoft suggests command line fiddling to get Windows 10 update installed
#78Earlier quoted context omitted.
Exit code 139. Hm.
That's usually not the full error message, and you can still easily find the number's meaning by opening the man page of wathever piece of software terminated with that exit code.
Re: Microsoft suggests command line fiddling to get Windows 10 update installed
#79Had the journalist tryied Linux, would have known that it gives much better error messages than some random looking number.
Re: Microsoft suggests command line fiddling to get Windows 10 update installed
#80> Unhelpful error codes, complex fixes ... When did Windows turn into Linux? Hmm
Yup. These are the people society put in charge with keeping us informed. They'll probably need to take jobs are janitors once ai replaces them, as they are prime candidates given how unreliable their writing is.