LWJGL Forum

Programming => OpenGL => Topic started by: Eternity on December 13, 2011, 21:42:50

Title: Lwjgl applet loader. opengl 1281 error.
Post by: Eternity on December 13, 2011, 21:42:50
Hi.

Im tryng to port a game from application to applet using lwjgl applet launcher. Ive gotten the applet to work when i run the project in eclipse (the applet runs in AppletViewer) but when I try to run it in a browser using lwjgl applet launcher my game generates a opengl 1281 error... Not even sure wha that means. Any idea what might be causing this?

Thnx in Advance!
Title: Re: Lwjgl applet loader. opengl 1281 error.
Post by: kappa on December 13, 2011, 22:04:59
Sounds like you're feeding some wrong values to opengl. Try running with the lwjgl_debug.jar (instead of lwjgl.jar) to get a more meaningful error message.

Also which OS, browser and java version are you running on?