Lwjgl applet loader. opengl 1281 error.

Started by Eternity, December 13, 2011, 21:42:50

Previous topic - Next topic

Eternity

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!

kappa

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?