Re: i.mx6 crash on glGetString

Posted by Ilya Averyanov on
URL: https://forum.jogamp.org/i-mx6-crash-on-glGetString-tp4033064p4033090.html

Some research of crash.
Crash occurs because one of the libraries not loading.
This library is used LibGL.so and it loading libraries.

It's why crash happened.

Why C code work?
Because jogl call init function from libEGL.so but use function glGetString from libGL.so instead libGLESv2.so

For use glGetString from libGL.so we need init function libGL.so