getDriverVersion returns null. Unable to render anything in window mode

Pardon me if this is something super simple, I am new to jME, and attempting to write my first prototype using jME. I got everything checked out of CVS and have built the project via eclipse. I am trying to run the TestChooser, which works but when I run any of the tests, I cant render anything. Sometimes, it renders 1 frame, and gets stuck there. In the fullscreen mode, it gets 1 frames every 5-7 seconds.



I have dual graphics card, on this machine, Nvidia 8800 GTX, and Nvidia 7950GT. It seems to recognize 7950, but it says Driver version null, not sure why. Here's the console output.



Any thoughts/ideas.



Oct 17, 2008 6:07:47 AM jmetest.TestChooser start
INFO: Composing Test list...
Oct 17, 2008 6:07:47 AM jmetest.TestChooser find
INFO: Searching for Demo classes in "jmetest".
Oct 17, 2008 6:07:47 AM com.jme.scene.Node <init>
INFO: Node created.
Oct 17, 2008 6:07:57 AM com.jme.app.BaseGame start
INFO: Application started.
Oct 17, 2008 6:07:57 AM com.jme.system.PropertiesIO <init>
INFO: PropertiesIO created
Oct 17, 2008 6:07:57 AM com.jme.system.PropertiesIO load
INFO: Read properties
Oct 17, 2008 6:08:01 AM com.jme.system.PropertiesIO save
INFO: Saved properties
Oct 17, 2008 6:08:01 AM com.jme.app.BaseSimpleGame initSystem
INFO: jME version 1.0
Oct 17, 2008 6:08:01 AM com.jme.input.joystick.DummyJoystickInput <init>
INFO: Joystick support is disabled
Oct 17, 2008 6:08:01 AM com.jme.system.lwjgl.LWJGLDisplaySystem <init>
INFO: LWJGL Display System created.
Oct 17, 2008 6:08:03 AM com.jme.renderer.lwjgl.LWJGLRenderer <init>
INFO: LWJGLRenderer created. W:  800H: 600
Oct 17, 2008 6:08:03 AM com.jme.app.BaseSimpleGame initSystem
INFO: Running on: vga
Driver version: null
NVIDIA Corporation - GeForce 7950 GT/PCI/SSE2 - 2.1.1
Oct 17, 2008 6:08:03 AM com.jme.renderer.AbstractCamera <init>
INFO: Camera created.
Oct 17, 2008 6:08:03 AM com.jme.util.lwjgl.LWJGLTimer <init>
INFO: Timer resolution: 1000 ticks per second
Oct 17, 2008 6:08:03 AM com.jme.scene.Node <init>
INFO: Node created.
Oct 17, 2008 6:08:03 AM com.jme.scene.Node <init>
INFO: Node created.
Oct 17, 2008 6:08:03 AM com.jme.scene.Node attachChild
INFO: Child (FPS label) attached to this node (FPS node)
Oct 17, 2008 6:08:03 AM com.jme.scene.Node <init>
INFO: Node created.
Oct 17, 2008 6:08:03 AM com.jme.scene.Node attachChild
INFO: Child (test internalFrame) attached to this node (desktop node)
Oct 17, 2008 6:08:03 AM com.jme.scene.Node attachChild
INFO: Child (desktop node) attached to this node (rootNode)
Oct 17, 2008 6:08:03 AM com.jme.scene.Node attachChild
INFO: Child (top border) attached to this node (desktop node)
Oct 17, 2008 6:08:03 AM com.jme.scene.Node attachChild
INFO: Child (bottom border) attached to this node (desktop node)
Oct 17, 2008 6:08:03 AM com.jme.scene.Node attachChild
INFO: Child (left border) attached to this node (desktop node)
Oct 17, 2008 6:08:03 AM com.jme.scene.Node attachChild
INFO: Child (right border) attached to this node (desktop node)



Thanks.

Any thoughts guys? I really need to get this going?

maybe try different drivers.

do the demos or other lwjgl stuff work?



Also try with the svn version (jme 2) this uses a newer lwjgl version.