Windows error 0x00000286, 646

Detailed Error Information

NOT_SAFE_MODE_DRIVER[1]

MessageThe driver was not loaded because the system is booting into safe mode.
Declared inwinerror.h

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

HRESULT analysis[2]

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[2][1]
DescriptionThe default facility code.[2][1]
Error Code646 (0x0286)

Questions

5votes
1answer

Python IDLE crash only on second monitor. Tcl/Tk compatibility issue?

OS X 10.10.1 Python 3.4.2 ActiveTcl 8.5.17 Hi All, Have a strange issue with IDLE crashing when using open parenthesis '(', specifically when using it after 'input'. It only seems to occur when the IDLE window is on my second monitor (LG IPS226). I can safely type the same characters [...] read more
python
macos
tkinter
python-idle
2votes
3answers

iOS app developed in Xcode 4.5 runs fine on iOS 6 but crashes on iOS 5

I have an iOS application that was developed using Xcode Version 4.5.1. My iOS deployment target is set to 5.0 since I would like the app to run on iOS 5.0, 5.1 and 6.0. When I run the app on an iOS 6 device (or simulator) everything works fine. When [...] read more
ios
xcode
ios5
ios6
xcode4.5
0votes
1answer

Syntax for passing a user-defined variable as a command option

With LLDB version 8 I'm trying to dump the code bytes for a function "fh", using the memory read command, using variables to calculate the length: (lldb) expr unsigned $addr = (unsigned) fh (lldb) expr unsigned $next_addr = (unsigned) fi (lldb) expr unsigned $len = $next_addr - $addr (lldb) p/x [...] read more
lldb
0votes
1answer

LLDB print out NSException name or class from library

In Xcode I use "All Objective-C exception" breakpoint, but i want to skip some specific NSException. I found in this article all the information about how to skip some specific NSException's name and it works perfectly for all the @try{} @catch I've put in my code. Unfortunately I'm forced to [...] read more
ios
xcode
debugging
lldb
0votes
1answer

iOS Simulator Stalls

I am running Mountain Lion and XCode 4.4.1. I am trying to run the iOS Simulator but it will show the image of the iPhone but no OS shows up inside the phone. I have looked at the Console Log and found a crash with the following code Process: iPhone [...] read more
xcode
macos
ios-simulator

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0