SFML community forums

Help => Window => Topic started by: Christopher Jozwiak on March 13, 2016, 03:26:45 am

Title: BSOD when calling function...
Post by: Christopher Jozwiak on March 13, 2016, 03:26:45 am
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.
Title: AW: BSOD when calling function...
Post by: eXpl0it3r on March 13, 2016, 07:57:58 am
Sounds like a driver issue. Is your GPU driver up to date?
Title: Re: BSOD when calling function...
Post by: Christopher Jozwiak on March 14, 2016, 03:10:46 am
Yeah.  I'm using the current drivers for Windows 10.  I can display a window just fine.  The program didn't crash until I pressed the space bar 3 times which called the app.create() function to put it to full screen.  I didn't have an escape case.  It would just full screen the window again and again.
Title: AW: BSOD when calling function...
Post by: eXpl0it3r on March 14, 2016, 07:14:49 am
Can you run any games in fullscreen mode?