This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
John Mouling
Hi people. good morning. I downloaded G3DEditor but when I started it it gave me this error. Does anyone know how to solve it?
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 1
at jogamp.opengl.windows.wgl.awt.WindowsAWTWGLGraphicsConfigurationFactory.chooseGraphicsConfigurationImpl(WindowsAWTWGLGraphicsConfigurationFactory.java:160)
at javax.media.nativewindow.GraphicsConfigurationFactory.chooseGraphicsConfiguration(GraphicsConfigurationFactory.java:240)
at javax.media.opengl.awt.GLCanvas.chooseGraphicsConfiguration(GLCanvas.java:978)
at javax.media.opengl.awt.GLCanvas.addNotify(GLCanvas.java:517)
at java.desktop/java.awt.Container.addImpl(Container.java:1150)
at java.desktop/java.awt.Container.add(Container.java:1033)
at java.desktop/javax.swing.JFrame.addImpl(JFrame.java:554)
at java.desktop/java.awt.Container.add(Container.java:1001)
at g3deditor.swing.FrameMain.initLayout(FrameMain.java:308)
at g3deditor.swing.FrameMain.<init>(FrameMain.java:174)
at g3deditor.swing.FrameMain.init(FrameMain.java:71)
at g3deditor.G3DEditor$1.run(G3DEditor.java:75)
at g3deditor.swing.Splash.<init>(Splash.java:77)
at g3deditor.G3DEditor.main(G3DEditor.java:46)
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now