Cocos2dx error: opengl version too old

I upgraded my windows from 7 to 8 and I started compiling cocos2dx, but when I open cmd, I get an error:

Your OpenGl Version is 1.1.0, but Cocos2d-x requires OpenGl 1.5 or higher on Windows. Please upgrade the driver of your video card

      

But cocos2dx was working before the update! could tell me what the problem is and what should I do? I am using visual studio 2010.

+3


source to share


2 answers


you can see the cocos2d-x forum about this issue. see the link. your driver is not up to date or you have not installed opengl. you can also use older versions of cocos2d-x. see link.



0


source


You should update your graphics card (video driver) drivers or the second way you are trying to start the old version of cocos 2dx. i also suffer from this problem



0


source







All Articles