Problem with Tutorial (Hello Modelloading)

This application always exits itself with a nullpointer exception


Exception in game loop
java.lang.NullPointerException
   at jmetest.TutorialGuide.HelloModelLoading.simpleInitGame(HelloModelLoading.java:81)
   at com.jme.app.BaseSimpleGame.initGame(BaseSimpleGame.java:503)
   at com.jme.app.BaseGame.start(BaseGame.java:69)
   at jmetest.TutorialGuide.HelloModelLoading.main(HelloModelLoading.java:65)



does anybody know where the problem is?

Did you step into the code at all to find the line that throws the error?

Well, something's null, and at line 81 thats where the binary importer loads the model you converted. Are you using the default maggie.obj model? Or your own? If the latter, most likely your model didn't get converted correctly…