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.


Topics - ZHAOPeng

Pages: [1]
1
Window / sf::Window crashes on linux with ATI graphics driver
« on: July 15, 2010, 04:44:59 am »
Hello,

I have built the SFML 2 snapshot successfully on openSUSE 11.2 with ATI linux x64 driver 10.6. However when I try the OpenGL sample, window crash when exiting application. The error message is
Code: [Select]
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server "�""
      after 151 requests (150 known processed) with 0 events remaining.
Segmentation fault


I check the source codes and find it occurs in the destructor of WindowImplX11. When call "XCloseDisplay(myDisplay);" the application crashes.

I also try it on another PC with openSUSE 11.2 and Nvidia driver 256.35. It works fine. So is it a driver bug of ATI ? Any suggestions?

Thanks!

2
Hello,

I find that no option for context flag and profile version can be used in SFML 2.0 snapshot.
It is very easy to add them to ContextSettings and the attributes list for creating context.
I hope these two options could be added in the next release so that we can change the profile version for OpenGL 3.2 or later.

Thanks!

ZHAO Peng :wink:

Pages: [1]
anything