Windows error 0x00000228, 552

Detailed Error Information

COULD_NOT_INTERPRET[1]

MessageThe passed ACL did not contain the minimum required information.
Declared inwinerror.h

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

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 Code552 (0x0228)

Questions

1vote
0answers

python 3 - ModuleNotFoundError: No module named 'encodings'

I just started to learn python 3 few months ago, and I having problems in the pycharm IDE... it is very annoying and i wish someone could help to fix that. when I run any code, PRINT: Fatal Python error: Py_Initialize: unable to load the file system codec ModuleNotFoundError: No [...] read more
python
python-3.x
pycharm

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