Windows error 0x800B0004, -2146762748

Detailed Error Information

TRUST_E_SUBJECT_NOT_TRUSTED[1]

MessageThe subject is not trusted for the specified action.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode11 (0x00b)
NameFACILITY_CERT[2][1]
DescriptionThe source of the error code is a certificate client or server? [2][1]
Error Code4 (0x0004)

Questions

7votes
1answer

Debugging a nasty SIGILL crash: Text Segment corruption

Ours is a PowerPC based embedded system running Linux. We are encountering a random SIGILL crash which is seen for wide variety of applications. The root-cause for the crash is zeroing out of the instruction to be executed. This indicates corruption of the text segment residing in memory. As the [...] read more
c++
c
linux
linux-kernel
memory-corruption
4votes
3answers

SignTool Verify equivalent for .application and .manifest files?

I am using using signtool.exe v6.2.9200.20527 for /tr and /td switch support. In the following examples 0961...35d2 is the SHA1 thumbprint of a SHA256 Code Signing certificate in the current user's Personal > Certificates store. Example 1: Code signing with a SHA256 digest, no timestamp. c:signtool.exe sign /fd sha256 /sha1 [...] read more
clickonce
code-signing
mage
signtool

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