Windows error 0x00003D0C, 15628

Detailed Error Information

INSTALL_VOLUME_NOT_EMPTY[1]

MessageThe deployment operation failed because the volume is not empty.
Declared inwinerror.h

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

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 Code15628 (0x3d0c)

Questions

1vote
2answers

NSInvalidArgumentException on NSURL before the app delegate

After an update on xcode 4.4.1, my app doesn't pass the compilation process anymore. This exception is thrown : 2012-09-11 14:32:19.057 MyApp[5001:707] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL initFileURLWithPath:]: nil string parameter' *** First throw call stack: (0x356d888f 0x37a7f259 0x356d8789 0x356d87ab 0x3516905f 0x35168ffb 0x4005 0x33144cab [...] read more
ios
crash
nsurl
launch

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