Problem with on board graphic Card ATI RADEON Mobility

Hi, this usually does not happen, in the following report I try to launch SceneWorker, but the same happen also with other classes usually working.



All happen after I run a class like tutorial Lesson9 using particular shadowing, and currently it is the only one not producing the following error:


9-ago-2009 21.03.25 com.jme.app.BaseGame start
INFO: Application started.
9-ago-2009 21.03.25 com.jme.system.PropertiesGameSettings <init>
INFO: PropertiesGameSettings created
9-ago-2009 21.03.25 com.jme.system.PropertiesGameSettings load
INFO: Read properties
9-ago-2009 21.03.26 com.jme.system.PropertiesGameSettings save
INFO: Saved properties
9-ago-2009 21.03.26 com.jme.app.BaseSimpleGame initSystem
INFO: jME version 2.0 Stable (r4093)
9-ago-2009 21.03.26 com.jme.input.joystick.DummyJoystickInput <init>
INFO: Joystick support is disabled
9-ago-2009 21.03.27 com.jmex.awt.jogl.JOGLAWTCanvas getBackground
INFO: getBackground
9-ago-2009 21.03.27 com.jme.renderer.jogl.JOGLRenderer <init>
INFO: JOGLRenderer created. W:  640H: 480   Version: 1.1.1
9-ago-2009 21.03.27 com.jme.app.BaseSimpleGame initSystem
INFO: Running on: null
Driver version: null
ATI Technologies Inc. - ATI Mobility Radeon X2500 - 2.0.6388 Release
9-ago-2009 21.03.27 com.jme.renderer.AbstractCamera <init>
INFO: Camera created.
9-ago-2009 21.03.27 com.jme.scene.Node <init>
INFO: Node created.
9-ago-2009 21.03.27 com.jme.scene.Node <init>
INFO: Node created.
9-ago-2009 21.03.27 com.jme.scene.Node <init>
INFO: Node created.
9-ago-2009 21.03.27 com.jme.scene.Node attachChild
INFO: Child "Graph node" attached to this node "Stats node"
9-ago-2009 21.03.27 com.jme.renderer.jogl.JOGLTextureRenderer <init>
INFO: FBO support detected.
9-ago-2009 21.03.27 com.jme.renderer.jogl.JOGLTextureRenderer initCamera
INFO: Init RTT camera
9-ago-2009 21.03.27 com.jme.renderer.AbstractCamera <init>
INFO: Camera created.
9-ago-2009 21.03.27 com.jme.scene.Node <init>
INFO: Node created.
9-ago-2009 21.03.27 com.jme.scene.Line <init>
INFO: Line created.
9-ago-2009 21.03.27 com.jme.renderer.jogl.JOGLTextureRenderer setupTexture
INFO: setup fbo tex with id 2: 1.024,512
9-ago-2009 21.03.27 com.jme.scene.Node attachChild
INFO: Child "lineGraph" attached to this node "Graph node"
9-ago-2009 21.03.27 com.jme.scene.Node attachChild
INFO: Child "f4" attached to this node "Graph node"
9-ago-2009 21.03.27 com.jme.renderer.jogl.JOGLTextureRenderer <init>
INFO: FBO support detected.
9-ago-2009 21.03.27 com.jme.renderer.jogl.JOGLTextureRenderer initCamera
INFO: Init RTT camera
9-ago-2009 21.03.27 com.jme.renderer.AbstractCamera <init>
INFO: Camera created.
9-ago-2009 21.03.27 com.jme.scene.Node <init>
INFO: Node created.
9-ago-2009 21.03.27 com.jme.renderer.jogl.JOGLTextureRenderer setupTexture
INFO: setup fbo tex with id 3: 1.024,128
9-ago-2009 21.03.27 com.jme.scene.Node attachChild
INFO: Child "labelGraph" attached to this node "Graph node"
9-ago-2009 21.03.27 com.jme.scene.Node <init>
INFO: Node created.
9-ago-2009 21.03.27 com.jme.scene.Node <init>
INFO: Node created.
9-ago-2009 21.03.27 com.jme.scene.Node attachChild
INFO: Child "base" attached to this node "arr"
9-ago-2009 21.03.27 com.jme.scene.Node attachChild
INFO: Child "tip" attached to this node "arr"
9-ago-2009 21.03.27 com.jme.scene.Node attachChild
INFO: Child "arr" attached to this node "playerNode"
9-ago-2009 21.03.27 com.jme.scene.Node attachChild
INFO: Child "player" attached to this node "playerNode"
9-ago-2009 21.03.27 com.jme.scene.Node attachChild
INFO: Child "playerNode" attached to this node "rootNode"
9-ago-2009 21.03.27 com.jme.scene.Node <init>
INFO: Node created.
9-ago-2009 21.03.27 com.jme.scene.Node attachChild
INFO: Child "north" attached to this node "skybox"
9-ago-2009 21.03.27 com.jme.scene.Node attachChild
INFO: Child "south" attached to this node "skybox"
9-ago-2009 21.03.27 com.jme.scene.Node attachChild
INFO: Child "east" attached to this node "skybox"
9-ago-2009 21.03.27 com.jme.scene.Node attachChild
INFO: Child "west" attached to this node "skybox"
9-ago-2009 21.03.27 com.jme.scene.Node attachChild
INFO: Child "up" attached to this node "skybox"
9-ago-2009 21.03.27 com.jme.scene.Node attachChild
INFO: Child "down" attached to this node "skybox"
9-ago-2009 21.03.27 com.jme.scene.Node attachChild
INFO: Child "skybox" attached to this node "rootNode"
9-ago-2009 21.03.28 com.jme.scene.Node <init>
INFO: Node created.
9-ago-2009 21.03.28 com.jme.scene.Node attachChild
INFO: Child "Camera Node" attached to this node "playerNode"
9-ago-2009 21.03.28 class it.wipidea.anyos.test.TestSimpleRotation start()
GRAVE: Exception in game loop
com.jme.system.JmeException: Error in opengl: out of memory
   at com.jme.renderer.jogl.JOGLRenderer.checkCardError(JOGLRenderer.java:1915)
   at com.jme.renderer.jogl.JOGLRenderer.displayBackBuffer(JOGLRenderer.java:547)
   at com.jme.app.BaseGame.start(BaseGame.java:90)
   at it.wipidea.anyos.test.TestSimpleRotation.main(TestSimpleRotation.java:244)
Caused by: javax.media.opengl.GLException: out of memory
   at com.jme.renderer.jogl.JOGLRenderer.checkCardError(JOGLRenderer.java:1912)
   ... 3 more
9-ago-2009 21.03.28 com.jme.app.BaseSimpleGame cleanup
INFO: Cleaning up resources.
9-ago-2009 21.03.28 com.jme.app.BaseGame start
INFO: Application ending.



Did you try updating the driver?