Mythruna

General Category => Tech Support => Topic started by: Chipbord on November 11, 2012, 09:49:14 AM



Title: Error on Open (error file)
Post by: Chipbord on November 11, 2012, 09:49:14 AM
Uncaught exception from thread:Thread[LWJGL Renderer Thread,5,main]
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:210)
   at org.lwjgl.opengl.Display.createWindow(Display.java:306)
   at org.lwjgl.opengl.Display.create(Display.java:873)
   at org.lwjgl.opengl.Display.create(Display.java:782)
   at com.jme3.system.lwjgl.LwjglDisplay.createContext(LwjglDisplay.java:137)
   at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:113)
   at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:205)
   at java.lang.Thread.run(Unknown Source)
Application was not initialized.


Title: Re: Error on Open (error file)
Post by: pspeed on November 11, 2012, 11:34:17 AM
Sorry you are having trouble.

Was there more information in the log file about the graphics card and the settings you used or was this it?

It sounds like your graphics card might be incapable of running the game.  This is either because settings were chosen in the initial settings screen that your card doesn't support (most common would be changing Disabled to x2, x4, etc. when not really supported for this game)... or because your display drivers are out of date or the card otherwise can't run the game. 

Also, if you have a laptop with two graphics cards then it might be trying to use the wrong one.

I'd have to know more about your system and the question above to answer further.


Title: Re: Error on Open (error file)
Post by: Moonkey on November 12, 2012, 12:40:07 AM
Sorry you are having trouble.

Was there more information in the log file about the graphics card and the settings you used or was this it?

It sounds like your graphics card might be incapable of running the game.  This is either because settings were chosen in the initial settings screen that your card doesn't support (most common would be changing Disabled to x2, x4, etc. when not really supported for this game)... or because your display drivers are out of date or the card otherwise can't run the game. 

Also, if you have a laptop with two graphics cards then it might be trying to use the wrong one.

I'd have to know more about your system and the question above to answer further.
I have this feeling you pasted what you said right now. :)