I am using Slick Utils to load an image in LWJGL, however when I start the program it crashes with the “error”
4.2.12217 Compatibility Profile Context 12.104
Sun Aug 18 22:25:31 EDT 2013 INFO:Use Java PNG Loader = true
This is my code for getting the image:
int id = TextureLoader.getTexture(ext, new FileInputStream(new File("./res/textures/" + fileName))).getTextureID();
If anyone could point me in the right direction that would be great. This ridiculous “error” is making me nuts.
Update: I have removed the image loading and now I just receive a
4.2.12217 Compatibility Profile Context 12.104
I am using a shader. Would this be because of the shader? I was always able to run this with the shader, but as soon as I added the image loading it errored out. Now I have removed the image loading and it is still doing it! What should I do??