Windows error 0x00000091, 145

Detailed Error Information

DIR_NOT_EMPTY[1]

MessageThe directory is not empty.
Declared inwinerror.h

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

HRESULT analysis[2]

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[2][1]
DescriptionThe default facility code.[2][1]
Error Code145 (0x0091)

Questions

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
0votes
1answer

Windows Server 2012 Standard - 0x00000091 on boot

I've been attempting to install Windows Server 2012 Standard on some relatively (circa 2007) old hardware. The machine itself is an Intel SE7320EP2 based system running 2x Dual-Core Xeon (64bit) processors. I initially got the 0x000000C4 error upon attempting to install, subsequently I found the fix which invoved updating the [...] read more
windows-server-2008-r2
windows-server-2012
hardware
installation
0votes
1answer

How can I create a autorun.inf for executables in subdirectory, with parameters, on windows 10?

I'm trying to configure autorun.inf on a DRIVE_REMOVABLE tagged USB flashdrive to run an .exe file from a subdirectory with parameters. So far I have had no luck using the information provided by msdn. I've also looked at several other questions here 1 2, and made sure AutoRun is enabled [...] read more
windows-10
usb-flash-drive
autorun
0votes
1answer

Reduce flickering when using SetWindowPos to change the left edge of a window

Update 1: Here's the simplified version: So I have a special fixed-size child window that I want to make it stay at the right side of the resizable main window. When users resize the main window by dragging the left/right edge of it, WM_WINDOWPOSCHANGED is sent, the child window will [...] read more
winapi
resize
flicker
0votes
1answer

Pkcs#11 with NCryptoki error N. 145

I'm using the NCryptoki dll to manage the acccess to our HSMs. I use a C# windows service. This service is a socket: it listens for requests and it access to the HSMs, doing stuff. Using my code to acccess HSM, I randomly get this message: Cryptware.NCryptoki.CryptokiException: Error n. 145 [...] read more
c#
security
cryptography
pkcs#11
hsm
0votes
1answer

Strange stack trace in Windows Phone 8

Hi I have a Windows phone app which is getting a number of crashes reported by the dev center. I recently did an upgrade which included some minor changes and the moving of some common code from a Silverlight class library to a Windows phone class library (so that I [...] read more
windows-phone-8
crash-dumps

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