Can't run any test

It seems that StandardGame tests run.



Can you try jmetest.game.state.TestDebugGameState?

Pretty sure it crashes when you press F4, if that's the case, your video card has a problem with jme's way of using render to texture.

(Deleted the previous message because just realized that I had completely misunderstood what you said)

As you said, I could ran the test, and when I pressed the f4 key, it crashed.

just had that error myself yesterday…

it is to do with the graphics card not being able to interpret a parameter passed to an opengl method…

it was occuring for me with glGetTexImage…

from what i read about it it seems to be a formatting issue for texture read in/out (although i maybe wrong about that and the error seems very generic)…

if that is the case then it would probably pop up on F4/stats if your card has an issue with rendering to a texture…

you might need to check the opengl support on your card…

there are a number of utilities online to do this…

otherwise it could just be a case of updating your driver…

Does JOGL work on your comp?