"Unable to create OpenGL 3.3 context (flags 0, profile 1)"

Posted by Tsvetan on Game Development See other posts from Game Development or by Tsvetan
Published on 2012-05-30T10:15:34Z Indexed on 2012/05/30 17:02 UTC
Read the original article Hit count: 382

Filed under:
|

Trying to run any of the well-known McKesson's tutorials on a friend's laptop results in the aforementioned exception.

I read that in order to run applications which use OpenGL 3.3 you must at least have an ATI HD or Nvidia 8xxx GPU series. He has an ATI HD class graphics processor which eliminates (maybe) this issue. Also, I read that this error may result in having old drivers. He updated his drivers but that didn't solve the problem.

The tutorials are built as said in the book introduction and glsdk is installed.

If more information is needed, say so and I will provide it.

What are the other reasons for this kind of exception? And how can I fix them?

© Game Development or respective owner

Related posts about c++

Related posts about opengl