Windows error 0x0000030F, 783

Detailed Error Information

SYSTEM_POWERSTATE_COMPLEX_TRANSITION[1]

MessageThe system power state is transitioning from %2 to %3 but could enter %4.
Declared inwinerror.h

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

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 Code783 (0x030f)

Questions

4votes
3answers

Access violation exception in 64bit MFC version

I am trying to port a 32bit application to 64 bit. The calculations appear to run correctly, but I cannot configure the views properly. I am using MFC, C++ and OpenGL, Intel 10.0.027 compiler inside VS2005 on a W7 x64 machine. When the crash happens, I get the following message: [...] read more
c++
visual-c++
mfc
64-bit

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