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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - paule

Pages: [1]
1
General / 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

Pages: [1]