ericek111 / java-csgo-externals

CS:GO Linux Java external cheatpack
17 stars 4 forks source link

Start error (Exception in thread "main") #6

Closed reptile023 closed 7 years ago

reptile023 commented 7 years ago

Exception in thread "main" com.jogamp.opengl.GLException: main: No OpenGL context current on this thread at com.jogamp.opengl.GLContext.getCurrentGL(GLContext.java:510) at com.jogamp.opengl.util.awt.TextureRenderer.init(TextureRenderer.java:619) at com.jogamp.opengl.util.awt.TextureRenderer.(TextureRenderer.java:139) at com.jogamp.opengl.util.awt.TextureRenderer.(TextureRenderer.java:130) at me.lixko.csgoexternals.util.Texture.(Texture.java:25) at me.lixko.csgoexternals.util.DrawUtils.addTexture(DrawUtils.java:85) at me.lixko.csgoexternals.util.DrawUtils.initializeTextures(DrawUtils.java:41) at me.lixko.csgoexternals.Engine.init(Engine.java:43) at me.lixko.csgoexternals.Main.main(Main.java:21)

What can i do?

DrInsidious commented 7 years ago

same problem :/ fix?

DrInsidious commented 7 years ago

valve prob fixed this cheat

reptile023 commented 7 years ago

There are no fixes already, im waiting for a comment from the dev.

ericek111 commented 7 years ago

Hello, this issue was fixed with release 2.0.1. It was caused by textures being loaded before OpenGL initialization. Thank you all for the issue report!