SFML community forums

Help => General => Topic started by: lvenonl on April 26, 2015, 08:37:06 pm

Title: Game not running on Windows 8
Post by: lvenonl on April 26, 2015, 08:37:06 pm
Hi!

Using Visual Studio 2013 on Windows 7 I compiled my game and tested it on other machines. It works perfectly except on Windows 8. Whenever I run the game, the message "Game.exe stopped working..." pops up and the game crashes. Does anyone know how to solve this issue?
Title: AW: Game not running on Windows 8
Post by: eXpl0it3r on April 26, 2015, 08:40:23 pm
Create a debug build and run it through the debugger.
My guess is a driver issue. Is the GPU driver uptodate? Are you running it in a VM?
Title: Re: Game not running on Windows 8
Post by: lvenonl on April 26, 2015, 08:44:25 pm
Thanks for the fast reply!

The driver is updated and I'm not running in a VM, it's in my laptop.
Title: AW: Game not running on Windows 8
Post by: eXpl0it3r on April 26, 2015, 08:50:38 pm
What are the specs? How do other OpenGL based applications perform?

A stack trace would still be the most helpful information. ;)