Just real quick, rich text editing in this forum follows BBCode markup, not HTML. As such, the syntax for inserting a link is:
{url="www.url.com"}LINK{/url}
where the {} (curly brackets) are use [] (square brackets). The end result to us viewers should look like:
LINK
Now, on to your little problem. BlueScreenView gave me less info than I had hoped for, unfortunately. If you could post the dump file somewhere else (like Google Drive), I may look at it myself. I do not know if I can get any more info than you have provided thusfar, though, because our culprit driver, according to the dump, is the kernel. The kernel isn't so much a driver, but more or less a collection of drivers that the OS interacts with. Because the dump does not specify a particular driver, then the source may not be something that you can just change or fix, which is a real pain. But we don't quite know for sure though, so let's try some stuff. First, are you using a laptop? I have seen this before when waking a laptop from sleep. Second, are you doing anything in particular when these crashes happen? Again, Windows' power management business is a popular cause of "power state failure"-type crashes. For now, I suggest opening a privileged command prompt and running:
sfc /scannow
to check for missing/corrupt system files. If it finds a problem, hopefully it will fix it. Next, follow this
driver verification guide to search for possibly bad drivers. Next, if you have established an overclock on any of your hardware, please return to stock clock speeds for now. Next, use Windows' power management system from Control Panel to keep your system from either sleeping or hibernating. If you use third party software for power management - don't. I hope we can figure this out!