Windows 10: BSOD, error 0xc000021a

Discus and support BSOD, error 0xc000021a in Windows 10 BSOD Crashes and Debugging to solve the problem; Attachment 146603 Attachment 146605 Attachment 146609 Hi, I have been struggling with error 0xc000021a for a while now and can not find a way to... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by Le0198, Jul 31, 2017.

  1. Le0198 Win User

    BSOD, error 0xc000021a


    Attachment 146603
    Attachment 146605
    Attachment 146609

    Hi,
    I have been struggling with error 0xc000021a for a while now and can not find a way to fix the issue. I tried using sfc /scannow, but all I get is a message saying:

    Windows Resource Protection found corrupt files but was unable to fix someof them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. Forexample C:\Windows\Logs\CBS\CBS.log. Note that logging is currently notsupported in offline servicing scenarios.

    the sfcdetails is attached.

    I also tried using dism /online /cleanup-image /restorehealth , but get Error: 3017 when at around 75% during the process.

    dism log file is attached as well

    I tried resetting my laptop, but get Error: There was a problem resetting your pc

    The only way I have found to get past error 0xc000021a is to disable driver signature enforcement, but this is only a temporary solution. Every time I restart or reboot my pc it will give me the error which is really annoying. I have went through the repair my computer scans many times and every time it will say that it couldn't repair the pc. The hardware scans never find any issues as well.

    :)
     
    Le0198, Jul 31, 2017
    #1

  2. windows 10 pro stuck in restart loop "your pc ran into a problem and needs to restart. We are just collecting some error info, and then we'll restart for you, stop code: 0xc000021a"

    You can check this thread and follow the answer provided by Likhitha
    V to resolve the issue with stop code: 0xc000021a error.

    Update us on the results.
     
    Reymichael Ros, Jul 31, 2017
    #2
  3. SoapSoul Win User
    BSOD during gaming

    I got BSOD while playing games, the error message shows memory manager, after that I cannot boot into windows because of BSOD error 0xc000021a, I can only boot into it by selecting "disable driver signature enforcement" , what information I need to provide
    to get help?
     
    SoapSoul, Jul 31, 2017
    #3
  4. BSOD, error 0xc000021a

    BSOD, error 0xc000021a [​IMG]
    Attention:

    Before posting a BSOD thread, please read the instructions here: Blue Screen of Death (BSOD) Posting Instructions

    If you need to add new information, please make a new post in your initial BSOD thread. Please do not make an extra new thread.
     
    BSODHunter, Jul 31, 2017
    #4
  5. Le0198 Win User
    Attachment 146677

    here is what I got from the think you sent
     
    Le0198, Jul 31, 2017
    #5
  6. zbook New Member
    Rule 4
    No piracy or discussion of piracy allowed at all. Such as software, music, videos and other intellectual property violations (e.g. downloading youtube videos locally etc) - it is forum policy that no help shall be given to people who knowingly steal software or services.


    One of the main reasons for this is that the act of pirating the software will inevitably change the working of the software and make investigation and repair impossible. Please install a legitimate copy of the software and if you are still experiencing the issue we will be pleased to assist - No further assistance will be provided until we are satisfied that the software is genuine.


    All pirated software must be removed. You can remove all pirated software and resubmit a zip.
     
    zbook, Aug 1, 2017
    #6
  7. Le0198 Win User
    Ok, I do not know what I pirated. Can you tell me what I exactly pirated?
     
    Le0198, Aug 1, 2017
    #7
  8. BSOD, error 0xc000021a

    I dont see any pirated too. Theres just WinDivert1.2 (WinDivert64.sys) which is used by many tools which bypass software licensing activations.

    GitHub - basil00/Divert: WinDivert: Windows Packet Divert

    But in your case its related to Haste Esports Accelerator.

    I think there is no problem
     
    BSODHunter, Aug 1, 2017
    #8
  9. All bsod dumps show 0xC000021A

    This bug check in most if not all cases is caused by a critical Windows component corruption (.dll, piece of the file system, etc), 3rd party driver causes a conflict (rare), etc.

    In every bsod dump smss.exe is shown as main process. Its piece og the file system (operating system):

    Code: 0xC000021A: WINLOGON_FATAL_ERROR (1.08.2017 16:18:02) [Windows 10] CAUSED BY: ntoskrnl PROCESS: smss.exe Usual causes: User-mode device driver, system service, or third-party application, Mismatched system files[/quote]
    There are also problems with Bluetooth (USB) and with the Killer network driver:

    Code: 2017-08-01 09:18:00 Warning: The driver \Driver\Qcamain10x64 failed to load for the device PCI\VEN_168C&DEV_003E&SUBSYS_15351A56&REV_32\4&3b0dd481&0&00E5. 2017-08-01 09:18:01 Warning: The driver \Driver\BTHUSB failed to load for the device USB\VID_0CF3&PID_E301\5&1208457f&0&5. 2017-08-01 09:28:00 Warning: Bluetooth HID device either went out of range or became unresponsive.[/quote]
    Qcamain10x64: PCI\VEN_168C&DEV_003E&SUBSYS_15351A56&REV_32
    -> Killer Wireless-n/a/ac 1535 Wireless Network Adapter

    BTHUSB: USB\VID_0CF3&PID_E301
    -> Qualcomm Atheros QCA61x4 Bluetooth 4.0, Qualcomm Atheros QCA61x4 Bluetooth 4.1


    U are also not using the actual Windows 10 Build:
    Code: Operating System: Windows 10 Home 64-bit (10.0, Build 14393) (14393.rs1_release_inmarket.161208-2252)[/quote]

    There are three thing u should do now:

    1) Repair Windows file system

    1. Open an elevated command prompt.
    2. In the elevated command prompt, type these five commands below, and press Enter:

    dism /Online /NoRestart /Cleanup-Image /RestoreHealth
    dism /Online /NoRestart /Cleanup-Image /StartComponentCleanup
    sfc /scannow
    chkdsk C: /F /R /X
    fsutil dirty set C:

    SFC:
    The SFC command scans the integrity of all protected system files and replaces incorrect versions with correct Microsoft versions.
    DISM:
    If a Windows image becomes unserviceable, you can use the Deployment Imaging and Servicing Management (DISM) tool to update the files and correct the problem.
    For example, you would use sfc /scannow command is unable to repair corrupted or modified system files because the component store (source) is corrupted.
    CHKDSK:
    Checking your drives for errors every once in a while can help fix some performance issues. Drive errors can usually be caused by bad sectors, improper shutdowns, bad software, corruption, physical damage, etc...



    2) Update to the newest Win 10 build
    Check for and Install Windows Update in Windows 10 Windows 10 Windows Update Activation Tutorials
    Update to Latest Version of Windows 10 using Update Assistant Windows 10 Installation Upgrade Tutorials
    How to get the Windows 10 Creators Update - Windows 10 Forums


    3) Check those drivers
     
    BSODHunter, Aug 1, 2017
    #9
  10. Le0198 Win User
    1) dism /Online /NoRestart /Cleanup-Image /RestoreHealth --- got an error
    dism /Online /NoRestart /Cleanup-Image /StartComponentCleanup --- it got to 100% an then said there was an error
    sfc /scannow --- like earlier, it said it couldn't solve all issues
    chkdsk C: /F /R /X --- it did the process, but didn't solve the problem
    fsutil dirty set C: --- same as chkdsk


    2) "You are also not using the actual Windows 10 Build:" Did'nt understand this too well but I check the updates and it updated and it didn't solved the issue.

    3) I checked and updated the drivers, but it didn't solve anything. Is there anything else I should do with the drivers?

    I'm not too good with all this so I may have done something wrong. If you have any more suggestions, please send them. Thanks for your help so far though!
     
    Le0198, Aug 2, 2017
    #10
  11. BSODHunter, Aug 2, 2017
    #11
  12. Le0198 Win User
    Ok, I'm trying to install/update windows using the media creation tool and I get an error saying setup couldn't start properly, I looked up online first to see how to solve the issue. I read that deleting $Windows.~BT and $Windows.~WS would solve it. So I was able to delete the ~WS one but not the ~BT one since it said I didn't have permission too. I tried taking ownership of the file and using the disk cleaner but those didn't work. The disk cleaner did delete some things, but didn't delete the folder entirely. Now, when I try to delete the folder, it says the folder is open in another program. I tried rebooting and booting into safe mode and those did not solve the issue
     
    Le0198, Aug 2, 2017
    #12
  13. Le0198 Win User

    BSOD, error 0xc000021a

    Also, I found out that the error will only pop up when I restart my laptop. When I shut down, however, it will not show an error.
     
    Le0198, Aug 2, 2017
    #13
  14. No info which programm is openening this folder?

    U also could boot an live linux, from there u can access the file system and delete those folders.

    Another way would be the Windows 10 Recovery Tools - Bootable PE Rescue Disk
    Windows 10 Recovery Tools - Bootable Rescue Disk - Windows 10 Forums

    From there u can also delete those folders
     
    BSODHunter, Aug 2, 2017
    #14
  15. Le0198 Win User
    Yea, it didn't say what program was using the file, but I read online to just rename it which allowed me to update and updating solved the error. Thanks for your help!
     
    Le0198, Aug 2, 2017
    #15
