Re: Is there a way to catch native exceptions so that the application won't crash ?
Posted by
gouessej on
Mar 10, 2019; 12:55pm
URL: https://forum.jogamp.org/Is-there-a-way-to-catch-native-exceptions-so-that-the-application-won-t-crash-tp4039586p4039589.html
Hello
You obtain an EXCEPTION_ACCESS_VIOLATION, it can happen when there is something wrong in the position of your buffer that makes JOGL try to read too far beyond the limit. It's probably not a bug in JOGL itself, the problem is rather in your own source code.