|
From: Nick C. <nic...@ve...> - 2007-07-02 13:39:27
|
Yes, that is correct. The error indicates that your graphics card =20 doesn't support open gl well enough. It might work better with =20 directx. You can switch java3D to use directx with the following =20 argument to java: -Dj3d.rend=3Dd3d Nick On Jun 27, 2007, at 1:13 PM, chaaban wrote: > Hello, > > I have (RepastS Alph 2), and when I start a one demo-example (e.g =20 > MouseTrap) in the Repast iwith Eclipse 3.3. =E0 it loads the scenario =20= > in the Repast-GUI , and when I click the button (initialize Run) in =20= > Repast-GUI =E0 it does not run the scenario (e.g MouseTrap), and I =20 > get the next message from Eclipse 3.3 : > > > > INFO [main] 18:49:11,265 saf.core.runtime.Boot - logging system =20 > initialized > > javax.media.j3d.IllegalRenderingStateException: GL_VERSION > > at javax.media.j3d.NativePipeline.createNewContext(Native =20 > Method) > > at javax.media.j3d.NativePipeline.createNewContext=20 > (NativePipeline.java:2681) > > at javax.media.j3d.Canvas3D.createNewContext(Canvas3D.java:4823) > > at javax.media.j3d.Canvas3D.createNewContext(Canvas3D.java:2372) > > at javax.media.j3d.Renderer.doWork(Renderer.java:876) > > at javax.media.j3d.J3dThread.run(J3dThread.java:256) > > > DefaultRenderingErrorListener.errorOccurred: > > CONTEXT_CREATION_ERROR: Renderer: Error creating Canvas3D graphics =20 > context > > graphicsDevice =3D Win32GraphicsDevice[screen=3D0] > > canvas =3D javax.media.j3d.Canvas3D[canvas0,0,0,588x424] > > Java 3D ERROR : wglGetExtensionsStringARB not support ! > > - Die angegebene Prozedur wurde nicht gefunden. > > > > Fallback to use standard ChoosePixelFormat. > > Java 3D ERROR : wglGetExtensionsStringARB not support ! > > - Die angegebene Prozedur wurde nicht gefunden. > > > > Fallback to use standard ChoosePixelFormat. > > Java 3D ERROR : OpenGL 1.2 or better is required (GL_VERSION=3D1.1) > > > > I have the OpenGL 1.5.0, and I have the graphic card (Matrox =20 > Millennium G550), and I have updated the version of the driver, but =20= > did not help me. > > > I think that the graphic card (Matrox Millennium G550) do not =20 > support OpenGL very gut. > > > Would you please help me to solve that problem? > > > kind regards > > > Yaser chaaban > > > > ----------------------------------------------------------------------=20= > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/=20 > _______________________________________________ > Repast-interest mailing list > Rep...@li... > https://lists.sourceforge.net/lists/listinfo/repast-interest |