[SOLVED] DPC Issues that cause audio stuttering, distortion, as well as video lag

No corruptions have been detected on this computer. Whilst this is a good thing,be aware that not all types of corruption can be detected by this tool.
Therefore, if you are currently experiencing continued problems with your
computer it is likely that you are going to need the assistance of a human
analyst in order to find and fix them.


If your problems persist, and you are currently being instructed by a helper,
you should let them know about this development by sending them the logfile
which will soon be generated and opened so that they can perform a manual fix.


If you are not currently being instructed by a helper but still need assistance,you should seek free advice from your favourite forum or sysnative.com. Create anew thread and provide this logfile in the first post of that thread along with
a complete description of the problems you were experiencing which led you to
run this tool.


edit: Okay the dism prompts aren't working, when I type online it just says it isn't valid. I see that I need to do DISM.exe/ online or something but I really don't want to figure it out myself and mess something up, can you give me the specific commands?
edit: Also there isn't a CPU activity in the options, but GPU activity is there
 
Try this DISM command syntax from post #60 -

After you finish with that run the following commands in cmd as administrator

dism /online /cleanup-image /restorehealth

It needs to be executed from an Admin CMD prompt -
START | type cmd.exe | RIGHT-click on cmd.exe | select "Run as Administrator"

Regards. . .

jcgriff2
 
cd0ebcd69c6a396a8357359b580e91f4.png

Gyazo - cdebcd69c6a396a8357359b58e91f4.png
 

You need to execute the full command in administrator command prompt
Code:
dism /online /cleanup-image /restorehealth

To be honest I think this distortions are cause by power supply.

We went to everything related with drivers and software still no luck.

I wanted specifically this xperf as I want to check if there is a lag spike when the power of the CPU or GPU going down.

There is a slight chance to get that with xperf but will be really difficult.

If I can lay hand on the power supply and use
oscilloscope I can say for sure if it`s a power supply.

Unfortunately I`m able to help only remotely.

I`m doing my best to help but with some cases is difficult to assist from distance :)

 
Deployment Image Servicing and Management tool
Version: 10.0.10586.0


Image Version: 10.0.10586.0


[==========================100.0%==========================]


Error: 0x800f081f


The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see Configure a Windows Repair Source.


The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log


C:\WINDOWS\system32>
C:\WINDOWS\system32>
 
Another BSOD.. "Driver_IRQL_NOT_LESS_OR_EQUAL (storport.sys)".

Event viewer
7ee4a1ca0b764fbc61383d2b7f979536.png

Gyazo - 7ee4a1cab764fbc61383d2b7f979536.png

d84bf08408515a738a54498117204f84.png

Gyazo - d84bf8515a738a5449811724f84.png


For the next few events:

Error
Source: Event log
Event id 1101, event processing
Audit events have been dropped by the transport. 0

02d390772d36a9f9c088d04d5a15c3f4.png

Gyazo - 2d39772d36a9f9c88d4d5a15c3f4.png


All the other errors before that are also NvStreamSvc initialization error and failure to open audio capture sessions error. Also device setup manager errors where either a connection to the windows update could not be established or the network list manager reports no connectivity to the internet.

There are two dumps I believe.
First BSOD gave a minidump instead; there is a folder called minidump and it has 6 seperate dump files, 200-800kb each.
Second BSOD (I think this is the one with IRQL_NOT_EQUAL_OR_LESS (storport.sys) one) Dropbox - MEMORY.rar
 
This is NVIDIA service crash.

Can you perform clean boot again please this time bear in mind the check box for removing all Microsoft services and than use the Disable all button.

Please do not restart on exit.

Instead we will try to reset the repository and re-run DISM one more time.

Reset repository

Open Notepad and paste this:
Code:
@echo off
sc config winmgmt start= disabled
net stop winmgmt /y
%systemdrive%
cd %windir%\system32\wbem
for /f %%s in ('dir /b *.dll') do regsvr32 /s %%s
wmiprvse /regserver 
winmgmt /regserver 
sc config winmgmt start= auto
net start winmgmt
for /f %%s in ('dir /s /b *.mof *.mfl') do mofcomp %%s

Save as the file as “WMI.bat” (change the drop down menu to All files ) open command prompt as administrator and open “WMI.bat”

After the script you need to use the following commands in command prompt as an Administrator

Winmgmt /salvagerepository
Note this command will take the content of the inconsistent repository and merge it into the rebuilt repository if it is readable.
Winmgmt /resetrepository
If the above doesn’t work, then re-run

Reboot the computer.

After you have the computer ready please try to run the
Code:
dism /online /cleanup-image /restorehealth
in relevant administrator cmd.

Post the results.

I`m reading your xperf and to be honest looks pretty tide.

The only problem is
kernel-mode driver attempted to access pageable memory at a process IRQL that was too high.

unk.jpg

Beside that you have some Windows image issues as well.

Would you participate to create a Linux Live DVD just for test.

If you wish I can send you the instructions this way we can easily troubleshoot your hardware.

In case everything working perfectly fine on Linux that mean the hardware is completely stable.
 
How do I open WMI.bat with cmd? I tried just doing "Open WMI.bat" and it said it isn't a command
 
Yes please first go for clean boot.

Once you have WMI.bat just right click on it and use "Run as administrator" .

cmd screen popup and autoclose I do not need the log from this script.

After the reboot lets try DISM again because if this failing there is possibility you are not receiving updates.
 
DISM is stuck at 20%, it was like that for around 20 mins so I restarted cmd and it stays at 20%. :l
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top