I don't know if it is since the last patch, but any of the clients won't work.
I get this error message :
- Code: Select all
javax.media.opengl.GLException: Profile GL_DEFAULT is not available on null, but: []
at javax.media.opengl.GLProfile.get(GLProfile.java:909)
at javax.media.opengl.GLProfile.getDefault(GLProfile.java:640)
at javax.media.opengl.GLProfile.getDefault(GLProfile.java:651)
at haven.HavenPanel.stdcaps(HavenPanel.java:63)
at haven.HavenPanel.<init>(HavenPanel.java:76)
at haven.HavenPanel.<init>(HavenPanel.java:87)
at haven.MainFrame.<init>(MainFrame.java:185)
at haven.MainFrame.main2(MainFrame.java:383)
at haven.MainFrame.access$100(MainFrame.java:36)
at haven.MainFrame$7.run(MainFrame.java:429)
at java.lang.Thread.run(Unknown Source)
Can someone help me please ? :'(