Error with lwjgl - stack overflow

Hello everybody…

I have tried to run my jme application in another machine but I got the following error:



org.lwjgl.opengl.OpenGLException: Stack overflow (1283)
        at org.lwjgl.opengl.Util.checkGLError(Util.java:56)
        at org.lwjgl.opengl.Display.swapBuffers(Display.java:567)
        at org.lwjgl.opengl.Display.update(Display.java:583)
        at com.jme.renderer.lwjgl.LWJGLRenderer.displayBackBuffer(Unknown Source)
        at com.jme.app.BaseGame.start(Unknown Source)
        at ecas.Ecas.main(Ecas.java:98)



Does anybody know whats happening?
What I have to do??  :?  :?  :?

Thanks  :D

Install the latest videocard drivers. If it still doesn't work post what type of videocard/OS it is.

driver updated and the engine runs ok…

thanks a lot…  :D  :smiley: