Windows error 0x000000CE, 206

Detailed Error Information

FILENAME_EXCED_RANGE[1]

MessageThe filename or extension is too long.
Declared inwinerror.h

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

DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS[2]

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

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 Code206 (0x00ce)

Questions

5votes
7answers

Windows 7 x64 support for Intel GMA 3650 (or GMA 3600)

I recently purchased an Intel D2700 MUD motherboard and I cannot find drivers for the Win7 x64 integrated graphics (Intel GMA 3650 aka PowerVR sgs545). The accompanying CD contains Win7 x32 version only. When I run it I got an error: > This computer does not meet the minimum requirements [...] read more
windows-7
drivers
graphics-card
64-bit
2votes
0answers

emmc drivers kernel linux crash when it is configured as loadable module

I have make a change to have mmc drivers loadable kernel module but I got a kernel crash when I tried to unload mmc_host_module using rmmod mmc_host_module. NB: I have deactivated CONFIG_MMC_CLKGATE. All insert command work correctly: insmod mmc_core.ko insmod mmc_block.ko insmod sdhci.ko insmod shdci_pltfm.ko insmod mmc_host_module.ko But when I [...] read more
c
kernel-module
mmc
qualcomm

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