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 & HelpSyntax Questions › lightsFalloffConstant
Page Index Toggle Pages: 1
lightsFalloffConstant (Read 402 times)
lightsFalloffConstant
Mar 27th, 2006, 7:54pm
 
hi to all
i tryed to rebuild an example from caligraft.com (many thanks to them) with the last p55 0110.
and this was the output:

java.lang.RuntimeException: java.lang.NoSuchFieldError: lightsFalloffConstant
at processing.opengl.PGraphicsGL.requestDisplay(PGraphicsGL.java:214)
at processing.core.PApplet.run(PApplet.java:1142)
at java.lang.Thread.run(Thread.java:552)
Caused by: java.lang.NoSuchFieldError: lightsFalloffConstant
at processing.opengl.PGraphicsGL.glLightFalloff(PGraphicsGL.java:1435)
at processing.opengl.PGraphicsGL.lightFalloff(PGraphicsGL.java:1357)
at processing.core.PGraphics3.beginFrame(PGraphics3.java:314)
at processing.opengl.PGraphicsGL.beginFrame(PGraphicsGL.java:288)
at processing.core.PApplet.display(PApplet.java:1248)
at processing.opengl.PGraphicsGL$1.display(PGraphicsGL.java:109)
at net.java.games.jogl.impl.GLDrawableHelper.display(GLDrawableHelper.java:74)
at net.java.games.jogl.GLCanvas$DisplayAction.run(GLCanvas.java:249)
at net.java.games.jogl.impl.GLContext.invokeGL(GLContext.java:294)
at net.java.games.jogl.GLCanvas$DisplayOnEventDispatchThreadAction.run(GLCanvas.jav
a:266)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:179)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:478)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:2
34)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184
)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

did i forgot something to check before run it?  
many thanks

Re: lightsFalloffConstant
Reply #1 - Mar 28th, 2006, 9:32pm
 
that's a library conflict.. an old version of the gl library hanging around somewhere and being picked up by your app. man, we've been having a lot of these lately, i wonder what's up..
Page Index Toggle Pages: 1