Windows error 0x000000DE, 222

Detailed Error Information

BAD_FILE_TYPE[1]

MessageThe file type being saved or retrieved has been blocked.
Declared inwinerror.h

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

POOL_CORRUPTION_IN_FILE_AREA[2]

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

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 Code222 (0x00de)

Questions

3votes
0answers

How to mount a fuse-sshfs file system inside a FreeBSD-12.0p10 jail

I wish to mount a remote data source locally as a fuse file system. This is listed as supported by lsvfs: lsvfs Filesystem Num Refs Flags -------------------------------- ---------- ----- --------------- devfs 0x00000071 4 synthetic, jail cd9660 0x000000bd 0 read-only procfs 0x00000002 4 synthetic, jail nfs 0x0000003a 0 network zfs 0x000000de [...] read more
freebsd
jail
fuse
2votes
0answers

mspgcc-size ROM/RAM usage in percentage

With mspgcc-size I can get an output like this: text data bss dec hex 13072 236 65296 78604 1330c We know that: Flash = data + text RAM = data + bss How can I extract the size of ROM/RAM from the selected -mmcu=msp430g2553 with the toolchain? e.g. ROM: 8192 [...] read more
microcontroller
avr-gcc
toolchain
1vote
1answer

Cassandra Query Language not read the data inserted by Astyanax

I have insert the data in Cassandra using Astyanax but when I execute the following query using CQL3 then result is in Hex select * from employees1; Result: key | column1 | value ------------+------------------------+------------------ 0x000000de | 0x646570746964 | 0x0000014d Then I come to know that Astyanax also support CQL, then [...] read more
java
cassandra
cql
cql3
astyanax
1vote
0answers

C - Get File Bytes as Unsigned Int

I need the bytes of a BIN file converted to a unsigned int, in this format (JavaScript): p.write4(shellcode.add32(0x00000000), 0x00000be9); p.write4(shellcode.add32(0x00000004), 0x90909000); p.write4(shellcode.add32(0x00000008), 0x90909090); p.write4(shellcode.add32(0x0000000c), 0x90909090); p.write4(shellcode.add32(0x00000010), 0x0082b955); p.write4(shellcode.add32(0x00000014), 0x8948c000); p.write4(shellcode.add32(0x00000018), 0x415741e5); p.write4(shellcode.add32(0x0000001c), 0x41554156); p.write4(shellcode.add32(0x00000020), 0x83485354); p.write4(shellcode.add32(0x00000024), 0x320f18ec); p.write4(shellcode.add32(0x00000028), 0x89d58949); p.write4(shellcode.add32(0x0000002c), 0x64b948c0); p.write4(shellcode.add32(0x00000030), 0x77737069); p.write4(shellcode.add32(0x00000034), 0x49000000); p.write4(shellcode.add32(0x00000038), 0x4120e5c1); p.write4(shellcode.add32(0x0000003c), 0x000200bc); p.write4(shellcode.add32(0x00000040), [...] read more
c
1vote
0answers

system.argumentexception on UIElement_TransformToVisual

Hy everyone, I received a StackTraceData from Microsoft where I have a system.argumentexception: Frame Image Function Offset 0 system_windows_ni MS.Internal.XcpImports.MethodEx 0x000000de 1 system_windows_ni MS.Internal.XcpImports.MethodPack 0x00000218 2 system_windows_ni MS.Internal.XcpImports.UIElement_TransformToVisual 0x0000004c 3 microsoft_phone_ni Microsoft.Phone.Controls.Panorama.ReleaseMouseCaptureAtGestureOrigin 0x00000064 4 microsoft_phone_ni Microsoft.Phone.Controls.Panorama.OnManipulationCompleted 0x00000118 5 system_windows_ni MS.Internal.CoreInvokeHandler.InvokeEventHandler 0x000003ae 6 system_windows_ni MS.Internal.JoltHelper.FireEvent 0x00000334 In my app I have [...] read more
c#
xaml
windows-phone
panorama-control
argumentexception

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