How Do I Stop DPC Watchdog Violation Blue Screen?

Anonymous
2014-03-01T07:22:04+00:00

I have been receiving pop up messages for the last month of so saying I should download Windows 8.1. Today, I went on my computer to check a couple things and it popped up again so I just decided to finally get it since I could let it download while I slept for a few hours. Now, ever since I got that, I keep on getting the DPC Watchdog Violation Blue Screen every time I get into a game of League of Legends. I haven't had this update long enough to see what else will cause it. This is getting extremely frustrating and I would like to know how to stop this. I have never been a huge fan of Windows 8, unfortunately, and this update so far isn't helping much. =/ 

P.S. I don't know if this makes a difference, but my computer is the HP Envy M6.

Windows for home | Previous Windows versions | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

62 answers

Sort by: Most helpful
  1. Anonymous
    2014-03-07T04:32:44+00:00

    There are three files that were last modified/made today in the windows folder (not the mindump folder) . I was going to post this a few hours ago but I didn't have time before english class and I've been busy since. 

    1.) bootstat    Type: dat files

    2.) Windows Update    Type: text document

    3.) MEMORY    Type: DMP files

    I'm guessing the correct file would be option 3?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2014-03-06T23:39:08+00:00

    Is everything matching regarding what I have below?

    If your computer is not generating .DMP files, please do the following:

    1. Start > type %systemroot% which should show the Windows folder, click on it. Once inside that folder, ensure there is a Minidump folder created. If not, CTRL-SHIFT-N to make a New Folder and name it Minidump.

    2. Windows key + Pause key. This should bring up System. Click Advanced System Settings on the left > Advanced > Performance > Settings > Advanced > Ensure there's a check-mark for 'Automatically manage paging file size for all drives'.

    3. Windows key + Pause key. This should bring up System. Click Advanced System Settings on the left > Advanced > Startup and Recovery > Settings > System Failure > ensure there is a check mark next to 'Write an event to the system log'.

    Ensure Small Memory Dump is selected and ensure the path is %systemroot%\Minidump.

    4. Double check that the WERS is ENABLED:

    Start > Search > type services.msc > Under the name tab, find Windows Error Reporting Service > If the status of the service is not Started then right click it and select Start. Also ensure that under Startup Type it is set to Automatic rather than Manual. You can do this by right clicking it, selecting properties, and under General selecting startup type to 'Automatic', and then click Apply.

    Regards,

    Patrick

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2014-03-06T22:16:55+00:00

    I just crashed again but there was no mindump this time in the folder

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2014-03-06T04:55:16+00:00

    I could have sworn I responded to this thread... huh...

    Anyway!

    All of the recent DMP files are of the DPC_WATCHDOG_VIOLATION (133) bug check as we've seen.

    This bug check indicates that the DPC watchdog executed, either because it detected a single long-running deferred procedure call (DPC), or because the system spent a prolonged time at an interrupt request level (IRQL) of DISPATCH_LEVEL or above.

    This is looking to be a hardware issue, but can you please enable Driver Verifier to be sure?

    Driver Verifier:

    What is Driver Verifier?

    Driver Verifier is included in Windows 8/8.1, 7, Windows Server 2008 R2, Windows Vista, Windows Server 2008, Windows 2000, Windows XP, and Windows Server 2003 to promote stability and reliability; you can use this tool to troubleshoot driver issues. Windows kernel-mode components can cause system corruption or system failures as a result of an improperly written driver, such as an earlier version of a Windows Driver Model (WDM) driver.

    Essentially, if there's a 3rd party driver believed to be at issue, enabling Driver Verifier will help flush out the rogue driver if it detects a violation.

    Before enabling Driver Verifier, it is recommended to create a System Restore Point:

    Vista - START | type rstrui - create a restore point

    Windows 7 - START | type create | select "Create a Restore Point"

    Windows 8 - http://www.eightforums.com/tutorials/4690-restore-point-create-windows-8-a.html

    How to enable Driver Verifier:

    Start > type "verifier" without the quotes > Select the following options -

    1. Select - "Create custom settings (for code developers)"

    2. Select - "Select individual settings from a full list"

    3. Check the following boxes -

    • Special Pool
    • Pool Tracking
    • Force IRQL Checking
    • Deadlock Detection
    • Security Checks (Windows 7 & 8)
    • DDI compliance checking (Windows 8)
    • Miscellaneous Checks

    4. Select  - "Select driver names from a list"

    5. Click on the "Provider" tab. This will sort all of the drivers by the provider.

    6. Check EVERY box that is NOT provided by Microsoft / Microsoft Corporation.

    7. Click on Finish.

    8. Restart.

    Important information regarding Driver Verifier:

    • If Driver Verifier finds a violation, the system will BSOD. To expand on this a bit more for the interested, specifically what Driver Verifier actually does is it looks for any driver making illegal function calls. When and/if this happens, system corruption occurs if allowed to continue. When Driver Verifier is enabled, it is monitoring all 3rd party drivers (as we have it set that way) and when it catches a driver attempting to do this, it will quickly flag that driver as being a troublemaker, and bring down the system safely before any corruption can occur.
    • After enabling Driver Verifier and restarting the system, depending on the culprit, if for example the driver is on start-up, you may not be able to get back into normal Windows because Driver Verifier will detect it in violation almost straight away, and as stated above, that will cause / force a BSOD.

    If this happens, do not panic, do the following:

    • Boot into Safe Mode by repeatedly tapping the F8 key during boot-up.
    • Once in Safe Mode - Start > Search > type "cmd" without the quotes.
    • To turn off Driver Verifier, type in cmd "verifier /reset" without the quotes.

    ・    Restart and boot into normal Windows.

    If your OS became corrupt or you cannot boot into Windows after disabling verifier via Safe Mode:

    • Boot into Safe Mode by repeatedly tapping the F8 key during boot-up.
    • Once in Safe Mode - Start > type "system restore" without the quotes.
    • Choose the restore point you created earlier.

    -- Note that Safe Mode for Windows 8 is a bit different, and you may need to try different methods: 5 Ways to Boot into Safe Mode in Windows 8 & Windows 8.1

    How long should I keep Driver Verifier enabled for?

    I recommend keeping it enabled for at least 24 hours. If you don't BSOD by then, disable Driver Verifier. I will usually say whether or not I'd like for you to keep it enabled any longer.

    My system BSOD'd with Driver Verifier enabled, where can I find the crash dumps?

    They will be located in %systemroot%\Minidump

    Any other questions can most likely be answered by this article:

    http://support.microsoft.com/kb/244617

    Regards,

    Patrick

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2014-03-06T04:23:19+00:00

    bumperoony

    Was this answer helpful?

    0 comments No comments