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.5I'm using Ubuntu 10.04 (Kernel 2.6.32-23) with gcc 4.4.3 and SFML 1.6.
What's wrong?
Paul