1
Graphics / OpenGL bug? Nvidia driver bug? SFML bug? My fault?
« on: October 11, 2009, 05:20:03 pm »Quote from: "Lokk"
Ok, 1190 successed and 1191 failed for me too
With me it was the same problem.
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.
Ok, 1190 successed and 1191 failed for me too
The first thing you can test is an empty program linked against sfml-windowCode: [Select]#include <SFML/Window.hpp>
int main()
{
return 0;
}
And one with a sf::Window declaredCode: [Select]#include <SFML/Window.hpp>
int main()
{
sf::Window window(sf::VideoMode(800, 600), "test");
return 0;
}
Something else that you can test: someone reported me that the probem appeared at revision 1191; 1190 should work fine.
QuoteWhat do you want us to do, send you an ATI card?
Testing my modifications and reporting success / failures should be enough
X Error of failed request: GLXBadContext
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Serial number of failed request: 30
Current serial number in output stream: 33