Windows error 0x0000008E, 142

Detailed Error Information

BUSY_DRIVE[1]

MessageThe system cannot perform a JOIN or SUBST at this time.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x8007008E.

KERNEL_MODE_EXCEPTION_NOT_HANDLED[2]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0x8E: KERNEL_MODE_EXCEPTION_NOT_HANDLED.

HRESULT analysis[3]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

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.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[3][1]
DescriptionThe default facility code.[3][1]
Error Code142 (0x008e)

Questions

5votes
3answers

grab frame NTSCtoUSB dongle, opencv2, python wrapper

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
python
opencv
python-2.7
video-capture
analog-digital-converter
3votes
7answers

Windows XP - Blue Screen

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
windows-xp
troubleshooting
bios
bsod
3votes
2answers

Random servers in Citrix farm suddenly bluescreens (mostly 0x0000008e and 0x0000007e)

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
windows-server-2003
vmware-esx
vmware-vsphere
citrix
bsod
1vote
1answer

C++ JournalPlayback and Bluescreen 0x0000008E (hooks)

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
c++
hook
1vote
2answers

Android Virtual Device - Windows 7 BSOD

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
android
cordova
0votes
2answers

Windows XP blue screen 0x8E error troubleshooting

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
windows-xp
troubleshooting
memory
bsod
0votes
0answers

Does 'option accept-invalid-http-response' work in HAProxy 1.7.12?

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
haproxy
0votes
1answer

Windows Phone app exception: System.Windows.Markup.XamlParseException

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
windows-phone-8
windows-phone
0votes
1answer

What is __CFString?

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
objective-c
cocoa
nsstring
core-foundation
cfstring

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0