Windows error 0x000010D3, 4307

Detailed Error Information

NOT_EMPTY[1]

MessageThe library, drive, or media pool must be empty to perform this operation.
Declared inwinerror.h

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

HRESULT analysis: flags: none; facility: 0 (FACILITY_NULL); error: 4307 (more)

Questions

1vote
1answer

Mono.Cecil producing "Invalid CIL"

Goal: The goal of this snippet is to create a modified version, at runtime, of an executable to prevent it from blocking the thread. Problem: I am using Mono.Cecil to perform the patch; however, something about the way it's recompiled is causing ANY modified method to throw an InvalidProgramException. To [...] read more
c#
mono
cil
mono.cecil

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