PiRSquared17 / zildo

Automatically exported from code.google.com/p/zildo
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Exception at startup : #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 fayçal:  C:\zildo\Version 1.06>java -Djava.library.path="lwjgl" -cp
lib/jinput.jar;lib
jgl.jar;lib/lwjgl_devil.jar;lib/lwjgl_util.jar;Zildo.jar zildo.Zildo
mode: 640x480 32bpp 60Hz
Exception in thread "main" java.lang.RuntimeException: org.lwjgl.LWJGLExcepti
Pixel format not accelerated
       at zildo.fwk.opengl.OpenGLGestion.<init>(OpenGLGestion.java:51)
       at zildo.fwk.opengl.OpenGLZildo.<init>(OpenGLZildo.java:22)
       at zildo.Zildo.main(Zildo.java:28)
Caused by: org.lwjgl.LWJGLException: Pixel format not accelerated
       at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
       at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo
va:52)
       at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:1

       at org.lwjgl.opengl.Display.createWindow(Display.java:299)
       at org.lwjgl.opengl.Display.create(Display.java:781)
       at org.lwjgl.opengl.Display.create(Display.java:733)
       at org.lwjgl.opengl.Display.create(Display.java:715)
       at zildo.fwk.opengl.OpenGLGestion.createWindow(OpenGLGestion.java:74)
       at zildo.fwk.opengl.OpenGLGestion.init(OpenGLGestion.java:78)
       at zildo.fwk.opengl.OpenGLGestion.<init>(OpenGLGestion.java:49)

Original issue reported on code.google.com by tcheg...@gmail.com on 5 May 2009 at 8:38

GoogleCodeExporter commented 9 years ago
It seems to be a graphic card limitation.

Original comment by tcheg...@gmail.com on 5 May 2009 at 8:39

GoogleCodeExporter commented 9 years ago
Same as bug 8.

Original comment by tcheg...@gmail.com on 30 Aug 2009 at 9:44