Hi, I have been trying to do this project over the last two week however I am having some issues with the code for the server. When I run the sever I get the following ,
Sat Mar 14 12:46:30 GMT 2015 INFO:Slick Build #237
Sat Mar 14 12:46:30 GMT 2015 INFO:LWJGL Version: 2.7.1
Sat Mar 14 12:46:30 GMT 2015 INFO:OriginalDisplayMode: 1280 x 800 x 32 @60Hz
Sat Mar 14 12:46:30 GMT 2015 INFO:TargetDisplayMode: 1280 x 800 x 0 @0Hz
Sat Mar 14 12:46:30 GMT 2015 ERROR:Pixel format not accelerated
org.lwjgl.LWJGLException: Pixel format not accelerated
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
org.newdawn.slick.SlickException: Failed to initialise the LWJGL display
at org.newdawn.slick.AppGameContainer.setup(AppGameContainer.java:378)
at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:317)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at caar.Main_GUI.main(Main_GUI.java:77 at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:185)
)
at org.lwjgl.opengl.Display.createWindow(Display.java:317)
at org.lwjgl.opengl.Display.create(Display.java:857)
at org.lwjgl.opengl.Display.create(Display.java:785)
at org.newdawn.slick.AppGameContainer.tryCreateDisplay(AppGameContainer.java:302)
at org.newdawn.slick.AppGameContainer.access$000(AppGameContainer.java:34)
at org.newdawn.slick.AppGameContainer$2.run(AppGameContainer.java:367)
at java.security.AccessController.doPrivileged(Native Method)
at org.newdawn.slick.AppGameContainer.setup(AppGameContainer.java:348)
at org.newdawn.slick.AppGameContainer.start(AppGameContainer.java:317)
at caar.Main_GUI.main(Main_GUI.java:77)
I was just wondering do you know what could be causing this issue? I have tried several different versions of the slick2d libraries but to no avail. Thanks in advance.