Jme3 Cinematics: Running TestCinematic example

Hello,



can’t seem to be able to run the TestCinematic example correctly. As soon as the animation starts (after pressing enter), I am getting a Null Pointer exception error:



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

java.lang.NullPointerException

at com.jme3.post.FilterPostProcessor.postFrame(FilterPostProcessor.java:293)

at com.jme3.renderer.RenderManager.renderViewPort(RenderManager.java:1129)

at com.jme3.renderer.RenderManager.render(RenderManager.java:1162)

at com.jme3.app.SimpleApplication.update(SimpleApplication.java:264)

at com.jme3.system.lwjgl.LwjglAbstractDisplay.runLoop(LwjglAbstractDisplay.java:144)

at com.jme3.system.lwjgl.LwjglDisplay.runLoop(LwjglDisplay.java:185)

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

at java.lang.Thread.run(Unknown Source)

[/java]



I am using the SVN repo.