Login  Register

Re: JOGL 2.3.1 on armv6hf

Posted by Xerxes Rånby on Jun 27, 2015; 9:34pm
URL: https://forum.jogamp.org/JOGL-2-3-1-on-armv6hf-tp4034766p4034771.html

We have seen crashes with "Error in java: free(): corrupted unsorted chunks" if mesa3d failed to initialize the GPU. https://jogamp.org/bugzilla/show_bug.cgi?id=1166

Please try if you can use the workaround to disable glx in your xorg.conf, that will prevent jogamp from using libGL (mesa3d) http://forum.jogamp.org/JOGL-on-ODROID-XU3-Lite-tp4034217p4034222.html

you can also try to use jogl-all-mobile.jar instead of jogl-all.jar that will as well skip using libGL and go directly to use libEGL.