Windows error 0x8000000A, -2147483638

Detailed Error Information

E_PENDING[1]

MessageThe data necessary to complete this operation is not yet available.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code10 (0x000a)

Questions

10votes
1answer

papi_avail: No events available

I want to get into PAPI. I have Version 5.3.2.0 on Debian GNU/Linux. papi_avail just tells me that no hardware events are available: $ papi_avail Available events and hardware information. -------------------------------------------------------------------------------- PAPI Version : 5.3.2.0 Vendor string and code : GenuineIntel (1) Model string and code : Intel(R) Core(TM) i3-5010U [...] read more
papi
2votes
1answer

Conditionally parsing an array based on previous elements with nom

I need to parse an array of 32 bit ints (little endian), from an array of u8s, however the next int only exists if the 31st bit of the current int is set. If the rest don't exist then the rest of the array should be set to zeroes. I'm [...] read more
parsing
rust
nom
2votes
1answer

Total Cache misses fewer than data cache misses (PAPI_L1_DCM > PAPI_L1_TCM)

For my application (SpMV) I have more data cache misses (PAPI_L1_DCM) than total cache misses (PAPI_L1_TCM) in level 1 cache. How can that be? For Level 2 the values are ok. That is, what the PAPI counters offer: [PAPI_L1_ICM ][PAPI_L1_DCM ][PAPI_L1_TCM ][PAPI_L2_ICM ][PAPI_L2_DCM ][PAPI_L2_TCM ] 1256 3388225 1442386 1007 2389903 [...] read more
caching
papi
1vote
0answers

7-Zip: Opening image from 7z archive produces error code 0x8000000a

I've tried encrypting a folder containing a text file and an image with AES encryption using the .7z format. When I enter the password to open the encrypted folder the two files are displayed. I can click on the text file and it opens with my default text editor (although [...] read more
windows-7
windows
encryption
7-zip
1vote
0answers

visual studio 2019 ui problem The data necessary to complete this operation is not yet available. (Exception from HRESULT: 0x8000000A)

i have problem in visual studio 2019 from long time ago it need a couple of restart to work ? is there any solution guys , many thanks [enter image description here][1] 1 Error Why am I seeing this page? The data necessary to complete this operation is not yet [...] read more
user-interface
1vote
1answer

flash control through windows forms application does not work any more after explorer update of 26th of december 2015

We have an windows form application that shows flash content. Until saterday 26th of december 2015 this worked perfectly. now I get: A first chance exception of type 'System.Runtime.InteropServices.COMException' occurred in AxShockwaveFlashObjects.dll Additional information: The data necessary to complete this operation is not yet available. (Exception from HRESULT: 0x8000000A) When [...] read more
forms
flash
axshockwaveflash
1vote
1answer

Microsoft.Lightswitch.Build.Tasks.Targets(168,5): application definition contains critical errors

I have a complex lightswitch application that was created using visual studio 2013, and then I upgrade it to using visual studio 2015. the solution was working fine, I even did a couple of deployment for it. Now I am trying to build it from a new machine and the [...] read more
c#
build
compiler-errors
visual-studio-2015
visual-studio-lightswitch
1vote
1answer

Only 14 RAPI events are available on Xeon Phi. Why so few?

I'm trying to use RAPI to monitor the performance of my Xeon Phi code. I just compiled and installed a native version of RAPI follwoing the documentation. And the following list is what I get when I execute "rapi_avail" on my Xeon Phi which shall display all available events. Surprisingly, [...] read more
intel
performancecounter
xeon-phi
rapi
1vote
0answers

0x8000000a - JavaScript runtime error: The data necessary to complete this operation is not yet available

I have been experiencing the error (in the title) and have been trying to find an answer. The best one so far is AJAX Error: The data necessary to complete this operation is unavailable. However, in that case, the OP was specifically using jQuery/Ajax, but I am using the AjaxControlToolkit [...] read more
jquery
ajax
ajaxcontroltoolkit
0votes
2answers

SCCM deployment (XP) fails on random computers; cant seem to communicate with server

