DPC Watchdog Violation/Freezing and Audio Loops

Page 1 of 5 123 ... LastLast

  1. Posts : 23
    Windows 10
       #1

    DPC Watchdog Violation/Freezing and Audio Loops


    Hello, I've never used a help forum before for my OS and I don't know much about computers so forgive me if I'm not very good at helping you help me. What's been happening for a while now since....a few weeks ago, I've been having this issue where if I'm watching videos on YouTube or rather watching any form of video at all, I get a sound loop, my computer freezes and eventually crashes. The BSOD then tells me that I need to look up a DPC Watchdog Violation error. This doesn't happen while playing games on Steam or anything else really. I don't usually buy any super graphically intensive games, I think. The games that would be the hardest on my PC I believe would be either Xenoverse 2 or Naruto Ultimate Ninja Storm Generations. And when I play Xenoverse 2 nothing out of the ordinary happens. And nothing weird happens when I do anything else really. Just when I watch videos. I've tried lots of methods like doing the chkdsk thing with command prompt, the scannnow thing, going into safe mode and uninstalling my graphics cards, reinstalling them later, turning off fast start up and switching the Intel Chipset Family to the standard SATA one. And after that I tried updating all of my drivers but it just kept happening. I just factory defaulted my computer but I just got a freeze and audio loop and I'm pretty sure it will keep happening unless I find some permanent solution for this.

    Seeing as how I factory defaulted my computer and I haven't BSOD'd yet, I can't get you a dump file yet, which I apologize for. Sorry about disregarding the procedure for this sort of stuff but I didn't really know where else to ask about this. I want to prevent this from happening again but I also want to fix the problem I have now before it worsens.

    I went into Event Viewer and saw this around the time I got the freeze and audio loop issue.


    Here's the info that I knew how to get about my PC:


    I also use an Nvidia GeForce GTX 750 Ti as my display adapter if that's any help.

    Again, sorry about not following procedure and probably making a messy thread about this. I hope this helps you help me and I thank anyone who takes the time to read this and help me out.
      My Computer


  2. Posts : 41,452
    windows 10 professional version 1607 build 14393.969 64 bit
       #2

    The DM collector will collect msinfo32, event logs in addition to any bsod. Please use: BSOD - Posting Instructions - Windows 10 Forums

    If possible please use English as the default language before creating the logs so that we can read and troubleshoot the information within the logs.
      My Computer


  3. Posts : 23
    Windows 10
    Thread Starter
       #3

    My bad, I thought I needed to have a BSOD first before I could get any information from it.
    https://6.lithi.io/PZiD6.zip
    https://6.lithi.io/0NncIu.zip
    These should have what the DM Collector put out.
      My Computer


  4. Posts : 41,452
    windows 10 professional version 1607 build 14393.969 64 bit
       #4

    In the initial post it indicates that: watching any form of video at all, I get a sound loop, my computer freezes and eventually crashes. The BSOD then tells me that I need to look up a DPC Watchdog Violation error. Later though: Seeing as how I factory defaulted my computer and I haven't BSOD'd yet

    This is confusing where there was and then wasn't a bsod. Please explain.

    Do you do any over clocking?
    Do you use hardware or software raid?
    Have you modified the bios?

    In the logs there was no watchdog violation.
    In the logs there were no unexpected shutdowns.
    Are you using Ccleaner? or other software that removes the dump files?
    For the memory there is 8 GB. How may dimm are there and how much ram is on each dimm?


    Let's do so checking of the operating system and troubleshooting:

    Open administrative command prompt and type or copy and paste:


    1) winver (in the pop up about windows > view your windows version and build > type this information into the thread)


    2) sfc /scannow


    3) dism /online /cleanup-image /restorehealth


    4) chkdsk /scan


    When these have completed > right click on the top bar or title bar of the administrative command prompt box > left click on edit then select all > right click on the top bar again > left click on copy > paste into the thread



    5) In the left lower corner type: control > click on control panel > change to large or small icons > click on troubleshooting > on the left pane click view all > run these troubleshooters:
    a) hardware and devices
    b) playing audio
    c) recording audio
    d) video playback
    For each troubleshooter click advanced and make sure apply repairs automatically is checked.
    For each troubleshooter click view detailed information.
    For any item that was fixed or any item that could not be fixed please use the snipping tool and post an image into the thread.



      My Computer


  5. Posts : 23
    Windows 10
    Thread Starter
       #5

    Sorry, I wasn't being clear. The BSODs were happening before I factory defaulted my computer and I was saying that since I have factory defaulted I have not had another one happen but I am in fear that another one could occur if I do not fix my current problem.
    I don't do any overclocking, I haven't messed with the BIOS at all and I don't do any hardware or software raids.

    Winver:


    Here's what the command prompt said:
    Microsoft Windows [Version 10.0.15063](c) 2017 Microsoft Corporation. All rights reserved.C:\WINDOWS\system32>sfc /scannowBeginning system scan. This process will take some time.Beginning verification phase of system scan.Verification 100% complete.Windows Resource Protection did not find any integrity violations.C:\WINDOWS\system32>dism /online /cleanup-image /restorehealthDeployment Image Servicing and Management toolVersion: 10.0.15063.0Image Version: 10.0.15063.0[==========================100.0%==========================] The restore operation completed successfully.The operation completed successfully.C:\WINDOWS\system32>C:\WINDOWS\system32>chkdsk /scanThe type of the file system is NTFS.Stage 1: Examining basic file system structure ... 1152000 file records processed.File verification completed. 50060 large file records processed. 0 bad file records processed.Stage 2: Examining file name linkage ... 1225782 index entries processed.Index verification completed. 0 unindexed files scanned. 0 unindexed files recovered to lost and found.Stage 3: Examining security descriptors ...Security descriptor verification completed. 36892 data files processed.CHKDSK is verifying Usn Journal... 35206016 USN bytes processed.Usn Journal verification completed.Windows has scanned the file system and found no problems.No further action is required. 976130047 KB total disk space. 72297424 KB in 241813 files. 155544 KB in 36893 indexes. 0 KB in bad sectors. 1321243 KB in use by the system. 65536 KB occupied by the log file. 902355836 KB available on disk. 4096 bytes in each allocation unit. 244032511 total allocation units on disk. 225588959 allocation units available on disk.C:\WINDOWS\system32>

    Hardware and Devices:


    I had to restart twice and then it started telling me it couldn't identify the problem.

    Playing Audio:

    I use a TV as my monitor and I have a pair of headphones plugged in at the moment so I don't really know why it's saying this.

    Video Playback:


    Sorry about taking so long to reply, the command prompt stuff was taking forever so I just went to bed while it was going.
      My Computer


  6. Posts : 41,452
    windows 10 professional version 1607 build 14393.969 64 bit
       #6

    In the left lower corner search type: reliability and open the reliability control panel
    Please post and image into the thread.

    Reliability Monitor is the Best Windows Troubleshooting Tool You Arent Using
      My Computer


  7. Posts : 23
    Windows 10
    Thread Starter
       #7

    Well, I just had another BSOD while watching some videos.
    I guess this problem is still pretty bad even after a factory default.
    I hope this isn't a hardware issue.



    I tried doing the check for solution thing and just as I expected Windows provided no help.
      My Computer


  8. Posts : 41,452
    windows 10 professional version 1607 build 14393.969 64 bit
       #8

    Anytime there is a bsod please update the zip file or post a new link: BSOD - Posting Instructions - Windows 10 Forums
      My Computer


  9. Posts : 23
    Windows 10
    Thread Starter
       #9

    https://4.lithi.io/RTDFS0.zip
    I just downloaded WhoCrashed and it said this:



    I'm going to try these solutions and maybe things will work out.
      My Computer


  10. Posts : 41,452
    windows 10 professional version 1607 build 14393.969 64 bit
       #10

    Code:
    BugCheck 133, {0, 501, 500, fffff802539f1348}*** WARNING: Unable to verify timestamp for rtwlane.sys*** ERROR: Module load completed but symbols could not be loaded for rtwlane.sys
    Probably caused by : rtwlane.sys ( rtwlane+306c4 )
    rtwlane.sys Realtek PCI-E Wireless LAN NIC NDIS Driver http://www.realtek.com.tw/downloads/...Level=4&Conn=3

    Code:
    RTWlanE      Realtek Wireless LAN 8 Realtek Wireless LAN 8 Kernel        Manual     Running    OK         TRUE        FALSE        4,096             3,547,136   0          5/2/2017 10:44:59 PM   C:\WINDOWS\system32\DRIVERS\rtwlane.sys          8,192
    Code:
    6/30/2017 10:58 PM	Windows Error Reporting	Fault bucket 0x133_DPC_rtwlane!unknown_function, type 0
Event Name: BlueScreen
Response: Not available
Cab Id: db4e676b-6a84-41d0-befb-b472de0ee476

Problem signature:
P1: 133
P2: 0
P3: 501
P4: 500
P5: fffff802539f1348
P6: 10_0_15063
P7: 0_0
P8: 768_1
P9: 
P10: 

Attached files:
\\?\C:\WINDOWS\Minidump\063017-33328-01.dmp
\\?\C:\Windows\Temp\WER-142046-0.sysdata.xml
\\?\C:\WINDOWS\MEMORY.DMP
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERD048.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERD142.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERD152.tmp.txt

These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Kernel_133_cac82ded3ee4aeb5581cf2c1e9e5e523f3e7886d_00000000_cab_1ee61678

Analysis symbol: 
Rechecking for solution: 0
Report Id: f1411eb8-c294-48e0-bcbc-18a5526cad2a
Report Status: 268435456
Hashed bucket:
    1) Uninstall all Realtek software and drivers using device manager and control panel
    reinstall: From the Asus web site entering your computer's product or serial number and operating system . If it is not listed there then use: Realtek

    Change wireless to wired or ethernet before uninstalling and reinstalling the driver.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 13:44.
Find Us




Windows 10 Forums