Windows 10: WHEA_UNCORRECTABLE ERROR during games

Discus and support WHEA_UNCORRECTABLE ERROR during games in Windows 10 BSOD Crashes and Debugging to solve the problem; 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.... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by oldage, Jul 30, 2015.

  1. essenbe Win User

    WHEA_UNCORRECTABLE ERROR during games


    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
     
    essenbe, Aug 4, 2015
    #31

  2. 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[/quote] but still waiting[/quote] I didn't know you could specify an ESD as the repair source - I've always used a WIM.
    If you don't know for certain, that might be why you're not getting good results.
    If you know for a fact that Dism can use the ESD - cool, I learned another thing today.

    You have two choices if you want to try again with a WIM.

    In both cases, you just want the ISO for now. You can mount the ISO and use that as the repair source.
    There's no guarantees though since your machine seems to have issues with Dism.
    I'm glad you waited, I was only trying to see what your machines had enabled, not suggesting to make any changes - thanks.

    As essenbe said, you only need it enabled if software requires it. I don't know enough about your machine.

    Leave ASP NET 4.6 disabled.

    The image you posted answered the question I had - .NET 3.5 is enabled. The information I found, re: the original SFC error, points to .NET 3.5 - try disabling that as a test and running Dism without the source parameter.
    - if you need .NET 3.5, you can re-enable it later.
     
    Slartybart, Aug 5, 2015
    #32
  3. essenbe Win User
    essenbe, Aug 5, 2015
    #33
  4. WHEA_UNCORRECTABLE ERROR during games

    Thanks - I learned another thing today *Smile
    I'll have to try that on the next Preview Build - I cleaned everything up after 240 was released.

    I'd still like to know if Dism would read the WIM in the ISO on oldage's machine.

    I don't want to distract the troubleshooting more than I already have, so I'll leave the rest up to you and oldage.

    Good to see you working the threads.
     
    Slartybart, Aug 5, 2015
    #34
  5. essenbe Win User
    Thanks and you are always welcome in the threads. I imagine it would read it if he mounted the ISO. Feel free to jump in any time.
     
    essenbe, Aug 5, 2015
    #35
  6. oldage Win User
    Sorry for the late reply, I'm currently letting dism run using the .wim instead. Fingers crossed it doesn't crash on me during the process.

    Fails to find it again https://i.imgur.com/whQSBTj.png

    (D: drive https://i.imgur.com/3IyfzyV.png)

    edit2: disabled .NET 3.5, sfc still finds corruption, letting the normal dism run.

    Aaaand... nope https://i.imgur.com/zA0cSqp.png


    I'll be reinstalling windows 7 tonight, hopefully by some miracle I get no bluescreen on it. Thank you all for the help, windows is a fickle thing sometimes...


    Something else I could try is flashing the latest BIOS. Maybe something went wrong when it got corrupted and repaired itself.
     
    oldage, Aug 6, 2015
    #36
  7. essenbe Win User
    Oldage, it can be, but I really think it is the upgrade process, some have problems with. Why some do and some don't I don't know. I upgraded 4 computers and 1 VM and they all work great. Some people have had problems with the upgrade and a clean install fixed everything. You may want to try a clean install of Windows 10, and see how that works for you. You already have the USB. It would only take you about 30 minutes.
     
    essenbe, Aug 6, 2015
    #37
  8. oldage Win User

    WHEA_UNCORRECTABLE ERROR during games

    I suppose I can do that, not much on here but games anyway. What do you think about BIOS reflashing? I edited my last post.

    I'll go do the fresh install first, see you on the other side.
     
    oldage, Aug 6, 2015
    #38
  9. essenbe Win User
    Try the clean install and disconnect everything from the computer except the hard drive you are going to install Windows 10 to and mouse and keyboard. Use the drivers installed by Windows Update and then look at what is listed in Device manager that needs drivers. Sometimes it takes Windows a day to find all of your drivers, it did on mine anyway. I would suggest to just use the clean install for a day to make sure it is working right and then start installing programs.
     
    essenbe, Aug 6, 2015
    #39
  10. oldage Win User
    Am on the fresh install now, seems like all drivers are already configured. Gonna let windows update finish and then see if I BSOD on any games.

    If I do, what do you suggest I do next? Try windows 7 again? BIOS flash?
     
    oldage, Aug 6, 2015
    #40
  11. essenbe Win User
    essenbe, Aug 6, 2015
    #41
  12. oldage Win User
    Yeah don't worry it installed the 15.7 Catalyst driver, I should be fine in that regard.
     
    oldage, Aug 6, 2015
    #42
  13. WHEA_UNCORRECTABLE ERROR during games

    Following up on the SFC & Dism issues - have you tried Dism on the fresh install?

    Let Windows run for a day or two before following the reset instructions.

    If you get the 0x800f0906 error, try resetting Windows Update components:

    Launch an elevated Command Prompt
    Execute the following commands

    net stop wuauserv
    cd %systemroot%\SoftwareDistribution
    ren Download Download.old
    net start wuauserv
    net stop bits
    net start bits
    net stop cryptsvc
    cd %systemroot%\system32
    ren catroot2 catroot2old
    net start cryptsvc
    cd \
    You can copy the lines above and paste them into the Command window

    Then restart your machine and try Dism.
    edit: Then restart your machine, run Windows Update (it might take a while after the reset) and then try Dism.
     
    Slartybart, Aug 6, 2015
    #43
  14. oldage Win User
    Haven't tried DISM yet but SFC reported no integrity violations. I guess that's a start. Should I still do DISM?
     
    oldage, Aug 6, 2015
    #44
  15. Good news on SFC.

    I think the clean install solved the issue.
    Give the new install a few days and then yes, please run Dism to test if it returns and run errors (0x800f0906). If it runs and reports integrity errors, that's something different - this test is just to see if Dism runs *Wink

    Dism /Online /Cleanup-Image /RestoreHealth
    If you do get the error, wait a few days for Win10 to 'clean itself up' before running the Windows reset commands in post# 43. When I ran the WU reset - it took a while (5-10) minutes) for Windows to 'settle down'.

    • Windows update too a long time to load - not surprising.

    • Two Start tiles (both PowerShell links) changed position and size - this issue also occurred in the preview releases, so it's probably still a bug that shows up less frequently. I just re-sized the tiles and put them back where they were.

    • I couldn't launch anything elevated - that concerned me, but Windows cleared that up by itself - very nice! If your experience differs, try restarting the machine after giving Windows a fair chance to do any system configuration checks that it normally does (security on special files, required services started, etc)

    Thanks - you're doing a great job providing feedback and acting on suggestions.
     
    Slartybart, Aug 6, 2015
    #45
Thema:

WHEA_UNCORRECTABLE ERROR during games

Loading...
  1. WHEA_UNCORRECTABLE ERROR during games - Similar Threads - WHEA_UNCORRECTABLE ERROR during

  2. BSOD WHEA_uncorrectable error

    in Windows 10 Software and Apps
    BSOD WHEA_uncorrectable error: Since a couple days ago my desktop started to get this BSOD. I have been trying numerous things to get this solved but nothing seems to help. Ive tried restoring to an earlier point. I have disabled any overclocking. I tried starting up in safe mode. I tried looking up the...
  3. BSOD WHEA_uncorrectable error

    in Windows 10 BSOD Crashes and Debugging
    BSOD WHEA_uncorrectable error: Since a couple days ago my desktop started to get this BSOD. I have been trying numerous things to get this solved but nothing seems to help. Ive tried restoring to an earlier point. I have disabled any overclocking. I tried starting up in safe mode. I tried looking up the...
  4. WHEA_UNCORRECTABLE Error BSOD

    in Windows 10 BSOD Crashes and Debugging
    WHEA_UNCORRECTABLE Error BSOD: I've started having a WHEA_UNCORRECTABLE Error all of a sudden and I'm not entirely sure why. I'm not very good at diagnosing issues like this but I was able to get my MiniDump File analyzed. I'll paste it in here below but I'd really appreciate any help I can get on this....
  5. WHEA_UNCORRECTABLE Error BSOD

    in Windows 10 Gaming
    WHEA_UNCORRECTABLE Error BSOD: I've started having a WHEA_UNCORRECTABLE Error all of a sudden and I'm not entirely sure why. I'm not very good at diagnosing issues like this but I was able to get my MiniDump File analyzed. I'll paste it in here below but I'd really appreciate any help I can get on this....
  6. WHEA_UNCORRECTABLE Error BSOD

    in Windows 10 Software and Apps
    WHEA_UNCORRECTABLE Error BSOD: I've started having a WHEA_UNCORRECTABLE Error all of a sudden and I'm not entirely sure why. I'm not very good at diagnosing issues like this but I was able to get my MiniDump File analyzed. I'll paste it in here below but I'd really appreciate any help I can get on this....
  7. WHEA_UNCORRECTABLE Error

    in Windows 10 BSOD Crashes and Debugging
    WHEA_UNCORRECTABLE Error: Hey guys, so I recently started having this issue. At first I got BSOD very rarely and then about 2 days ago or so, it started happening very often. And now, it has been happening almost always. It is happening most of the time when I open chrome or discord (not only limited...
  8. WHEA_UNCORRECTABLE ERROR BSOD while gaming

    in Windows 10 Gaming
    WHEA_UNCORRECTABLE ERROR BSOD while gaming: Getting WHEA_UNCORRECTABLE ERROR BSOD While gaming. Already did ram and cpu blend test with prime 95 no error in 2 hrs, did gpu benchmark got no error, have already updated BIOS and Chipset drivers, Reinstalled windows, Reinstalled game, Shifted game to different SSD also did...
  9. BSOD (WHEA_UNCORRECTABLE ERROR)

    in Windows 10 Installation and Upgrade
    BSOD (WHEA_UNCORRECTABLE ERROR): Hey, was playing Destiny 2 when my computer suddenly crashed and I got the following error: WHEA_UNCORRECTABLE ERROR Setup: MB: MSI Z370 Gaming Pro Carbon, Socket-1151 CPU: Intel Core i7-8700K (base clock) GPU: MSI GeForce 1080 RAM: HyperX Fury DDR4 2666MHz 16GB OS: Win...
  10. Bsod - whea_uncorrectable error

    in Windows 10 BSOD Crashes and Debugging
    Bsod - whea_uncorrectable error: Hi everyone! I'm running a new build that was working for two days before it started crashing and giving me multiple BSOD. Mostly when I'm using After Effects but a lot of the times when I'm using other applications too. Please advise! 53476