Let me start off by mentioning that I have no prior experience with SCCM, and that this is a proof of concept setup we are setting up in order to deploy our classroom environments more dynamically. The need arose to be able to change between OSes (XP and Win7, to [...] read more
sccm
0votes
1answer

Windows 10 upgrade failing with "Win10UpgradeProgramInChina" events in Event Viewer

I just tried to upgrade a Windows 7 machine to Windows 10 and it failed for no apparent reason. Both Windows 10 Upgrade Assistant and Media Creation Tool fail, the former with 0xc1900200 and latter with 0x800704DD-0x90016 error code. When it happens (with Upgrade Assistant), the following three events appear [...] read more
windows-7
windows-10
windows-10-upgrade
0votes
0answers

How is this error possible? "The data necessary to complete this operation is not yet available" on internal MSXML2.DOMDocument30

I'm running a Windows server 2019 VB.Net Web Service. It runs fine except periodically I get the following error on a line that has been executed many, many times before the error: System.Runtime.InteropServices.COMException (0x8000000A): The data necessary to complete this operation is not yet available. (Exception from HRESULT: 0x8000000A) at [...] read more
xml
vb.net
0votes
0answers

Multiple GetThumbnailAsync calls gives error 0x8000000A

I'm trying to embrace async/await, so in my C# WPF app I have installed the Microsoft.Windows.SDK.Contracts nuget package to use StorageFile.GetFileFromPathAsync(). It works well for one thumbnail at a time... StorageItemThumbnail thumb = await FetchThumbnailAsync(@"C:\Temp\z00.zip") public async Task<StorageItemThumbnail> FetchThumbnailAsync(string path) { StorageFile storageFile = await StorageFile.GetFileFromPathAsync(path); StorageItemThumbnail thumbnail = await [...] read more
c#
wpf
async-await
windows-runtime
0votes
1answer

Visual C++ CLR designer is always showing 0x8000000A error in the second run of the project and editing design

I'm trying to make a great GUI for my csgo cheat. I decided to use C++/CLR. Firstly I create empty project then, I change in a properties entrypoint and the subsystem and I add this code to the cpp file: #include "MyForm.h" using namespace System;` using namespace System::Windows::Forms;` [STAThreadAttribute] void [...] read more
c++
visual-c++
c++-cli
0votes
1answer

MDT Web service - The data necessary to complete this operation is not yet available. (-2147483638 0x8000000A)

Long story short, we restored a bunch of servers and one of them was my WDS server. Everything seems OK except for the web service action that moves computer objects between OUs. It's called twice in the task sequence; once at the beginning to move the object to a Staging [...] read more
windows
iis
deployment
webservice-client
mdt
0votes
0answers

CryptoJS is not defined at

I am trying to use DES encryption/decryption on Google chrome. In my folder I have three files. 1. tripledes.js 2. mode-ecb.js 3. CryptoJS-DES.html The scripts in my html file is defined as follows :- <script type="text/javascript" src="tripledes.js"></script> <script type="text/javascript" src="mode-ecb.js"></script> and another script file which is :- function encryptByDES(message, key) [...] read more
javascript
html
node.js
cryptojs
0votes
2answers

MessageBox and ShellExecute succeed, but nothing is shown if called right before the application exits

I'm trying to display a MessageBox with some debugging information right before my application exits in case of a specific error. The reason I need to display it as a message box vs. just logging it in a file is because I need it to draw my attention right when [...] read more
c++
windows
winapi
messagebox
windows-shell
0votes
1answer

Identification registers in a processor

recently I came across a term "identification register" related to Intel Processors. It was like key-value pair "IdentificationRegisters": "0x34AC34DC8901274A". Now since I don't know much about these terminologies related to processors(may be to identify them !), can I get some input from this community regarding what this could mean ? [...] read more
intel
cpu-registers
cpu-architecture
processor
0votes
1answer

How to send and receive SMS programmatically in Windows 10 using MBN?

We have a program that sends and receives SMS messages via the MBN IMbnSms interface and a 2G/3G/4G modem. Our code works in Windows 7 and Windows 8.x, but fails in Windows 10. IMbnSms.GetSmsStatus() always returns 0x8000000A (E_PENDING) error, even when the modem has been camped on a network for [...] read more
sms
windows-10
mobile-broadband-api
0votes
1answer

Visual Studio slow debugger - 30,000 lines of output

The debugger is slow, but only in 2012 and 2013 and only on some PCs. 2010 is fine, and 12 and 13 are fine on other systems. Each page takes about 50 seconds to load for a very simple web app and all postbacks are noticeably lagged. At least part [...] read more
asp.net
debugging
visual-studio-2012
ajaxcontroltoolkit
0votes
1answer

PayPal PayFlowPro COMException 0x8000000A

We have some code that runs to connect to PayPal's PayFlowPro to update a credit card used within a recurring billing subscription. This code used to work fine under a .Net 2 app pool, but when we migrated it to 4.0 it's very touchy - sometimes it works and other [...] read more
vb.net
paypal
comexception
winhttprequest
-1votes
1answer

JavaScript runtime error: The data necessary to complete this operation is not yet available

I am using some jQuery stuff, on my site and it references the Google API libs, though there seem to be many problems with the file being referenced. Is there a more stable version of this file? Or, are we legally allowed to download this particular file, and modify it [...] read more
javascript
jquery
ajax

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