Windows error 0x00000282, 642

Detailed Error Information

PORT_NOT_SET[1]

MessageAn attempt to remove a processes DebugPort was made, but a port was not already associated with the process.
Declared inwinerror.h

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

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 Code642 (0x0282)

Questions

2votes
0answers

How to stop Mac Maverick(10.9) App (aquamacs) startup crash cycle

Maverick appears to crash my Macbook pro coming out of sleep. It recently crashed and after verifying the disks and startup again, Aquamacs no longer would run in one of my accounts. I have 2 different admin accounts on my Mac. In one account Aquamacs runs just fine. In the [...] read more
macos
osx-mavericks
aquamacs
0votes
2answers

iTunes crashes with "Attempt to allocate 1073741824 bytes for NS/CFData failed" error

This is a pretty common occurrence. Every two days or so iTunes will crash on me with this error. FYI, 1073741824 is 2^30, which is gigabyte. The crash log is below if you're interested. -------------------------------------------------------------------------------- Process: iTunes [40778] Path: /Applications/iTunes.app/Contents/MacOS/iTunes Identifier: com.apple.iTunes Version: 9.0.1 (9.0.1) Build Info: iTunes-9010901~2 Code Type: [...] read more
macos
itunes

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