Thema:

BSOD, error 0xc000021a

Loading...
  1. BSOD, error 0xc000021a - Similar Threads - BSOD error 0xc000021a

  2. BSOD with Error Code 0xc000021a

    in Windows 10 Gaming
    BSOD with Error Code 0xc000021a: Hello, I want to ask something, my laptop suddenly being BSOD when i turned it on, i cant enter recovery mode or something like that in this laptop, any suggestion?...
  3. BSOD with Error Code 0xc000021a

    in Windows 10 Software and Apps
    BSOD with Error Code 0xc000021a: Hello, I want to ask something, my laptop suddenly being BSOD when i turned it on, i cant enter recovery mode or something like that in this laptop, any suggestion?...
  4. BSOD - Error Code 0xc000021a

    in Windows 10 BSOD Crashes and Debugging
    BSOD - Error Code 0xc000021a: Over the past couple of weeks, my computer has been bluescreening with the error code "0xc000021a" each time. At first I thought it was something that could be fixed with a simple hard reset of my computer, but unfortunately, it later bluescreened again. It seems that each...
  5. BSoD 0xc000021a boot error code

    in Windows 10 Installation and Upgrade
    BSoD 0xc000021a boot error code: Recently on November 12 2019 I turned on my computer and it started just fine but then only a half hour after turning it on my computer suddenly went to the BSoD with the error code 0xc000021a and now it is stuck on this bsod I've tried all the recovery options it gives you...
  6. BSoD error 0xc000021a

    in Windows 10 Installation and Upgrade
    BSoD error 0xc000021a: Hi, I just ran my windows 10 pc 3 days ago and I saw a blue screen with message as -'Your PC ran into a problem and needs to restart. We're just collecting some error info, and then we'll restart for you' with error 0xc000021a. I've been trying a lot since 3 days to solve it...
  7. Computer boots to BSOD, error 0xC000021A

    in Windows 10 BSOD Crashes and Debugging
    Computer boots to BSOD, error 0xC000021A: I have a bootable USB with Windows 10, and another hard-drive plugged in running Windows 7. I have used the W7 boot to save my personal files which is lucky. What I have tried: - Boot to safe mode, disable driver signature - Bootable USB -> "sfc /scannow /offbootdir=c:\...
  8. BSOD error 0xc000021a

    in Windows 10 BSOD Crashes and Debugging
    BSOD error 0xc000021a: I kept my computer on over night and I accidentally hit the print screen button. I have a special program called 'Greenshot' so it overlays the screen with a grid region selector and lets you drag and save. I didn't drag and save so I left it like that over night. As soon...
  9. BSOD error 0xc000021a crash

    in Windows 10 BSOD Crashes and Debugging
    BSOD error 0xc000021a crash: This morning, I needed to check my emails so tried booting up my laptop only for the BSOD saying "Your PC ran into a problem and needs to restart. We are just collecting some error info and then we will restart for you." I allow it to reach 100% but whenever it starts to...
  10. Error 0xc000021a

    in Windows 10 Support
    Error 0xc000021a: Hi, My brother turned on is computer and got this code 0xc000021a , I wondered if anybody can help please. He tells me that he has tried all different options but nothing works. [img] 95304
Tags:

Users found this page by searching for:

  1. bsod 0xc000021a every time I turn on PC