[x3d-public] X3DJSAIL: Problems finding fields, ProtoInstance, Group, DISEntityManager [ outstanding bug ]
yottzumm at gmail.com
yottzumm at gmail.com
Wed Mar 22 21:36:14 PDT 2017
I believe this is an outstanding issue with X3DJSAIL. Or this one was fixed, and it created a similar one. Please find a fix, or I will have to get more into the code 😊. Besides the USE container field issue, this is creating a majority of our runtime errors. They may obviously be scene errors.
John
Sent from Mail for Windows 10
From: yottzumm at gmail.com
Sent: Friday, March 10, 2017 10:53 PM
To: Don Brutzman; Roy Walmsley; X3D Graphics public mailing list
Subject: X3DJSAIL: Problems finding fields, ProtoInstance, Group,DISEntityManager
Exception in thread "main" org.web3d.x3d.sai.InvalidFieldValueException: ROUTE has source-destination type mismatch, fromField source and toField destination have different types. ROUTE toField (destination) event can only have accessType='inputOutput' or accessType='inputOnly'. ROUTE details: FROM G1.translation (Transform.SFVec3f.inputOutput) TO connector1.set_startpoint (ProtoInstance.UnknownFieldType.UnknownFieldAccessType)
at org.web3d.x3d.jsail.Core.ROUTEObject.validate(ROUTEObject.java:674)
at org.web3d.x3d.jsail.Core.SceneObject.validate(SceneObject.java:555)
at org.web3d.x3d.jsail.Core.X3DObject.validate(X3DObject.java:1668)
at org.web3d.x3d.jsail.Core.X3DObject.toFileJSON(X3DObject.java:730)
at x3dconnectorProto.main(x3dconnectorProto.java:438)
Exception in thread "main" org.web3d.x3d.sai.InvalidFieldValueException: ROUTE has source-destination type mismatch, fromField source and toField destination have different types. ROUTE fromField (source) event can only have accessType='inputOutput' or accessType='outputOnly'. ROUTE details: FROM PixelTextureInterpolatorExample.value_changed (ProtoInstance.UnknownFieldType.UnknownFieldAccessType) TO PixelColors.image (PixelTexture.SFImage.inputOutput)
at org.web3d.x3d.jsail.Core.ROUTEObject.validate(ROUTEObject.java:674)
at org.web3d.x3d.jsail.Core.SceneObject.validate(SceneObject.java:555)
at org.web3d.x3d.jsail.Core.X3DObject.validate(X3DObject.java:1668)
at org.web3d.x3d.jsail.Core.X3DObject.toFileJSON(X3DObject.java:730)
at www_web3d_org.x3d.content.examples.Basic.development.PixelTextureInterpolatorPrototype.main(PixelTextureInterpolatorPrototype.java:279)
Exception in thread "main" org.web3d.x3d.sai.InvalidFieldValueException: ROUTE fromField (source) event can only have accessType='inputOutput' or accessType='outputOnly'. ROUTE toField (destination) event can only have accessType='inputOutput' or accessType='inputOnly'. ROUTE details: FROM EntityManager.addedEntities (DISEntityManager.UnknownFieldType.UnknownFieldAccessType) TO EntityHolder.addChildren (Group.UnknownFieldType.UnknownFieldAccessType)
at org.web3d.x3d.jsail.Core.ROUTEObject.validate(ROUTEObject.java:674)
at org.web3d.x3d.jsail.Core.SceneObject.validate(SceneObject.java:555)
at org.web3d.x3d.jsail.Core.X3DObject.validate(X3DObject.java:1668)
at org.web3d.x3d.jsail.Core.X3DObject.toFileJSON(X3DObject.java:730)
at www_web3d_org.x3d.content.examples.Basic.DistributedInteractiveSimulation.UserScriptedEntityGeometryCreator.main(UserScriptedEntityGeometryCreator.java:206)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20170323/7932d42a/attachment.html>
More information about the x3d-public
mailing list