I still don't understand why Microsoft doesn't print human readable error code instead of just "0xc0000005". To figure out what the actual message is, you first have to figure out if you are seeing a HRESULT or a NTSTATUS[1]. In this case the leading 0xC is an invalid HRESULT, so it's for sure an NTSTATUS. Then you just look up the code in the bottom two bytes [2]. In this case it's just error code 5: "STATUS_ACCESS_…
I think you overestimate how useful "human readable error codes" would be: https://i.imgur.com/SL88Z6g.jpg
Microsoft Outlook is crashing worldwide with 0xc0000005 errors
101–109 of 109 posts
Re: Microsoft Outlook is crashing worldwide with 0xc0000005 errors
#102I wonder if large companies get more of a pass with outages then small ones? Bias towards authority in a way. If a service has a big enough base an outage could almost seem like a pass for everyone. “Oo couldn’t do that this morning GITHUB was down.” Whereas if my small GitLab server was down bosses could be “well why aren’t we on GitHub like everyone else, it’s up now?” When google calendar was down a bit ago I trie…
Re: Microsoft Outlook is crashing worldwide with 0xc0000005 errors
#103Earlier quoted context omitted.
I would not call this a major outage. The service still worked, just not from a single client app, many apps still worked as did the web interface. My house is more stable too but my office is not. I've had UPS systems fail. I've had ISP outages. The overall up time is better, in the case of Exchange, than I could make it at the office - especially considering the 24/7 nature of email today. We need fewer IT people b…
I would say I've found "cloud engineer misconfigures something that knocks the whole service offline" happens more frequently than "my building has a hardware, power, or ISP failure". To some degree, I feel like cloud services have, after overengineering their redundancies for such common failures... introduced a far worse failure via their extremely sophisticated update cadence and orchestration systems.
I had terrible problems with hosted Exchange from Intermedia. I've had pretty good luck with Exchange on Office 365.
Office 365 support is absolute garbage, they really want to punish you for contacting them, especially so if you've found a bug.
Re: Microsoft Outlook is crashing worldwide with 0xc0000005 errors
#104I wonder if large companies get more of a pass with outages then small ones? Bias towards authority in a way. If a service has a big enough base an outage could almost seem like a pass for everyone. “Oo couldn’t do that this morning GITHUB was down.” Whereas if my small GitLab server was down bosses could be “well why aren’t we on GitHub like everyone else, it’s up now?” When google calendar was down a bit ago I trie…
MS definitely has customers like hospitals and the military that will be very upset and frantic in any outage. At least in the days of yore MS distinguished itself with support for that kind of client, famously sending service technicians in helicopters out to remote installations. It would be interesting to hear, in the new era that they're in, if that kind of thing continues.
Re: Microsoft Outlook is crashing worldwide with 0xc0000005 errors
#105Earlier quoted context omitted.
A zillion years ago I was able to see some of the internal communications around the development of OS/2. One topic was the way that non-system floppies would (fail to) boot when left in the PC. What the user would see was something like (I forget the exact numbers) SYS!012345 SYS!876543 ...and they were supposed to go look that up in some reference book to see what it meant. The question was why they weren't outputt…
This kind of pictograms always reminds me of Apple. When a Mac can't boot because of corrupt boot files, it shows a "prohibit" sign. I suppose the reasoning was the same—not all users can understand English. But in this day and age a pictogram is in fact harder to search for because people describe it differently.
"In this day and age" you can snap a picture of (or screenshot) something and search Google with the image.
Re: Microsoft Outlook is crashing worldwide with 0xc0000005 errors
#106Earlier quoted context omitted.
I would say I've found "cloud engineer misconfigures something that knocks the whole service offline" happens more frequently than "my building has a hardware, power, or ISP failure". To some degree, I feel like cloud services have, after overengineering their redundancies for such common failures... introduced a far worse failure via their extremely sophisticated update cadence and orchestration systems.
I'm not a huge fan of cloud in general. Office 365 provides a lot of value for our organization. In addition to Office and Exchange we get a bunch of other things like Sharepoint, Forms, Flow, etc. I had terrible problems with hosted Exchange from Intermedia. I've had pretty good luck with Exchange on Office 365. Office 365 support is absolute garbage, they really want to punish you for contacting them, especially so…
Re: Microsoft Outlook is crashing worldwide with 0xc0000005 errors
#107I still don't understand why Microsoft doesn't print human readable error code instead of just "0xc0000005". To figure out what the actual message is, you first have to figure out if you are seeing a HRESULT or a NTSTATUS[1]. In this case the leading 0xC is an invalid HRESULT, so it's for sure an NTSTATUS. Then you just look up the code in the bottom two bytes [2]. In this case it's just error code 5: "STATUS_ACCESS_…
They'll point you in a direction that is irrelevant to the error. I just wish the references were better.
Re: Microsoft Outlook is crashing worldwide with 0xc0000005 errors
#108Earlier quoted context omitted.
>Office 365/Click-to-Run-based installations. If you buy your software instead of subscribing to it... I've never been clear on what CtR describes. The first CtR Office was Home & Student 2010, which was a purchase.
CtR is this containerized install-from-web platform that Microsoft came up with for .NET applications. Yeah, it's actually a lot of years old. But generally speaking, if you get an Office disc or ISO file (say, from Microsoft's Volume Licensing Center), and install it, you get a traditional Office install that gets serviced via KB downloads from Windows Update. If you get Office via a web download from office.com, yo…
Re: Microsoft Outlook is crashing worldwide with 0xc0000005 errors
#109I wonder if large companies get more of a pass with outages then small ones? Bias towards authority in a way. If a service has a big enough base an outage could almost seem like a pass for everyone. “Oo couldn’t do that this morning GITHUB was down.” Whereas if my small GitLab server was down bosses could be “well why aren’t we on GitHub like everyone else, it’s up now?” When google calendar was down a bit ago I trie…
One angle to look at this from is that if Slack or GitHub goes down, there's a good chance your competitors are being held up too. It's like an armistice on (your corner of) capitalism. Whereas if it's just your system, you've been put at a slight disadvantage. Also, unless it's happening every week there's probably an element of, "well it doesn't make me regret the overall choice to use this service, so there's no s…