When trying to launch the ACE loader demo on OS X I get the following message:
Exception in thread "main" com.xith3d.scenegraph.IllegalSceneGraphOperation: Illegal attempt to set the parent of this Node (name: '', com.xith3d.scenegraph.TransformGroup@b22920) as it already has a parent (existing parent name: 'Root', com.xith3d.scenegraph.TransformGroup@aa2c23) and this would violate the directed acyclic graph constraint of the scenegraph.
at com.xith3d.scenegraph.Node.setParent(Node.java:274)
at com.xith3d.scenegraph.Group.addChild(Group.java:96)
at CrudeTank.loadGeom(CrudeTank.java:97)
at CrudeTank.<init>(CrudeTank.java:64)
at AseTest.<init>(AseTest.java:85)
at AseTest.main(AseTest.java:69)
Process java exited with code 1
Is there anyway to fix this or does it simply not work on macs??


