We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOpenGL and 3D Libraries › suddenly OpenGL-Exception on different PC
Page Index Toggle Pages: 1
suddenly OpenGL-Exception on different PC (Read 510 times)
suddenly OpenGL-Exception on different PC
Feb 4th, 2008, 12:10pm
 
Hello everybody.

I just tried to copy a complete working sketch to another Computer. To make sure that it works i copied the whole processing-folder too. At least that worked on every PC until now.

Here I get following error:

javax.media.opengl.GLException: Method "glGenFramebuffersEXT" not available
at com.sun.opengl.impl.GLImpl.glGenFramebuffersEXT(GLImpl.java:5705)


Does that mean that some files are broken or that my graphics-card has limited OpenGL-support? Or does it mean something totally different?

If anyone has an idea please tell me, any help is appreciated...

Thanks in advance,

Sven
Re: suddenly OpenGL-Exception on different PC
Reply #1 - Feb 4th, 2008, 12:58pm
 
Not all video cards/drivers support all features unfortunately.

EXT means an extension to the GL spec, and so not a feature a card has to support in order to claim OpenGL capability.
Re: suddenly OpenGL-Exception on different PC
Reply #2 - Feb 19th, 2008, 10:07am
 
although my thanks come a bit late
(I had some technical problems to reply that day and forgot to try again)

thanks a lot!
Page Index Toggle Pages: 1