Windows error 0x0000003E, 62

Detailed Error Information

NO_SPOOL_SPACE[1]

MessageSpace to store the file waiting to be printed is not available on the server.
Declared inwinerror.h

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

MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTED[2]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0x3E: MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTED.

HRESULT analysis[3]

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[3][1]
DescriptionThe default facility code.[3][1]
Error Code62 (0x003e)

Questions

10votes
1answer

Windows delays writing FAT table on small USB drive despite “Quick removal”

I am seeing delayed writes to the FAT on a small-capacity FAT(FAT12)-formatted USB flash drive even though the policy for the drive is set to "Quick Removal". (I believe this means the SurpriseRemovalOK flag is set). I've captured the SCSI commands sent to the drive over USB: the file truncation [...] read more
windows
usb-flash-drive
fat16
2votes
1answer

Debugging "Native Crash"

When I run my instrumented test suite, I always get a "Native Crash" or "Program Crashed" error in one of the test classes. This class runs fine by itself. How do I even begin debugging this? All of my research so far has come up with solutions for debugging native [...] read more
android
debugging
testing
2votes
1answer

ASM help - assembly language binary bomb phase_6

I have been working on this for hours. I have tried to find the right answer, but I just can't. I have searched around, and many people say that the input is numbers 1-6 and no repeat, but I can't find where it says that anywhere in the assembly code. [...] read more
assembly
0votes
0answers

App Verifier Stop 00000900 using File Open Dialog

My C++/MFC program uses the CFileDialog class to retrieve a filename to open. If I comment out the DoModal() call, no Verifier Stops occur. If the dialog is opened (even if it is then simply Canceled), the stops are generated -- three in a row. So I tried the Common [...] read more
c++
memory-leaks
heap-memory
application-verifier
-2votes
1answer

AccessViolationException when try to read memory from pointer in C# using Marshal class

I try to create a program that will programatically set Windows Color Management to archive an effect like f.lux as a hobby project. **The definition of WINAPI WcsGetDefaultColorProfileSize. ** BOOL WINAPI WcsGetDefaultColorProfileSize( _In_ WCS_PROFILE_MANAGEMENT_SCOPE profileManagementScope, _In_opt_ PCWSTR pDeviceName, _In_ COLORPROFILETYPE cptColorProfileType, _In_ COLORPROFILESUBTYPE cpstColorProfileSubType, _In_ DWORD dwProfileID, _Out_ PDWORD pcbProfileName [...] read more
c#
winapi
marshalling
unmanaged

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0