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

Author Topic: Post-Installation Test Code Crashing  (Read 992 times)

0 Members and 1 Guest are viewing this topic.

pretorit

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Post-Installation Test Code Crashing
« on: April 18, 2016, 01:04:15 am »
Hi guys, I've been following this tutorial: http://www.sfml-dev.org/tutorials/2.3/start-vc.php and the code compiles just fine, however when I go to run the code a blank terminal window pops up (the green circle doesn't appear) and my computer completely freezes. I've got a Dell Inspiron N5050 with HD i3 2370M graphics card (purchased in 2012), which I think is to blame for the crashes because whenever I interact with the graphics card e.g. by an external app trying to glean it's specs or manually trying to get it's specs in device manager, it crashes my computer. It is possible that the code is to blame so I've uploaded a zip file of the project to google drive:
https://drive.google.com/file/d/0B1-wT65tAIt_X0twRFlESW8tek0/view?usp=sharing
I would appreciate it if anyone can rule out that the project setup is to blame by testing on their own pc's and if they can offer any advice as to what is causing these crashes.
Thanks for your time.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11032
    • View Profile
    • development blog
    • Email
Re: Post-Installation Test Code Crashing
« Reply #1 on: April 18, 2016, 09:09:18 am »
Well if your PC crashes when you try to interact with the GPU it's hardly any issue with SFML.
Have you installed the proper and latest GPU driver?
Do other OpenGL applications run?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

pretorit

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: Post-Installation Test Code Crashing
« Reply #2 on: April 19, 2016, 12:58:09 am »
Yes, it says that the software for my drivers is up to date. By other OpenGL applications do you mean GLFW and SDL?? I've only started with OpenGL so this was the first code I ran after setup. It appears like the code is stuck in an infinite loop because the console pops up and the white underscore blinks a few times before my pc freezes. It is a simple green circle so I don't understand how it can be exhausting my computer.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11032
    • View Profile
    • development blog
    • Email
AW: Post-Installation Test Code Crashing
« Reply #3 on: April 19, 2016, 07:42:32 am »
No, I mean, can you run like a simple OpenGL game?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything