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

Author Topic: SFML shader sample official not working.  (Read 2103 times)

0 Members and 1 Guest are viewing this topic.

KaboomKaboom

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
SFML shader sample official not working.
« on: May 21, 2017, 06:11:11 am »
All examples works fine in the offical SFML example with the exception of 2. The shader and the win32. When clicking the exe it will open then says "exe stops working". Im more concern with shader tho as I want to understand how it works but to do that I have to see the output. Any idea how to make the shader sample work?

Turbine

  • Full Member
  • ***
  • Posts: 102
    • View Profile
Re: SFML shader sample official not working.
« Reply #1 on: May 21, 2017, 06:40:44 am »
Which two examples are not working for you?

KaboomKaboom

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Re: SFML shader sample official not working.
« Reply #2 on: May 21, 2017, 07:02:53 am »
The shader sample and the win32 sample. All of the samples are on the example folder. But yeah those two doesnt work for me., I am using win10.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: SFML shader sample official not working.
« Reply #3 on: May 21, 2017, 02:07:40 pm »
I haven't heard of anyone having issues with any examples, so it must be something with your system.
Make sure you have the right runtime libs installed and that your GPU driver is updated.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML shader sample official not working.
« Reply #4 on: May 21, 2017, 02:09:13 pm »
You can compile them and check what's wrong with your debugger. Since you're the first one to report such a problem, we won't be able to help you with just "exe stops working" ;)
Laurent Gomila - SFML developer