org.lwjgl.LWJGLException: Pixel format not accelerated
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via minecraftuser.jp by Unknown author, 2 years ago
via gutefrage.net by Unknown author, 2 years ago
via blogspot.com by Unknown author, 1 year ago
via stackexchange.com by Unknown author, 10 months ago
via Arqade by GassyGhastly
, 1 year agovia blogspot.de by Unknown author, 1 year ago
org.lwjgl.LWJGLException: Pixel format not accelerated
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
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:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at avf.ap(SourceFile:534)
at avf.am(SourceFile:363)
at avf.a(SourceFile:310)
at net.minecraft.client.main.Main.main(SourceFile:124)