This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
CONTEXT: I have been playing around with python's wrapper for opencv2. I wanted to play with a few ideas and use a wide angle camera similar to 'rear view' cameras in cars. I got one from a scrapped crash car (its got 4 wires) I took an educated guess from [...] read more
I have a Dell Latitude D810 I found in our IT storage in basement (computer graveyard) that I was going to use for parts, specifically the keyboard. When I found it, it had a note on it "Blue Screen, Dispose". It's not a bad spec machine so I was curious [...] read more
I'm responsible for a Citrix Presentation Server 4.5 farm. Starting Friday 30. November, my servers started to crash randomly. So far we've experienced 80 crashes, so it's obviously becoming an increasingly big problem for us. I have 12+ years experience with IT, so I know the difference between 0 and [...] read more
I have problem with my problem. Program using WH_JOURNALRECORD and WH_JOURNALPLAYBACK in c++, everything looking not bad but.. program in few seconds shut down my computer to bluescreen with error 0x0000008E it is my code(dll): /* Replace "dll.h" with the name of your header */ #include "dll.h" #include <windows.h> #include [...] read more
I have just started playing around with Android development and looking to use PhoneGap. Using their getting started guide (http://phonegap.com/start#android) I have got to the final step, which is running the app in an Android Virtual Device. I have set some up and all of which cause a BSOD when [...] read more
I get following blue screen after running my laptop for an hour... A problem has been detected and windows has been shut down to prevent damage to your computer. [...] Technical Information: *** STOP 0x0000008E (0xc0000005, 0x805B03F5, 0xF703DC7C, 0x00000000) [...] So how can I tell if this is faulty memory [...] read more
The server I am connecting to is returning what looks like an invalid Date header and I want HAProxy to ignore the error. Unfortunately I have no control over the server, I am using a third party tool. I have tried 'option accept-invalid-http-response' in both the backend and defaults sections, [...] read more
I have a windows phone app which works fine in the emulator and on my test device (Lumia 520), but when published to the store it appears everyone is having issues with it. In my crash logs I see lots of the same error: Problem Function: MS.Internal.XcpImports.TileHostV2_SetNativeContentProvider Exception Type: System.Windows.Markup.XamlParseException [...] read more
I have arg1 which is an IMessage. IMessage is defined as: struct IMessage { ... struct CFString _field2; ... }; and CFString is defined as: struct CFString { void **_vptr$CFObject; struct __CFString *mCFRef; _Bool mIsMutable; }; and __CFString is defined as: struct __CFString; My goal is to get a string [...] read more