Re: My Application crashed
Posted by
gouessej on
Jul 04, 2012; 8:36am
URL: https://forum.jogamp.org/My-Application-crashed-tp4025350p4025410.html
Several programmers on Java-Gaming.org already experienced such crashes and it was often caused by wrong indices and/or wrong position in the direct NIO buffer, caused by an explicit mistake (parameters supplied to glDrawArrays / glDrawElements were wrong) or something less easy to find (wrong threading). Another programmer confirmed my supposition yesterday.