Zitat
org.lwjgl.LWJGLException: Failed to find ARB pixel format 1 0
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.ja
va:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:244)
at org.lwjgl.opengl.Display.createWindow(Display.java:306)
at org.lwjgl.opengl.Display.create(Display.java:848)
at org.lwjgl.opengl.Display.create(Display.java:797)
at de.starzi.graphics.engine.XProgram.set_orthogonal_projection(XProgram
.java:166)
at de.starzi.graphics.engine.XProgram.set_resolution(XProgram.java:141)
at de.starzi.graphics.engine.XProgram.set_display_size(XProgram.java:236
)
at test.Picture_Test.main(Picture_Test.java:37)
org.lwjgl.LWJGLException: Failed to find ARB pixel format 1 0
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.ja
va:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:244)
at org.lwjgl.opengl.Display.createWindow(Display.java:306)
at org.lwjgl.opengl.Display.create(Display.java:848)
at org.lwjgl.opengl.Display.create(Display.java:797)
at de.starzi.graphics.engine.XProgram.set_orthogonal_projection(XProgram
.java:166)
at test.Picture_Test.main(Picture_Test.java:39)
Exception in thread "main" java.lang.RuntimeException: No OpenGL context found i
n the current thread.
at org.lwjgl.opengl.GLContext.getCapabilities(GLContext.java:124)
at org.lwjgl.opengl.GL11.glEnable(GL11.java:1012)
at de.starzi.graphics.engine.XProgram.set_blending(XProgram.java:294)
at test.Picture_Test.main(Picture_Test.java:47)
...