Exception in main thread

Hey guys!



i was having a few problems with ragdolls cause I didn’t get RigidBodyControl. So I installed the plugins and now I have RigidBody Control. But now, every time I run any jME app, i got this exception:

[java]

GRAVE: Uncaught exception thrown in Thread[LWJGL Renderer Thread,5,main]

java.lang.NullPointerException

at net.ragdollplayground.Main.simpleInitApp(Main.java:36)

at com.jme3.app.SimpleApplication.initialize(SimpleApplication.java:218)

at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:136)

at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:193)

at java.lang.Thread.run(Thread.java:662)[/java]



the most strange thing, is that everything was fine before updating, no errors, no bugs, nothing!



and also, I have all plugins necessary to run jME, but I don’t have PhysicsTestHelper class available in my projects, just in test jme3 project.



Can someone help me with this? Without solving this problimg there’s no way to continue any of my projects!

Thanks in advance, borba.

The current update is broken because of the move to nifty 1.3 :stuck_out_tongue:

Thanks to your reply, normen!



So, what am I supposed to do, in the old update I can’t detect collisions with ragdoll, and in this new one I can’t even make a simple hello-world application? …

Yes, you have been warned. Maybe we will fix it today, maybe not…