From: Gert S. <Ger...@re...> - 2003-08-14 17:08:31
|
When trying to user the molviewer I get following java3D error: ************************************************************************ *** ERROR: Canvas3D constructed with a null GraphicsConfiguration *** This will cause a NullPointerException in a subsequent release ************************************************************************ java.lang.NullPointerException: Canvas3D: null GraphicsConfiguration at javax.media.j3d.Canvas3D.<init>(Canvas3D.java:1100) at javax.media.j3d.Canvas3D.<init>(Canvas3D.java:1065) at joelib.gui.molviewer.java3d.graphics3D.JPanel3D.<init>(JPanel3D.java:72) at joelib.gui.molviewer.java3d.ViewerFrame.jbInit(ViewerFrame.java:154) I am using "Java 3DTM v.1.2.1_01 API for IRIX" on a SGI Indigo2 (I know it's an old beast, but still it should work). The graphics board is listed as "IMPACTPC". In accordance with advice in some newsgroups I tried to change the DepthSize of the GraphicsConfigTemplate3D, but to no avail. Anybody else solved this same problem? Greetings, Gert PS: on the Linux PC it works smoothly |