PRB: Screen Saver Fails to Run Due to a User32.dll Error

Last reviewed: March 17, 1998
Article ID: Q182562
The information in this article applies to:
  • Microsoft Win32 Application Programming Interface (API) included with:

    - Microsoft Windows NT 4.0

SYMPTOMS

The Screen saver fails to run, and the following error message appears:

   Initialization of the dynamic library <system>\system32\user32.dll
   failed. The process is terminating abnormally.

CAUSE

A process applied a NULL Discretionary Access Control List (DACL) to the WinSta0 Window Station.

RESOLUTION

A process should not apply a NULL DACL to the WinSta0 Window Station. Either an access control entry (ACE) should be added to the existing ACEs in the DACL, or, if the DACL is replaced, it should contain at least one ACE.

For more information on adding an ACE to the interactive Window Station and Desktop, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q165194
   TITLE     : INFO: CreateProcessAsUser, Windowstations and Desktops

STATUS

This behavior is by design.

Keywords          : BseMisc BseSecurity
Version           : WINNT:4.0
Platform          : winnt
Issue type        : kbprb


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: March 17, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.