Bugs in oct 4th 2004 cvs?

Sorry to open up an old thread but this directly applies. I also have a POS laptop at work with a SIS M650 integrated GPU and I"m getting the same error as those referenced above:



[java] java.lang.UnsatisfiedLinkError: nglDrawRangeElements
[java] at org.lwjgl.opengl.GL12.nglDrawRangeElements(Native Method)
[java] at org.lwjgl.opengl.GL12.glDrawRangeElements(Unknown Source)
[java] at com.jme.renderer.lwjgl.LWJGLRenderer.draw(Unknown Source)



I updated the drivers to the newest version (10/15/04). This is a 16MB card. I didn't know if there's anything I need to do in the app to enable the non 1.2 path that renanse was talking about or if that's just not implemented fully yet. In case it matters my scene has some sphere primatives, a box primitive and a loaded model with animation. Let me know what I can do to help test.

Unfortunately I believe you’re out of luck there, if you are hitting that section, your card is saying it support OpenGL 1.2 and yet it doesn’t. Not sure how much more we can tinker to help there…