Windows error 0x00000139, 313

Detailed Error Information

NOT_ALLOWED_ON_SYSTEM_FILE[1]

MessageOperation is not allowed on a file system internal file.
Declared inwinerror.h

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

KERNEL_SECURITY_CHECK_FAILURE[2]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0x139: KERNEL_SECURITY_CHECK_FAILURE.

HRESULT analysis[3]

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[3][1]
DescriptionThe default facility code.[3][1]
Error Code313 (0x0139)

Questions

1vote
1answer

WCF Service hard crashing Windows 2016

I have a web service running in IIS-10 on a Windows Server 2016 instance within a VM Hypervisor. A separate scheduled task calls functions of that web service during off peak times in order to retrieve status updates from a third party system. The scheduled task breaks the items that [...] read more
c#
vmware
windows-server-2016
iis-10
0votes
0answers

Windows 10 getting restarted & Event log show it's rebooted from a bugcheck. Google says KERNEL_SECURITY_CHECK_FAILURE. How to fix it?

My Windows 10 PC getting restarted without reason. Event Viewer showing The computer has rebooted from a bugcheck. Google reveal that it's KERNEL_SECURITY_CHECK_FAILURE problem. How to get rid of this problem. http://www.faultwire.com/solutions-fatal_error/KERNEL-SECURITY-CHECK-FAILURE-0x00000139-*1346.html?order=votes My PC configuration - enter image description here [https://i.stack.imgur.com/GRweu.png] Event viewer Trace :- The computer has rebooted from [...] read more
windows
blue-screen-of-death
0votes
0answers

Binary Bomb Lab - Phase 6 What is happening to my nodes?

After looking through the assembly, I know I need a pass that is 6 ints long - Each int in the pass is unique - The ints are in the range of 1 to 6 (gdb) disas Dump of assembler code for function phase_6: 0x0000000000401182 <+0>: push %r14 0x0000000000401184 <+2>: [...] read more
assembly
x86
reverse-engineering
0votes
0answers

Incorrect shared libraries picked in AIX

While building a particular module, I get the below error: ld: 0711-317 ERROR: Undefined symbol: .MD5_Init ld: 0711-317 ERROR: Undefined symbol: .SHA1_Init ld: 0711-317 ERROR: Undefined symbol: .SHA224_Init ld: 0711-317 ERROR: Undefined symbol: .SHA256_Init ld: 0711-317 ERROR: Undefined symbol: .SHA384_Init ld: 0711-317 ERROR: Undefined symbol: .SHA512_Init ld: 0711-317 ERROR: Undefined [...] read more
aix
dynamic-linking

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0