Hello Guest

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

  • 1 Replies
  • 6666 Views
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.
« Last Edit: October 26, 2011, 16:46:31 by xranby »

*

Offline spasi

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