WHEA_UNCORRECTABLE ERROR during games

Page 3 of 6 FirstFirst 12345 ... LastLast

  1. Posts : 12,799
    Windows 11 Pro
       #21

    If you don't mind, please post further screenshots here. this will tell you how Screenshots and Files - Upload and Post in Ten Forums - Windows 10 Forums
      My Computer


  2. Posts : 22
    Windows 10
    Thread Starter
       #22

    The image uploading here is kind of tedious, I hope you don't mind me using imgur. If you wish for me to upload them here I will.

    Here's an image of it running with the tools you requested (aswell as task manager) https://i.imgur.com/9pirbtW.png

    And here's a prime95 screen after ending it https://i.imgur.com/s6A11zj.png

    I hope those are the right prime95 windows. If not I will re-do the test (blend this time)
      My Computer


  3. Posts : 3,502
    Win_8.1-Pro, Win_10.1607-Pro, Mint_17.3
       #23

    oldage said:
    .....
    I didn't think some .NET 4 thing could cause a supposedly hardware BSOD. If this is actually able to cause it...

    Code:
    [SR] Cannot repair member file [l:72{36}]"_dataperfcounters_shared12_neutral.h" of NetFx4-_dataperfcounters_shared12_neutral_h, Version = 4.0.10240.16384, pA = amd64, , PublicKeyToken = {l:8 b:b03f5f7f11d50a3a} in the store, hash mismatch
    [SR] This component was referenced by [l:248{124}]"Microsoft-Windows-NetFx-Shared-Perfcounters-Client~31bf3856ad364e35~amd64~~10.0.10240.16384.NetFx-Shared-Perfcounters-Client"
    [SR] Could not reproject corrupted file [ml:104{52},l:102{51}]"\??\C:\WINDOWS\Inf.NET Data Provider for SqlServer"[l:72{36}]"_dataperfcounters_shared12_neutral.h"; source file in store is also corrupted
    Just jumping in to address the SFC error

    You're probably right that the header file would not cause a BSOD, but...

    If essenbe doesn't mind taking a slight detour ...

    When you get the chance launch an elevated command prompt and enter the following command. Make sure you're connected because these parameters tell Dism to use Windows Update as the repair source.

    Dism /Online /Cleanup-Image /RestoreHealth

    Post if there are any errors reported by Dism.

    Thanks
      My Computer


  4. Posts : 22
    Windows 10
    Thread Starter
       #24

    Slartybart said:
    Just jumping in to address the SFC error

    You're probably right that the header file would not cause a BSOD, but...

    If essenbe doesn't mind taking a slight detour ...

    When you get the chance launch an elevated command prompt and enter the following command. Make sure you're connected because these parameters tell Dism to use Windows Update as the repair source.

    Dism /Online /Cleanup-Image /RestoreHealth

    Post if there are any errors reported by Dism.

    Thanks

    I've tried that, it kept saying it couldn't find the source file. I was then suggested to try using my installation media, didn't work either, said source file couldn't be found. (0x800f0906)

    edit: just crashed again, second monitor still had everything on it, this is where it froze
    https://i.imgur.com/pDNB6Ly.jpg

      My Computer


  5. Posts : 3,502
    Win_8.1-Pro, Win_10.1607-Pro, Mint_17.3
       #25

    oldage said:
    I've tried that, it kept saying it couldn't find the source file. I was then suggested to try using my installation media, didn't work either, said source file couldn't be found. (0x800f0906)

    edit: just crashed again, second monitor still had everything on it, this is where it froze https://i.imgur.com/pDNB6Ly.jpg
    Well that can't be good - it uses the WinSxS store and Windows Update.

    I'll be gone for a while looking for more information on this issue and other things.

    Please post a screen shot of Programs & Features > Turn Windows features on or off > .NET section.
    I'd like to see if the .NET features are on or off.
    Don't change anything, just look, grab the screen shot and cancel out

    Also look in Installed updates for .NET KBs - Windows 10 drops versions below 4.5 (4.6?).
    A pgm might have installed parts of a .NET version that needs to be untwisted.
    Again, don't change anything - just look.

    As a sanity check - run a full scan of your Anti-Virus software (which one do you use?)

    These are best guesses at the moment, I don't have enough information to conclude anything.

    Please try the source Dism command again:
    Mount the Win10 install media (ISO, DVD, or Flash drive)

    The examples use drive D: - your letter might be different.

    Dism /Online /Cleanup-Image /RestoreHealth /Source:WIM:D:\Sources\install.wim:1 /LimitAccess

    Please continue with essenbe.
      My Computer


  6. Posts : 22
    Windows 10
    Thread Starter
       #26

    I will look a bit later tonight, currently testing some games on my linux installation, if I have any issues here.

    As for AV I'm really just using defender for now, along with MBAM and uBlock. After checking I will run MBAM and defender. And unfortunately I've tried that DISM command a couple of times already, it doesn't find it with either the USB stick or the extracted ISO in the windowsBT folder.

    One thing about defender, often when starting up windows I will have a message from notification center saying windows defender has been turned off. When I go check, it's on. I'm assuming it's just because it has a delayed start but idk.
      My Computer


  7. Posts : 12,799
    Windows 11 Pro
       #27

    I don't mind. That was going to be my next step. I was just going to make sure the hardware was OK first. Oldage, you should be able to use the drive letter of the USB in place of where Slartybart has the D in that command. The install.wim will be in the sources folder whereever it is.
      My Computer


  8. Posts : 1,625
    W7 Pro x64 | W10 IP x64 | Linux Mint VM
       #28

    DISM may not work Steve, I've tried running it time and time again and I get the same error.
      My Computer


  9. Posts : 22
    Windows 10
    Thread Starter
       #29

    Here is my USB drive https://i.imgur.com/DFr8UOe.png, it is D: so I can simply copy that command. But the install file is .esd so the command becomes
    Code:
    Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:D:\Sources\install.esd:1 /LimitAccess
    Correct?

    It seems DISM isn't starting at all, just stays on this https://i.imgur.com/tS9ehXM.png. I rebooted and ran
    Code:
     dism /online /cleanup-image /startcomponentcleanup
    but still waiting

    Also

    Please post a screen shot of Programs & Features > Turn Windows features on or off > .NET section.
    I'd like to see if the .NET features are on or off.
    Don't change anything, just look, grab the screen shot and cancel out

    Also look in Installed updates for .NET KBs - Windows 10 drops versions below 4.5 (4.6?).
    A pgm might have installed parts of a .NET version that needs to be untwisted.
    Again, don't change anything - just look.
    https://i.imgur.com/K1gOmXr.png
    I guess I should try enabling ASP NET 4.6? I'll wait for an answer.

    Updates: https://i.imgur.com/1BiF0hf.png
    Last edited by oldage; 05 Aug 2015 at 14:29.
      My Computer


  10. Posts : 12,799
    Windows 11 Pro
       #30

    Oldage, here is the way mine is set, but @Slartybart may be better qualified to ask. I have ASP Net installed. But, I have programs that need it.


    Attachment 28689
    Last edited by essenbe; 05 Aug 2015 at 16:20.
      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 06:02.
Find Us




Windows 10 Forums