3DuF icon indicating copy to clipboard operation
3DuF copied to clipboard

v2.3duf

Open zyrrron opened this issue 2 years ago • 4 comments

image

cannot use connection after click on it.

zyrrron avatar Mar 08 '23 18:03 zyrrron

testing up callback MouseEvent renderLayer.ts:129 Uncaught Error: Layer does not contain a feature with the specified ID! at e.value (renderLayer.ts:129:55) at e.value (renderLayer.ts:139:14) at n.value (connectionTool.ts:194:53) at e. (connectionTool.ts:81:21) at e.value (simpleQueue.ts:26:18) at o.move (connectionTool.ts:141:33) at HTMLCanvasElement. (mouseAndKeyboardHandler.ts:309:17) mouseAndKeyboardHandler.ts:248 testing up callback MouseEvent renderLayer.ts:129 Uncaught Error: Layer does not contain a feature with the specified ID! at e.value (renderLayer.ts:129:55) at e.value (renderLayer.ts:139:14) at n.value (connectionTool.ts:194:53) at e. (connectionTool.ts:81:21) at e.value (simpleQueue.ts:26:18) at o.move (connectionTool.ts:141:33) at HTMLCanvasElement. (mouseAndKeyboardHandler.ts:309:17) mouseAndKeyboardHandler.ts:248 testing up callback MouseEvent renderLayer.ts:129 Uncaught Error: Layer does not contain a feature with the specified ID! at e.value (renderLayer.ts:129:55) at e.value (renderLayer.ts:139:14) at n.value (connectionTool.ts:194:53) at e. (connectionTool.ts:81:21) at e.value (simpleQueue.ts:26:18) at o.move (connectionTool.ts:141:33) at HTMLCanvasElement. (mouseAndKeyboardHandler.ts:309:17) mouseAndKeyboardHandler.ts:248 testing up callback MouseEvent renderLayer.ts:129 Uncaught Error: Layer does not contain a feature with the specified ID! at e.value (renderLayer.ts:129:55) at e.value (renderLayer.ts:139:14) at n.value (connectionTool.ts:194:53) at e. (connectionTool.ts:81:21) at e.value (simpleQueue.ts:26:18) at o.move (connectionTool.ts:141:33) at HTMLCanvasElement. (mouseAndKeyboardHandler.ts:309:17) mouseAndKeyboardHandler.ts:248 testing up callback MouseEvent renderLayer.ts:129 Uncaught Error: Layer does not contain a feature with the specified ID! at e.value (renderLayer.ts:129:55) at e.value (renderLayer.ts:139:14) at n.value (connectionTool.ts:194:53) at e. (connectionTool.ts:81:21) at e.value (simpleQueue.ts:26:18) at o.move (connectionTool.ts:141:33) at HTMLCanvasElement. (mouseAndKeyboardHandler.ts:309:17) mouseAndKeyboardHandler.ts:248 testing up callback MouseEvent renderLayer.ts:129 Uncaught Error: Layer does not contain a feature with the specified ID! at e.value (renderLayer.ts:129:55) at e.value (renderLayer.ts:139:14) at n.value (connectionTool.ts:194:53) at e. (connectionTool.ts:81:21) at e.value (simpleQueue.ts:26:18) at o.move (connectionTool.ts:141:33) at HTMLCanvasElement. (mouseAndKeyboardHandler.ts:309:17) mouseAndKeyboardHandler.ts:248 testing up callback MouseEvent 34renderLayer.ts:129 Uncaught Error: Layer does not contain a feature with the specified ID! at e.value (renderLayer.ts:129:55) at e.value (renderLayer.ts:139:14) at n.value (connectionTool.ts:194:53) at e. (connectionTool.ts:81:21) at e.value (simpleQueue.ts:26:18) at o.move (connectionTool.ts:141:33) at HTMLCanvasElement. (mouseAndKeyboardHandler.ts:309:17) component.ts:554 No rotation was found for component: e value @ component.ts:554 component.ts:554 No rotation was found for component: e value @ component.ts:554 component.ts:554 No rotation was found for component: e value @ component.ts:554 renderLayer.ts:129 Uncaught Error: Layer does not contain a feature with the specified ID! at e.value (renderLayer.ts:129:55) at e.value (renderLayer.ts:139:14) at n.value (connectionTool.ts:194:53) at e. (connectionTool.ts:81:21) at e.value (simpleQueue.ts:26:18) at o.move (connectionTool.ts:141:33) at HTMLCanvasElement. (mouseAndKeyboardHandler.ts:309:17) value @ renderLayer.ts:129 value @ renderLayer.ts:139 value @ connectionTool.ts:194 (anonymous) @ connectionTool.ts:81 value @ simpleQueue.ts:26 o.move @ connectionTool.ts:141 (anonymous) @ mouseAndKeyboardHandler.ts:309 component.ts:554 No rotation was found for component: e {…} value @ component.ts:554 value @ componentPortRenderer2D.ts:36 value @ paperComponentPortView.ts:61 value @ paperView.ts:1263 (anonymous) @ viewManager.ts:119 emit @ paper-full.js:705 setViewSize @ paper-full.js:13046 resize @ paper-full.js:12846 component.ts:554 No rotation was found for component: e {…} value @ component.ts:554 value @ componentPortRenderer2D.ts:36 value @ paperComponentPortView.ts:61 value @ paperView.ts:1263 (anonymous) @ viewManager.ts:119 emit @ paper-full.js:705 setViewSize @ paper-full.js:13046 resize @ paper-full.js:12846 component.ts:554 No rotation was found for component: e {…} value @ component.ts:554 value @ componentPortRenderer2D.ts:36 value @ paperComponentPortView.ts:61 value @ paperView.ts:1263 (anonymous) @ viewManager.ts:119 emit @ paper-full.js:705 setViewSize @ paper-full.js:13046 resize @ paper-full.js:12846 handsontable.full.min.css:1 Failed to load resource: the server responded with a status of 404 ()

zyrrron avatar Mar 08 '23 19:03 zyrrron

The current version of fixes/valveinsertion partially addresses this issue of the renders breaking. We needed to add a new system for rendering channel breaks using the geometries/features with the subtract macros. The temporary fix prevents the errors that make the execution buggy. I'll merge the PR with the fix so all the features get added and tracked correctly.

rkrishnasanka avatar Mar 08 '23 23:03 rkrishnasanka

@zyrrron I cleaned up some of the code in the area since I couldn't actually reproduce the error. Seems like I couldn't figure out the exact actions you did before it failed.

rkrishnasanka avatar Mar 09 '23 04:03 rkrishnasanka

renderLayer.ts:129 Uncaught Error: Layer does not contain a feature with the specified ID! at e.value (renderLayer.ts:129:55) at e.value (renderLayer.ts:139:14) at n.value (connectionTool.ts:196:69) at e. (connectionTool.ts:83:21) at e.value (simpleQueue.ts:26:18) at i.move (connectionTool.ts:143:33) at HTMLCanvasElement. (mouseAndKeyboardHandler.ts:309:17)

zyrrron avatar Mar 09 '23 23:03 zyrrron