Mythruna

General Category => Tech Support => Topic started by: jessicaann123 on March 20, 2012, 10:09:47 PM



Title: Game will not start
Post by: jessicaann123 on March 20, 2012, 10:09:47 PM
Every time I try to start it up it shows a black window then it disappears and nothing happens. An error icon thing pops up and this is whats in it:


Uncaught exception from thread:Thread[LWJGL Renderer Thread,5,main]
java.lang.UnsupportedOperationException: GLSL and OpenGL2 is required for the LWJGL renderer!
   at com.jme3.renderer.lwjgl.LwjglRenderer.initialize(LwjglRenderer.java:166)
   at com.jme3.system.lwjgl.LwjglContext.initContextFirstTime(LwjglContext.java:131)
   at com.jme3.system.lwjgl.LwjglContext.internalCreate(LwjglContext.java:168)
   at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:128)
   at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:205)
   at java.lang.Thread.run(Unknown Source)
Application was not initialized.

I tried updating java because I thought that's what it might be but it didn't work.


Title: Re: Game will not start
Post by: pspeed on March 21, 2012, 05:41:35 AM
Every time I try to start it up it shows a black window then it disappears and nothing happens. An error icon thing pops up and this is whats in it:


Uncaught exception from thread:Thread[LWJGL Renderer Thread,5,main]
java.lang.UnsupportedOperationException: GLSL and OpenGL2 is required for the LWJGL renderer!
   at com.jme3.renderer.lwjgl.LwjglRenderer.initialize(LwjglRenderer.java:166)
   at com.jme3.system.lwjgl.LwjglContext.initContextFirstTime(LwjglContext.java:131)
   at com.jme3.system.lwjgl.LwjglContext.internalCreate(LwjglContext.java:168)
   at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:128)
   at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:205)
   at java.lang.Thread.run(Unknown Source)
Application was not initialized.

I tried updating java because I thought that's what it might be but it didn't work.

If anything it would be updating your graphics driver since this is indicating that your graphics driver does not support OpenGL 2.

What kind of graphics card do you have?