Let me begin by saying all my code is gone. Not that it was much; I was just messing around with stuff. It was one file "main.cpp". After the BSOD when I reboot the file in reference was blank. When I opened it up with notepad ++ it was filled with the word null that filled in where all my code was. Nothing remains O_O.
Now for the code. It was a basic loop that displayed a window normally and drew text on screen that scrolled across. I had a for loop for the movement of the text that was based off a clock I initialized. Anyways everything worked fine until I tried messing with a key press and calling the function app.create(sf::VideoMode(800, 600), "App", sf::Style::FullScreen); It worked fine but when I hit the F key multiple times my computer crashed and displayed something about dxmms.sys failing. I don't plan on doing that again, just was wondering why this could have happened.