[x3d-public] Error in scenegraph?

John Carlson yottzumm at gmail.com
Sun Nov 25 07:41:34 PST 2018


This looks like X3DJSAIL catching the error.

There’s 

<meta name=' warning ' content=' under development, instantReality works but BS Contact fails silently '/>

In the XML, so probably no worries.   BS Contact may work from my point of view (not sure what it’s supposed to look like).

John

$ python ../../../../../content/examples/Basic/Followers/DoorDesired.py
Warning: /x3d-code/www.web3d.org/x3d/content/examples/Basic/Followers/DoorDesired.new.x3d does not meet suggested X3D naming conventions, output serialization continuing...
org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE insufficient X3D profile='Immersive' for parent X3D model containing 'OrientationChaser' node, addhead statement <component name='Followers' level='1'/>
or Java source-code assignment:  findAncestorX3DObject().getHead().addComponent("Followers").setLevel(1);
org.web3d.x3d.sai.InvalidFieldException: ERROR_ILLEGAL_VALUE insufficient X3D profile='Immersive' for parent X3D model containing 'OrientationChaser' node, addhead statement <component name='Followers' level='1'/>
or Java source-code assignment:  findAncestorX3DObject().getHead().addComponent("Followers").setLevel(1);
        at org.web3d.x3d.jsail.Followers.OrientationChaserObject.validate(OrientationChaserObject.java:1339)
        at org.web3d.x3d.jsail.Core.SceneObject.validate(SceneObject.java:682)
        at org.web3d.x3d.jsail.Core.X3DObject.validate(X3DObject.java:3449)
        at org.web3d.x3d.jsail.Core.X3DObject.toFileX3D(X3DObject.java:701)
Traceback (most recent call last):
  File "../../../../../content/examples/Basic/Followers/DoorDesired.py", line 334, in <module>
    X3D0.toFileX3D("/x3d-code/www.web3d.org/x3d/content/examples/Basic/Followers/DoorDesired.new.x3d")
  File "jnius\jnius_export_class.pxi", line 638, in jnius.JavaMethod.__call__ (jnius\jnius.c:25527)
  File "jnius\jnius_export_class.pxi", line 715, in jnius.JavaMethod.call_method (jnius\jnius.c:26510)
  File "jnius\jnius_utils.pxi", line 93, in jnius.check_exception (jnius\jnius.c:4618)
jnius.JavaException: JVM exception occurred: ERROR_ILLEGAL_VALUE insufficient X3D profile='Immersive' for parent X3D model containing 'OrientationChaser' node,add head statement <component name='Followers' level='1'/>
or Java source-code assignment:  findAncestorX3DObject().getHead().addComponent("Followers").setLevel(1);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20181125/4b92190a/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DoorDesired.py
Type: application/octet-stream
Size: 8359 bytes
Desc: not available
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20181125/4b92190a/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DoorDesired.x3d
Type: application/octet-stream
Size: 4908 bytes
Desc: not available
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20181125/4b92190a/attachment-0003.obj>


More information about the x3d-public mailing list