OpenGL problem...

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
blackpix
Posts: 2
Joined: Tue Aug 07, 2007 9:40 pm

OpenGL problem...

Post by blackpix »

I have OpenGL 2.1.1 (nVidia 6600 GT with the latest driver ) but i still get the same error : Using OpenGl 1.1.0 OpenGL driver is not 1.2 or better. What should i do?
GameDude
Posts: 498
Joined: Thu May 24, 2007 12:24 am

Post by GameDude »

Update the drivers
NoodlePowa
Posts: 32
Joined: Sun Jul 15, 2007 1:02 pm
Location: California

Post by NoodlePowa »

If you have downloaded the latest driver from NVIDIA and installed it, try restarting.
"Be not ashamed of mistakes and thus make them crimes."
-Confucius
Masterhawk
Posts: 299
Joined: Mon Nov 27, 2006 6:52 pm
Location: GERMANY
Contact:

Post by Masterhawk »

Maybe you should completely uninstall the old driver and reinstall the newest driver. Make sure you removed the old one. That's fixed a few OpenGL-issues for me...
Image
blackpix
Posts: 2
Joined: Tue Aug 07, 2007 9:40 pm

Post by blackpix »

sorry , the problem persist ... reinstalled over 5 times...deleted... reinstalled.. the same problem... there is a program gDEBugger OpenGL Debugger... that should help me?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

No, definitely not. It uses the installed OpenGL system to debug apps. Try a different tool to query for the OpenGL version (I assume this is the Irrlicht output?) Also search for OpenGL dlls on your system, maybe you somehow copied an old dll into system32?
Post Reply