Re: Atomic jars in Maven Central - Gradle build system.
Posted by
Jesus Zazueta on
Aug 02, 2013; 4:04pm
URL: https://forum.jogamp.org/Atomic-jars-in-Maven-Central-Gradle-build-system-tp4029555p4029716.html
jmaasing wrote
Just a small bug report :) I tried (Mac OSX 10.8 with JDK 1.8 early access):
http://jgl.tribe7.net/jnlp/net.tribe7.demos.mchochlik.t030CubeMapping.T030CubeMapping.jnlp[thread applet-com.jogamp.newt.awt.applet.JOGLNewtApplet1Run-1-Display-.macosx_nil-1-EDT-1] DEBUG GL resource initialized.: [GLProgram, 10]
[thread applet-com.jogamp.newt.awt.applet.JOGLNewtApplet1Run-1-Display-.macosx_nil-1-EDT-1] DEBUG GL resource initialized.: [GLVertexArray, 2]
[thread applet-com.jogamp.newt.awt.applet.JOGLNewtApplet1Run-1-Display-.macosx_nil-1-EDT-1] DEBUG GL resource initialized.: [GLVertexArray, 3]
[thread applet-com.jogamp.newt.awt.applet.JOGLNewtApplet1Run-1-Display-.macosx_nil-1-EDT-1] DEBUG GL resource initialized.: [CubeMapFramebuffer, 3]
[thread applet-com.jogamp.newt.awt.applet.JOGLNewtApplet1Run-1-Display-.macosx_nil-1-EDT-1] DEBUG GL resource initialized.: [GLTextureCubeMap, 3]
[thread applet-com.jogamp.newt.awt.applet.JOGLNewtApplet1Run-1-Display-.macosx_nil-1-EDT-1] DEBUG GL resource initialized.: [GLTextureCubeMap, 4]
Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException: Multiple bind/unbind request: [CubeMapFramebuffer, 3]
at net.tribe7.common.base.Preconditions.checkState(Preconditions.java:149)
at net.tribe7.opengl.GLContextBoundResource.bind(GLContextBoundResource.java:37)
at net.tribe7.demos.mchochlik.t030CubeMapping.T030CubeMapping.doRender(T030CubeMapping.java:133)
at net.tribe7.opengl.GL3EventListener.doRender(GL3EventListener.java:47)
at net.tribe7.opengl.GLScheduledEventListener.renderTick(GLScheduledEventListener.java:81)
at net.tribe7.time.FixedTimeStepScheduler.doStateTick(FixedTimeStepScheduler.java:36)
at net.tribe7.time.Scheduler.stateTick(Scheduler.java:41)
at net.tribe7.opengl.GLScheduledEventListener.display(GLScheduledEventListener.java:52)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:588)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:572)
at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:377)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1034)
Ah, my bad. I did notice that error yesterday. I just uploaded a new set of webstart jars so *in theory* it should work now :P.
I weep since I don't have a MAC to test XD.
Anything else, let me know. Thanks!