Re: InternalError: XXX0 profile[2]: GL2 -> profileImpl GL3bc !!! not mapped
Posted by
serkan_tas on
Jan 08, 2023; 4:26pm
URL: https://forum.jogamp.org/InternalError-XXX0-profile-2-GL2-profileImpl-GL3bc-not-mapped-tp4041754p4042023.html
I guess passed the error
https://docs.google.com/document/d/16kOL-iUePAi34KQguv4AcVFe1O14oVvWqKYT-HIcqSs/edit?usp=sharingor just my test code has done it :)
package jMAVSimTester;
import java.awt.GraphicsConfiguration;
import com.sun.j3d.utils.universe.SimpleUniverse;
public class TestMe {
public static void main(String[] args) {
GraphicsConfiguration gc = SimpleUniverse.getPreferredConfiguration();
System.out.println(gc.toString());
}
}
Thank you so much. I need to try it in PX4 project