Jump to content

Hi

Just recently bought a PC for light gaming from a friend, but I have issues with BSOD.

It will come upp very randomly, 3hrs in when using the browser, or 2 minutes after startup.

I've tried to run with one (both seperatly) stick of memory and have also unplugged the extra drive I have in it but it makes no difference. 

I checked all the cables.

Can I ask for some assistance?

 

https://mega.nz/file/90sXzSQb#QxScxNNUmQU8zGJdIC5YY2PNTWpzAe8eUocsNP3-XW4

 

Info

Win 10 x64

I5 4670K stock

GTX 1070

2x8GB ram @ 1333mhz (hwinfor says 800mhz)

Asus z87-a motherboard

Samsung 860 evo Boot drive

 

 

Perfmon /report command doesn't work, it goes nowhere when I try to get a dump of it

Link to comment
https://linustechtips.com/topic/1404928-random-bsod-uncorrecteble_error/
Share on other sites

Link to post
Share on other sites

All 5 of those dump files say PSHED.DLL was the cause. That doesn't really mean anything. A forum thread on Microsoft technet suggested running a command prompt and typing

 

sfc /scannow

then hit enter and let it run. The user said this resolved their issue.

Link to post
Share on other sites

2 minutes ago, Mavendow said:
sfc /scannow

It's the System File Checker. OP you'll need to run a command prompt as the administrator to run the command. It's not a bad place to start if your OS is corrupt. How old is your installation of Windows? You didn't mention if this was a fresh install.  

Link to post
Share on other sites

11 minutes ago, Founders said:

It's the System File Checker. OP you'll need to run a command prompt as the administrator to run the command. It's not a bad place to start if your OS is corrupt. How old is your installation of Windows? You didn't mention if this was a fresh install.  

It's a fresh install, will try to run the command under admin, perfmon didn't work when I ran it as admin tho...

 

 

EDIT: Command prompt just says it cannot run Windows Resource Protection

Link to post
Share on other sites

I would recommend that you also run these commands in CMD as admin (search start menu for cmd and choose run as administrator).

chkdsk c: /f /r

Reboot and let it do the thing. Then when back into Windows open CMD like before and this time do the sfc /scannow thing from above and also the ones below.

DISM.exe /Online /Cleanup-image /ScanHealth

DISM.exe /Online /Cleanup-image /RestoreHealth

Reboot if anything was fixed using these commands. We are also assuming your OS and drivers are relatively up to date though should not be the cause here.

Link to post
Share on other sites

[===========================84.9%=================         ]
[==========================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 https://go.microsoft.com/fwlink/?LinkId=243077.

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

The sfc command still won't work.

And I don't really understand what the support pages on Microsoft mean, I haven't changed any settings in Windows Update and I updated the OS a week ago, the only thing that's not updated is the BIOS because it seem like a real PITA to do it.

 

 

Maybe it's easier to just try with a fresh install again

dism.log

Link to post
Share on other sites

18 minutes ago, RymdSegel said:
[===========================84.9%=================         ]
[==========================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 https://go.microsoft.com/fwlink/?LinkId=243077.

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

The sfc command still won't work.

And I don't really understand what the support pages on Microsoft mean, I haven't changed any settings in Windows Update and I updated the OS a week ago, the only thing that's not updated is the BIOS because it seem like a real PITA to do it.

 

 

Maybe it's easier to just try with a fresh install again

dism.log 303.98 kB · 0 downloads

Yeah, that's a corrupt Windows installation. Probably best to just reinstall.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×