LeprovostQuentin / mt4j

Automatically exported from code.google.com/p/mt4j
GNU General Public License v2.0
0 stars 0 forks source link

jogl with mt4j #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

Please, i used mt4j to reproduce a gis component and relationship. But now i 
get some problem. I need to know the  generated idea which come frome this 
error: 
java.lang.IllegalArgumentException: 
GLDrawableFactory.chooseGraphicsConfiguration() was not used when creating this 
Component
    at com.sun.opengl.impl.x11.X11GLDrawableFactory.getGLDrawable(X11GLDrawableFactory.java:238)
    at org.mt4j.util.opengl.CustomPGraphicsOpenGL.allocate(CustomPGraphicsOpenGL.java:91)
    at processing.core.PGraphics3D.setSize(PGraphics3D.java:316)
    at processing.core.PApplet.makeGraphics(PApplet.java:1148)
    at processing.core.PApplet.size(PApplet.java:982)
    at processing.core.PApplet.size(PApplet.java:942)
    at swingMt4j.MTApplication.setup(MTApplication.java:211)
    at processing.core.PApplet.handleDraw(PApplet.java:1383)
    at processing.core.PApplet.run(PApplet.java:1311)
    at java.lang.Thread.run(Thread.java:662)
Exception in thread "Animation Thread" java.lang.RuntimeException: 
org.mt4j.util.opengl.CustomPGraphicsOpenGL needs to be updated for the current 
release of Processing.
    at processing.core.PApplet.makeGraphics(PApplet.java:1195)
    at processing.core.PApplet.size(PApplet.java:982)
    at processing.core.PApplet.size(PApplet.java:942)
    at swingMt4j.MTApplication.setup(MTApplication.java:211)
    at processing.core.PApplet.handleDraw(PApplet.java:1383)
    at processing.core.PApplet.run(PApplet.java:1311)
    at java.lang.Thread.run(Thread.java:662)

Original issue reported on code.google.com by dieudonn...@gmail.com on 12 Dec 2012 at 1:08