Windows error 0x00000137, 311

Detailed Error Information

DUPLICATE_PRIVILEGES[1]

MessageDuplicate privileges were specified for the token.
Declared inwinerror.h

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

WIN32K_HANDLE_MANAGER[2]

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

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 Code311 (0x0137)

Questions

2votes
3answers

How to watch a DVD in Ubuntu?

I'm trying to play a DVD on Ubuntu 9.04. I've played DVDs on this machine before, but not with this OS. I've read this page, and libdvdread4 and libdvdcss2 are both installed: $ dpkg -l libdvdread4 libdvdcss2 Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-==============-==============-============================================ ii [...] read more
ubuntu
dvd
css
1vote
0answers

Receiving HTTP POST request in Groovy

I have created a simple server which accepts connection request forms the client and reads the request posted by client. Depends upon some values in the request body I would like to respond with some string. and if the server does not receive any requests from the client it just [...] read more
curl
groovy
http-post
inputstream
0votes
1answer

Windows Azure (Phone Factor) Multi-Factor Authentication Issues with Cisco ASA

I have a Cisco ASA security appliance and I am trying to use the Azure MFA Server on a domain member (virtual) server (Windows Server 2012 R2). The MFA server is installed, and configured correctly to the best of my knowledge. When I run an AAA test from the Cisco [...] read more
authentication
azure
vpn
cisco
radius

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