Login  Register

Re: My Application crashed

Posted by gouessej on Jul 02, 2012; 8:06am
URL: https://forum.jogamp.org/My-Application-crashed-tp4025350p4025370.html

You're welcome but it is not magical, I can explain my recommendation. If you modify the content of a direct NIO buffer on another thread by using relative "put" operations, it will modify its position. If you read the content of this buffer on the rendering thread that might expect the position to be anywhere else, it may try to read too far.
Julien Gouesse | Personal blog | Website