Windows error 0x00000458, 1112

Detailed Error Information

NO_MEDIA_IN_DRIVE[1]

MessageNo media in drive.
Declared inwinerror.h

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

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 Code1112 (0x0458)

Questions

3votes
1answer

Spyder on Windows crashes when entering "help("modules")"

So, it seems my computer's python (Both python 2 and 3) configuration is screwed up in some clandestine way. Originally, I uninstalled Enthought Canopy (Windows 10 64 bit) using "Apps & Features" instead of "Uninstall a Program". Once running spyder through Anaconda I ran "help("modules")" in the ipython window and [...] read more
python
windows
anaconda
access-violation
spyder
1vote
1answer

Domain controllers won't replicate

I recently removed a secondary domain controller (forcefully) and created a new one as secondary for the same domain. The problem is, is that the new secondary can see the primary and itself, but the primary can't see the new secondary. Dcdiag on the primary DC reveals: Starting test: VerifyReferences [...] read more
windows-server-2008
windows-server-2012
domain
domain-controller
replication
0votes
1answer

Errors with AnimationClip

I have these errors on Unity3D in my anime script : Assets\Assets\Scripts\Assembly-CSharp\AnimBg.cs(14,51): error CS7036: There is no argument given that corresponds to the required formal parameter 'clip' of 'AnimationClipPlayable.Create(PlayableGraph, AnimationClip)' Assets\Assets\Scripts\Assembly-CSharp\AnimBg.cs(15,5): error CS1061: 'AnimationClipPlayable' does not contain a definition for 'speed' and no accessible extension method 'speed' accepting a first [...] read more
c#
unity3d
0votes
2answers

Windows Domain Controller/DNS Failure

I have a previous question up about this, but I've come to some new information and I figured I would start a new post to stir up some new discussion. To start, I will give you all a short description of our network setup (from the way I understand it). [...] read more
domain-name-system
active-directory
windows-server-2008-r2
domain-controller

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