opsu-dance icon indicating copy to clipboard operation
opsu-dance copied to clipboard

*** Unhandled ArrayIndexOutOfBoundsException: could not initialize GL / Storyboard editor crashes on attempted use

Open distay0xGit opened this issue 5 years ago • 0 comments

could not initialize GL

ver 0.5.1 os Windows 10 (x86) jre 1.8.0_221 (Oracle Corporation) trace

java.lang.ArrayIndexOutOfBoundsException: -1
	at org.lwjgl.opengl.ReferencesStack.popState(ReferencesStack.java:55)
	at org.lwjgl.opengl.StateTracker.doPopAttrib(StateTracker.java:72)
	at org.lwjgl.opengl.StateTracker.popAttrib(StateTracker.java:68)
	at org.lwjgl.opengl.GL11.glPopClientAttrib(GL11.java:2620)
	at org.newdawn.slick.opengl.pbuffer.FBOGraphics.disable(FBOGraphics.java:142)
	at org.newdawn.slick.Graphics.setCurrent(Graphics.java:73)
	at org.newdawn.slick.Graphics.predraw(Graphics.java:237)
	at org.newdawn.slick.Graphics.setAntiAlias(Graphics.java:1334)
	at yugecin.opsudance.core.DisplayContainer.postInitGL(DisplayContainer.java:492)
	at yugecin.opsudance.core.DisplayContainer.setup(DisplayContainer.java:343)
	at yugecin.opsudance.OpsuDance.rungame(OpsuDance.java:64)
	at yugecin.opsudance.OpsuDance.start(OpsuDance.java:50)
	at yugecin.opsudance.core.Entrypoint.main(Entrypoint.java:80)

info dump

> DisplayContainer dump
OpenGL version: 4.3.0 - Build 20.19.15.4835(Intel)
> BaseOpsuState dump
isDirty: false

distay0xGit avatar Oct 03 '19 23:10 distay0xGit