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

Author Topic: SFML RenderWindow = Dead?  (Read 1667 times)

0 Members and 1 Guest are viewing this topic.

paule

  • Newbie
  • *
  • Posts: 1
    • View Profile
SFML RenderWindow = Dead?
« on: July 02, 2010, 05:28:53 pm »
Hi,

I really like SFML and I'm using it for some time. But today any running of linked files that use RenderWindow ends up with "Segmentation fault".
If I try the files from the tutorial, files that already worked or other codes that are expected to work they fail with the same error.

I used the first example code from here and started debugging it. It stucks at line 19:

0x001454dd in sf::RenderTarget::Clear(sf::Color const&) ()
   from /usr/lib/libsfml-graphics.so.1.5


I'm using Ubuntu 10.04 (Kernel 2.6.32-23) with gcc 4.4.3 and SFML 1.6.

What's wrong?  :(

Paul

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
SFML RenderWindow = Dead?
« Reply #1 on: July 02, 2010, 11:25:04 pm »
Quote
from /usr/lib/libsfml-graphics.so.1.5

Remove SFML 1.5 libraries :roll:
Laurent Gomila - SFML developer

 

anything