Windows error 0x00000660, 1632

Detailed Error Information

INSTALL_TEMP_UNWRITABLE[1]

MessageThe Temp folder is on a drive that is full or is inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder.
Declared inwinerror.h

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

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 Code1632 (0x0660)

Questions

3votes
2answers

How can I resolve Leopard panics, after an incomplete software update?

I am using an Intel-based MacBook. While I was installing the regular updates received from Apple, the installation halted for some reason. (I don't know what would be the reason, but the installation process stopped at 42% and was not moving further.) Hence I did a forced shutdown. Whenever I [...] read more
macos
osx-leopard
1vote
4answers

Kernel Panic every time I open a print queue

Every time I open any printer queue I get a kernel panic and have to reboot. It's quite frustrating. I've tried removing/adding printers, clearing all caches with Onyx, repairing permissions, all manner of things to no avail. Any tips would be greatly appreciated! ==== CRASH REPORT ==== Interval Since Last [...] read more
macos
printing
osx-leopard
kernel-panic

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