Re: My Application crashed
Posted by
gouessej on
Jun 29, 2012; 8:30am
URL: https://forum.jogamp.org/My-Application-crashed-tp4025350p4025352.html
Hi
You do something wrong with vertex arrays, VBO or VAO. You get this crash because you don't set the position of a NIO buffer to the right place and JOGL attempts to read some data beyond the native direct memory allocated for this buffer. Good luck.
Edit.: I get this kind of errors too when some badly written Microsoft applications (MSN Webmessenger, etc...) are running at the same time but I don't think it is your case.