Hi i’m using Xith3D for my final year project and i’ve been making the project at home which runs fine on my computer but when i tested it on the uni’s computers (with all the lib jars and dll’s visiable) its starts up by showing a JFrame then exits an exception message about an opengl extension not on the PC’s but i’m not using any extensions at the mo, i guess its Xith3D using them, is there any where i can get the program to run on the uni’s computers so i can show it at my presentation please help, the exception message is:
Init GL is net.java.games.jogl.impl.windows.WindowsGLImpl
OpenGL Renderer = GDI Generic
OpenGL Version = 1.1.0
OpenGL Vendor = Microsoft Corporation
OpenGL Extensions = GL_WIN_swap_hint GL_EXT_bgra GL_EXT_paletted_texture
net.java.games.jogl.GLException: Method “glActiveTextureARB” not available
at net.java.games.jogl.impl.windows.WindowsGLImpl.glActiveTextureARB(Win
dowsGLImpl.java:94)
at com.xith3d.render.jogl.TextureShaderPeer.shade(TextureShaderPeer.java
:668)
at com.xith3d.render.CanvasPeerBase.setState(CanvasPeerBase.java:121)
at com.xith3d.render.CanvasPeerBase.render(CanvasPeerBase.java:99)
at com.xith3d.render.jogl.CanvasPeerImpl.drawBin(CanvasPeerImpl.java:678
)
at com.xith3d.render.jogl.CanvasPeerImpl.display(CanvasPeerImpl.java:849
)
at net.java.games.jogl.impl.GLDrawableHelper.display(GLDrawableHelper.ja
va:74)
at net.java.games.jogl.GLCanvas$DisplayAction.run(GLCanvas.java:194)
at net.java.games.jogl.impl.GLContext.invokeGL(GLContext.java:192)
at net.java.games.jogl.GLCanvas.displayImpl(GLCanvas.java:182)
at net.java.games.jogl.GLCanvas.display(GLCanvas.java:82)
at com.xith3d.render.jogl.CanvasPeerImpl.render(CanvasPeerImpl.java:950)
at com.xith3d.scenegraph.View.renderOnce(View.java:732)
at com.xith3d.scenegraph.View.renderOnce(View.java:665)
at JavaPool.run(JavaPool.java:215)
at java.lang.Thread.run(Thread.java:534)
P.S: i’m also using the xith3D 3DS loader aswell if that makes any difference, maybe when it loads the textures its using that extension?
