Windows error 0x40010004, 1073807364

Detailed Error Information

HRESULT analysis[1]

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)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode1 (0x001)
NameFACILITY_RPC[1][2]
DescriptionThe source of the error code is an RPC subsystem.[1][2]
Error Code4 (0x0004)

Questions

10votes
1answer

In which cases does program exit with 0x40010004 code?

My program is designed to run on Windows platform. Sometimes it terminates with error. I could not debug it on each computer where it is installed; so I added vectored exception handler to it which sends some information about exception to server. There were some 0xC0000005 exceptions; I fixed it, [...] read more
windows
debugging
terminate
4votes
2answers

Windows 7 hangs at Logoff

I have a Windows 7 Ultimate Notebook (Acer 1420p - PDC edition) that sometimes hangs at the "Logging off..." screen. The Eventlog has the following entries: * 18:13:51 Warning: The winlogon notification subscriber Profiles is taking long time to handle the notification event (Logoff). * 18:12:51 Information: The winlogon notification [...] read more
windows-7
freeze
logoff
2votes
1answer

WiX/Burn install .NET 4 framework pre-requisite failing to reboot

I have created a custom UX that needs .NET 4 installed to run. I have followed the instructions on installing .NET 4 as a pre-requisite from Burn, and this works perfectly when a reboot after .NET is not required. However, if a reboot is required I click the reboot now [...] read more
installation
wix
wix3.6
burn
2votes
1answer

The Desktop Window Manager has exited with code (0x40010004)

We are running a Windows 2008 R2 server in a terminal server environment. Every time a user logs in and out of the server we get the following notifications: EventID 9003 The Desktop Window Manager was unable to start because a composited theme is not in use EventID 9009 The [...] read more
windows-server-2008-r2
terminal-server
1vote
2answers

Web Server crashing due to memory errors. It's like clock work

I have an IIS server that is crashing at about 3:15 am every Friday and Saturday. I understand that swapping out DIMM A in Bank 1 would probably fix the issue. But I would like to hopefully resolve the issue before we do that. But replacement RAM is scheduled. Below [...] read more
windows-server-2008-r2
memory
windows-registry
server-crashes
0votes
1answer

how to prevent automatic log off in windows 7

I have a remote machine that runs on Windows 7, it gets logoff by closing all running application and the gets logged in again automatically. It happens every day but not on specific time and without specific task. enter image description here [https://i.stack.imgur.com/1aMcj.jpg] After reviewing Event logs as shown above [...] read more
windows-7
windows
remote-desktop
administrator
event-log
0votes
1answer

Power BI or Excel 2019 Power Query not connecting to "BOE" webpage

I am using Windows 10 Pro with Excel 2019 (32 bits) and Power BI desktop (64 bits) to try to connect to the BOE webpage webpage using the Web connector and extract some tables. I am using a regular laptop, I am not using a proxy or a VPN, since [...] read more
powerbi
powerquery
powerbi-desktop
powerbi-datasource
0votes
0answers

Remote desktop clients are disconnected and some files are damaged

We have a Windows 2008 r2 server using RDP. This is used as a production server for software developer to build applications. The users are able to login successfully, but after a few hours the appliction they're using will crash, resulting in files being deleted from the server. The applications [...] read more
windows-server-2008-r2
remote-desktop

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0