org.lwjgl.LWJGLException: No EGLConfigs found, PixelFormat, on Nokia N9

Started by xranby, October 26, 2011, 16:42:23

Previous topic - Next topic

xranby

Hi!
Todays fun, I have managed to get OpenJDK running on a Nokia N9, MeeGo device! Fun fun.
http://forum.meego.com/showpost.php?p=33819&postcount=7

But when I try to run LWJGL using it I then hit an exeption:
org.lwjgl.LWJGLException: No EGLConfigs found for the specified PixelFormat.
   at org.lwjgl.opengl.DrawableGLES.initialize(DrawableGLES.java:101)

Happens after LWJGL have loaded the Nokia N9's libEGL.so and opened up an initial blank window.
See attached pictures for full backtrace.

I can trigger the same/similar exception using a imx53 quickstart board running Ubuntu Lucid.
The SVN revision used are equalent to the LWJGL 2.8.1 release; revision r3678.

spasi

Have you tried passing a custom PixelFormat? Maybe it doesn't like the default constructor's settings.