Login  Register

Re: problem with GLProfile.initSingleton()

Posted by Wade Walker on Mar 25, 2011; 2:28am
URL: https://forum.jogamp.org/problem-with-GLProfile-initSingleton-tp2673904p2728692.html

Hi guys,

Could you try downloading the latest JOGL development build from http://jogamp.org/deployment/autobuilds/master/ (the latest right now is http://jogamp.org/deployment/autobuilds/master/jogl-b358-2011-03-21_19-30-41/), then running the etc/test.sh script (etc/test.bat on Windows)? The output of this test script should help us figure out the nature of your problem.

If the debug flags aren't set inside this script, please add "-Dnewt.debug=all -Dnativewindow.debug=all -Djogl.debug=all" into the list of flags that you can see in there. This will produce even more output that will help us diagnose the problem.

Take the test.log file that this test script produces, and post it here, then we should know more about what's going on.