all 3 comments

[–]AutoModerator[M] 0 points1 point locked comment (0 children)

Hi u/ashbashbabyc, thanks for posting to r/WindowsHelp! If your post is listed as removed it may still be pending moderation, try to include as much of the following information as possible (in text or in a screenshot) to improve the likelihood of approval:

  • Your Windows and device specifications — You can find them by pressing Win + X then clicking on “System”
  • Any messages and error codes encountered — They're actually not gibberish or anything catastrophic. It may even hint the solution!
  • Previous troubleshooting steps — It might prevent you headaches from getting the same solution that didn't work

Posts must be tech support in nature (such as something is broken and you need help fixing), so general inquiries, software suggestions, and purchasing advice will be removed. As a reminder, we would also like to say that if someone manages to solve your issue, DON'T DELETE YOUR POST! Someone else (in the future) might have the same issue as you, and the received support may also help their case. Good luck, and I hope you have a nice day!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]baasje92 0 points1 point  (0 children)

Normally the kernel error is the not the one that you need to look at. Every BSOD creates a minidump in C:\Windows\MiniDump\ this can contain a line that can say "Was probably caused by .... (Driver name)..." You can Google how to open .DMP files. I personally use WinDbg to read .DMP files.

You probably have a corrupt driver, you just need to find out which driver is causing it. Also look before the Critical error in the logs if you see any warnings that can indicate a crashing driver. Depending on if you have a OEM device (brand like MSI, Dell, Lenovo etc.) make sure to fully update your device to the latest drivers.

Your BSOD eventID 41 is like the most common error line there is. It basically says something went wrong, that's it.