Windows error 0x0000045C, 1116

Detailed Error Information

NO_SHUTDOWN_IN_PROGRESS[1]

MessageUnable to abort the system shutdown because no shutdown was in progress.
Declared inwinerror.h

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

HRESULT analysis: flags: none; facility: 0 (FACILITY_NULL); error: 1116 (more)

Questions

1vote
2answers

Seg Fault in ARM Assembly

So, I am trying to learn ARM assembly and basically what I want to do is turn on the LEDs of my BeagleBone Black using pure assembly. I know how to program in C very well, but I am new to ARM assembly if that makes any difference. Basically I [...] read more
c
assembly
beagleboneblack
0votes
2answers

How do I resolve an IPC error in Open VMS web service integration toolkit (WSIT)

I have inherited a 'technology' stack that I have very little experience of and am hoping for help to resolve an issue. Using the OpenVMS Web Service Integration Toolkit to call OpenVMS service from a web browser I am receiving the following error: 'com.hp.wsi.WsiConnectionException: ERROR: Transceive failure EndPointLocate: %WSI-F-FAILED_IPC_INIT, Unexpected [...] read more
ipc
openvms
vms
wsit

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