Windows error 0x80400000, -2143289344

Detailed Error Information

INPUT_E_OUT_OF_ORDER[1]

MessageInput data cannot be processed in the non-chronological order.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode64 (0x040)
NameFACILITY_INPUT[1]
Error Code0 (0x0000)

Questions

1vote
0answers

x86: Triple fault on call instruction after switching page directory

I've been building my version of the xv6 OS, but just as I switch to a newly created page directory and try to call a function, it triple faults. A lot of similar questions have been asked and usually the problem is that a page fault is not correctly handled, [...] read more
x86
kernel
qemu
osdev
xv6
1vote
2answers

It possible to boot freertos over network?

some words to my system. Im work on the Xilinx development-board zc706. The basic example of freertos are running. Now the question is: How i can boot the application over network? A freertos application is a bare-metal approach. Typically a loader like u-boot is been used, but the examples I [...] read more
xilinx
u-boot
freertos
zynq
1vote
1answer

why no BAR address assigned to the pci devices?

Here is the issue description: After linux bootup, running command "lspci -v", we can see that pci devices can be found, but no address is assigned to devices. By further checking the linux booting message, many "bridge window mem ..." like messages are found there. Not sure those messages are [...] read more
linux
linux-kernel
powerpc
pci
1vote
0answers

Input data cannot be processed in the non-chronological order - Error being thrown from WinRT

I am currently using the below code for detecting gestures var inputManager = (function () { var that = {}; var gr; var canvas; var manipulating = false; that.manipulationHandler = function (evt) { if (evt.delta) { // } }; that.isManipulating = function () { return manipulating; }; that.processDown = function [...] read more
javascript
windows-8
windows-runtime
uigesturerecognizer
multi-touch
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

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