Since today I get the following error:
I really wonder why i get this, since i changed nothing at all since it worked last, especially nothing related to light O.o
Does anyone know what this error means or what might cause it ?
20.06.2011 03:07:00 com.jme3.app.Application handleError
SCHWERWIEGEND: Uncaught exception thrown in Thread[LWJGL Renderer Thread,5,main]
java.lang.NullPointerException
at com.jme3.light.LightList$1.compare(LightList.java:70)
at com.jme3.light.LightList$1.compare(LightList.java:1)
at com.jme3.util.SortUtil.merge(SortUtil.java:333)
at com.jme3.util.SortUtil.msort(SortUtil.java:322)
at com.jme3.light.LightList.sort(LightList.java:226)
at com.jme3.scene.Geometry.updateWorldTransforms(Geometry.java:270)
at com.jme3.scene.Spatial.updateGeometricState(Spatial.java:661)
at com.jme3.scene.Node.updateGeometricState(Node.java:176)
at com.jme3.scene.Node.updateGeometricState(Node.java:176)
at com.jme3.scene.Node.updateGeometricState(Node.java:176)
at com.jme3.scene.Node.updateGeometricState(Node.java:176)
at online.newhorizons.client.system.ClientApplication.update(ClientApplication.java:333)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.runLoop(LwjglAbstractDisplay.java:144)
at com.jme3.system.lwjgl.LwjglDisplay.runLoop(LwjglDisplay.java:173)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:218)
at java.lang.Thread.run(Unknown Source)
post the code that is crashing, please
You might have to update again, I actually fixed that issue in SVN already
Yay that was it, quite happy i don’t have to find a way to narrow down a error in a 100k+ line code.