josmas / openwonderland

Automatically exported from code.google.com/p/openwonderland
GNU General Public License v2.0
3 stars 5 forks source link

MT Game deadlock when moving to new part of the world #170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Jump to a new part of the world

What is the expected output? What do you see instead?

The client hangs with the following exception:

MTGame: Exception Caught in renderer update: javax.media.opengl.GLException: 
glGetError() returned the following error codes after a call to glTexImage2D(): 
GL_INVALID_VALUE 
javax.media.opengl.GLException: glGetError() returned the following error codes 
after a call to glTexImage2D(): GL_INVALID_VALUE 
MTGame: Exception Caught in renderer commit: javax.media.opengl.GLException: 
glGetError() returned the following error codes after a call to 
glTexSubImage2D(): GL_INVALID_OPERATION 
        at javax.media.opengl.DebugGL.checkGLGetError(DebugGL.java:12715)
        at javax.media.opengl.DebugGL.glTexImage2D(DebugGL.java:9034)
        at com.jme.scene.state.jogl.JOGLTextureState.load(JOGLTextureState.java:328)
        at com.jme.scene.state.TextureState.load(TextureState.java:447)
        at org.jdesktop.wonderland.modules.appbase.client.view.View2DEntity.forceTextureIdAssignment(View2DEntity.java:2267)
        at org.jdesktop.wonderland.modules.appbase.client.view.View2DEntity.access$2300(View2DEntity.java:107)
        at org.jdesktop.wonderland.modules.appbase.client.view.View2DEntity$2.update(View2DEntity.java:2035)
        at org.jdesktop.mtgame.Renderer.processRenderUpdates(Renderer.java:1270)
        at org.jdesktop.mtgame.Renderer.run(Renderer.java:914)
javax.media.opengl.GLException: glGetError() returned the following error codes 
after a call to glTexSubImage2D(): GL_INVALID_OPERATION 
        at javax.media.opengl.DebugGL.checkGLGetError(DebugGL.java:12715)
        at javax.media.opengl.DebugGL.glTexSubImage2D(DebugGL.java:9136)
        at com.jme.renderer.jogl.JOGLRenderer.updateTextureSubImage(JOGLRenderer.java:1968)
        at com.jmex.awt.swingui.JOGLImageGraphics.update(JOGLImageGraphics.java:186)
        at org.jdesktop.wonderland.modules.appbase.client.DrawingSurfaceImageGraphics$UpdateProcessor.commit(DrawingSurfaceImageGraphics.java:338)
        at org.jdesktop.mtgame.Renderer.processCommitList(Renderer.java:1399)
        at org.jdesktop.mtgame.Renderer.run(Renderer.java:956)

And the attached stack.

Original issue reported on code.google.com by jonathan...@gmail.com on 16 Feb 2011 at 7:17

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r4641.

Original comment by jonathan...@gmail.com on 18 Feb 2011 at 11:38