Windows error 0x00020001, 131073

Detailed Error Information

HYPERVISOR_ERROR[1]

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

HRESULT analysis[2]

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
FacilityCode2 (0x002)
NameFACILITY_DISPATCH[2][3]
DescriptionThe source of the error code is a COM Dispatch.[2][3]
Error Code1 (0x0001)

Questions

18votes
5answers

Android EditText inputType="none" doesn't work, becomes "textMultiLine"

Tested with Android 1.6(4) and 2.3.3(10). I've made a minimalistic test application to demonstrate this, all it does is load the xml with: setContentView(R.layout.main); and the xml is: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" /> <EditText android:id="@+id/editText1" android:layout_width="fill_parent" android:layout_height="wrap_content" android:inputType="none" android:ems="10" > </EditText> [...] read more
android
android-layout
android-widget
1vote
5answers

How to debug silent hang on shutdown of Solaris 10?

We're experiencing a mysterious hang on shutdown of a newly-imaged Oracle/Sun Solaris 10 SPARC box. It is repeatable (in the same spot ... from what we can tell). We let it try to work itself out multiple times for 5-10 minutes and it never progressed. I've never seen this happen [...] read more
unix
solaris
1vote
2answers

AllowAutoPlay Never Gets Called

I have a WinForms application. Just before creating the actual form in Program.cs, I instantiate an Autoplay class. Registration is successful, after the obligatory first return value of 65536, but I never get any calls to AllowAutoPlay(). Am I missing something? Here is the code: public class RunningObjectTableEntry : IDisposable [...] read more
c#
winforms
autoplay
usb-drive
running-object-table
1vote
0answers

Attribute Type Invalid PyKCS11

I have python script that essentially mirrors what this Attribute Dump achieves. In my slot number 2 I have a smart card that is recognized by a card reader. The card contains an RSA keypair and an x509 cert, that can be displayed using openssl. There is no problem with [...] read more
python
encryption
digital-signature
pkcs#11
hsm
0votes
0answers

Python program airnef not working on Canon 3000D

Sadly Canon doesn't provide the EOS Utility for the Canon 3000D camera for wireless real time image transfer to computer. I'm currently attempting to use the airnef software by testcams.com, its a open source python based application. It hasn't been updated since 2016 so hence its not working for the [...] read more
python
macos
wifi
photography

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0