Loading...
Logo
Processing Forum
Hi,

I'm trying to use the GLGraphics library but I get these errors in every example.
I'm using Processing 1.2.1 on WinXP and I tried both versions of the library (the stable and test versions). 

Any idea on what I could do to solve this?
Copy code
  1. GLGraphics VERSION: 20110201
  2. GL_EXT_framebuffer_object extension not available
  3. GL_ARB_shader_objects extension not available
  4. GL_ARB_geometry_shader4 extension not available
  5. GL_ARB_vertex_shader extension not available
  6. GL_ARB_fragment_shader extension not available
  7. GL_ARB_shading_language_100 extension not available
  8. GL_ARB_texture_float extension not available
  9. GL_ARB_texture_non_power_of_two extension not available
  10. GL_EXT_framebuffer_multisample extension not available
  11. processing.app.debug.RunnerException: GLException: Method "glCreateProgram" not available
  12. at processing.app.Sketch.placeException(Sketch.java:1543)
  13. at processing.app.debug.Runner.findException(Runner.java:582)
  14. at processing.app.debug.Runner.reportException(Runner.java:558)
  15. at processing.app.debug.Runner.exception(Runner.java:498)
  16. at processing.app.debug.EventThread.exceptionEvent(EventThread.java:367)
  17. at processing.app.debug.EventThread.handleEvent(EventThread.java:255)
  18. at processing.app.debug.EventThread.run(EventThread.java:89)
  19. Exception in thread "Animation Thread" javax.media.opengl.GLException: Method "glCreateProgram" not available
  20. at com.sun.opengl.impl.GLImpl.glCreateProgram(GLImpl.java:2700)
  21. at codeanticode.glgraphics.GLState.createGLResource(GLState.java:158)
  22. at codeanticode.glgraphics.GLState.createGLResource(GLState.java:132)
  23. at codeanticode.glgraphics.GLSLShader.<init>(GLSLShader.java:52)
  24. at codeanticode.glgraphics.GLModelEffect.initShader(GLModelEffect.java:568)
  25. at codeanticode.glgraphics.GLModelEffect.initEffect(GLModelEffect.java:365)
  26. at codeanticode.glgraphics.GLModelEffect.<init>(GLModelEffect.java:68)
  27. at Bilboards.setup(Bilboards.java:52)
  28. at processing.core.PApplet.handleDraw(Unknown Source)
  29. at processing.core.PApplet.run(Unknown Source)
  30. at java.lang.Thread.run(Thread.java:619)

Replies(1)

Well I could be wrong, but it looks like your video card driver doesn't support those listed GL extensions.

Is this an old pc and have you updated the graphics card drivers in a while?