Windows error 0x00000135, 309

Detailed Error Information

NOTIFICATION_GUID_ALREADY_DEFINED[1]

MessageThe specified file already has a notification GUID associated with it.
Declared inwinerror.h

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

REGISTRY_FILTER_DRIVER_EXCEPTION[2]

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

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 Code309 (0x0135)

Questions

2votes
1answer

Customizing the default "The application failed to initialize properly (0x00000135)" message

When the .net framework cannot be found, the following message is displayed: "The application failed to initialize properly (0x00000135)" Is there a way to make it a tiny bit more specific (instead of writing a wrapper in another language), eg. by telling the user about the .Net fx? read more
vb.net
.net
1vote
1answer

HP laptop reboot BSOD code 0x00000124

My laptop HP DV6 model 1103ee is getting rebooted after playing a video online or when using applications. Example dump file: https://skydrive.live.com/redir?resid=24657CA7048734C3!114&authkey=!AIkt9HzuECtZc1Y ================================================== Dump File : 012213-45474-01.dmp Crash Time : 1/22/2013 7:54:39 PM Bug Check String : Bug Check Code : 0x00000124 Parameter 1 : 0x00000000 Parameter 2 : 0x866bc1e4 [...] read more
laptop
motherboard
bsod
-2votes
2answers

install SDL on QT

i trying it nearly 5 hours and still cannot setup to run helloWorld SDL on QT. please help me. 1) first of all i download from site developer package SDL2-devel-2.0.1-mingw.tar.gz (MinGW 32/64-bit) and there i686 and simple x86, which of them i need to add ? i download this package [...] read more
c++
qt
sdl

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