Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Game not running on Windows 8  (Read 1021 times)

0 Members and 1 Guest are viewing this topic.

lvenonl

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Game not running on Windows 8
« 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?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10835
    • View Profile
    • development blog
    • Email
AW: Game not running on Windows 8
« Reply #1 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?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

lvenonl

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Re: Game not running on Windows 8
« Reply #2 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.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10835
    • View Profile
    • development blog
    • Email
AW: Game not running on Windows 8
« Reply #3 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. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/