Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  BufferOverflowException in the JSR-231 renderer  (Read 842 times)
0 Members and 1 Guest are viewing this topic.
Offline Amos Wenger

Senior Member




Everything's possible, but not everything's fun...


« Posted 2006-05-06 15:17:07 »

I get this exception when launching Lesson37 tests in the xith-tk (cel-shading) :

No Fragment Program support, skipping
java.nio.BufferOverflowException
   at java.nio.Buffer.nextPutIndex(Buffer.java:419)
   at java.nio.DirectIntBufferU.put(DirectIntBufferU.java:245)
   at com.xith3d.render.jsr231.VertexProgramShaderPeer.bindShaderProgram(VertexProgramShaderPeer.java:110)
   at com.xith3d.render.jsr231.VertexProgramShaderPeer.setShaderProgramState(VertexProgramShaderPeer.java:169)
   at com.xith3d.render.jsr231.VertexProgramShaderPeer.shade(VertexProgramShaderPeer.java:183)
   at com.xith3d.render.CanvasPeerBase.setState(CanvasPeerBase.java:121)
   at com.xith3d.render.CanvasPeerBase.render(CanvasPeerBase.java:99)
   at com.xith3d.render.jsr231.CanvasPeerImpl.drawBin(CanvasPeerImpl.java:838)
   at com.xith3d.render.jsr231.CanvasPeerImpl.display(CanvasPeerImpl.java:1073)
   at com.sun.opengl.impl.GLDrawableHelper.display(GLDrawableHelper.java:77)
   at javax.media.opengl.GLCanvas$DisplayAction.run(GLCanvas.java:262)
   at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:128)
   at javax.media.opengl.GLCanvas$DisplayOnEventDispatchThreadAction.run(GLCanvas.java:279)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
   at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)


Do you (lilian ?) have an idea where it comes from and how to fix it ?

"Once you start working on something, don't be afraid of failure and don't abandon it. People who work sincerely are the happiest"
Offline gniliak

JGO Visitor




« Reply #1 - Posted 2006-05-20 13:24:31 »

It seems in function "private void bindShaderProgram(GL gl, VertexProgram shaderProgram, CanvasPeer canvas)" in VertexProgramShaderPeer (line 109):

if ((spHandle != -1) && shaderProgram.isDirty()) {
               // handleBuffer.rewind();   // -- It is needed to rewind the buffer here.
               handleBuffer.put(spHandle);
               handleBuffer.rewind();

                .................

Hope it is helpful.
Offline Amos Wenger

Senior Member




Everything's possible, but not everything's fun...


« Reply #2 - Posted 2006-05-21 19:32:03 »

Actually I have no problem knowing which line is it but how to fix it...

"Once you start working on something, don't be afraid of failure and don't abandon it. People who work sincerely are the happiest"
Games published by our own members! Check 'em out!
Legends of Yore - The Casual Retro Roguelike
Offline Amos Wenger

Senior Member




Everything's possible, but not everything's fun...


« Reply #3 - Posted 2006-05-24 18:59:34 »

* bump * Lilian, any news ? Or do I have to read the whole JSR-231 myself ?  Grin Grin

"Once you start working on something, don't be afraid of failure and don't abandon it. People who work sincerely are the happiest"
Offline Amos Wenger

Senior Member




Everything's possible, but not everything's fun...


« Reply #4 - Posted 2006-06-06 14:34:22 »

It seems in function "private void bindShaderProgram(GL gl, VertexProgram shaderProgram, CanvasPeer canvas)" in VertexProgramShaderPeer (line 109):

if ((spHandle != -1) && shaderProgram.isDirty()) {
               // handleBuffer.rewind();   // -- It is needed to rewind the buffer here.
               handleBuffer.put(spHandle);
               handleBuffer.rewind();

                .................

Hope it is helpful.
Sorry guy I didn't read carefully your answer. I did as you suggested and it works perfectly ! Many thanks ! Now CellShading's on the way... (And BTW thanks also to c_lilian).

"Once you start working on something, don't be afraid of failure and don't abandon it. People who work sincerely are the happiest"
Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Get high quality music tracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (78 views)
2013-05-17 21:29:12

alaslipknot (89 views)
2013-05-16 21:24:48

gouessej (122 views)
2013-05-16 00:53:38

gouessej (114 views)
2013-05-16 00:17:58

theagentd (126 views)
2013-05-15 15:01:13

theagentd (113 views)
2013-05-15 15:00:54

StreetDoggy (158 views)
2013-05-14 15:56:26

kutucuk (180 views)
2013-05-12 17:10:36

kutucuk (179 views)
2013-05-12 15:36:09

UnluckyDevil (186 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.142 seconds with 21 queries.