As I include all errors in my logger, I get log entries for all the errors in /sys and /ui errors.toe (3.7 KB)
python >>>
Using old export map format. Please include path column. CHOP /ui/dialogs/mainmenu/fps1/count1
Using old export map format. Please include path column. CHOP /ui/dialogs/mainmenu/fps1/count1
Invalid path for node "../../panesWork/panes/paneLayout/paneLayoutBottom/paneGadget/ui/navigationBar/contextPath/contextPath/item0" referenced by parameter "Button Comp" COMP /sys/TDResources/buttonPopMenu
Check script language! Evaluating expression in Tscript. DAT /ui/dialogs/keyframer/graph/label_end/local/eval1
Invalid expression at entry (0,1): Bad path argument for expression (-1,-1) `par($KEYPATH+"/end")`. DAT /ui/dialogs/keyframer/graph/label_end/local/eval1
Check script language! Evaluating expression in Tscript. DAT /ui/dialogs/keyframer/graph/label_start/local/eval1
Invalid expression at entry (0,1): Bad path argument for expression (-1,-1) `par($KEYPATH+"/start")`. DAT /ui/dialogs/keyframer/graph/label_start/local/eval1
Cook dependency loop detected. Check for exports, expressions or wiring that are creating this loop:
/sys/TDDialogs/CompEditor/extensions/ext1/ext1Basic
/sys/TDDialogs/CompEditor/extensions/ext1/container1
/sys/TDDialogs/CompEditor/extensions/ext1/advanced1
/sys/TDDialogs/CompEditor/extensions/ext1/ext1 (Parameter: Height)
/sys/TDDialogs/CompEditor/extensions/ext1/ext1Basic
/sys/TDDialogs/CompEditor/extensions/ext1/manageExt1
/sys/TDDialogs/CompEditor/extensions/ext1/extClassStatus1
/sys/TDDialogs/CompEditor/extensions/ext1/extClassStatus1/bg (Parameter: Background Alpha)
COMP /sys/TDDialogs/CompEditor/extensions/ext1/ext1Basic
(tscript) Bad data type for function or operation COMP /ui/dialogs/keyframer/graph/label_rangeend
(tscript) Bad data type for function or operation COMP /ui/dialogs/keyframer/graph/label_rangeend
(tscript) Bad data type for function or operation COMP /ui/dialogs/keyframer/graph/label_rangeend
(tscript) Bad data type for function or operation COMP /ui/dialogs/keyframer/graph/rangeend
(tscript) Bad data type for function or operation COMP /ui/dialogs/keyframer/graph/rangeend
(tscript) Bad data type for function or operation COMP /ui/dialogs/keyframer/graph/rangeend
(tscript) Bad data type for function or operation COMP /ui/dialogs/keyframer/graph/rangestart
(tscript) Bad data type for function or operation COMP /ui/dialogs/keyframer/graph/rangestart
(tscript) Bad data type for function or operation COMP /ui/dialogs/keyframer/graph/rangestart
(tscript) Bad data type for function or operation COMP /ui/dialogs/keyframer/graph/label_rangestart
(tscript) Bad data type for function or operation COMP /ui/dialogs/keyframer/graph/label_rangestart
(tscript) Bad data type for function or operation COMP /ui/dialogs/keyframer/graph/label_rangestart
(tscript) Bad data type for function or operation COMP /ui/dialogs/keyframer/graph/rangestart
(tscript) Bad data type for function or operation COMP /ui/dialogs/keyframer/graph/rangestart
(tscript) Bad data type for function or operation COMP /ui/dialogs/keyframer/graph/rangestart
python >>>
Cook dependency loop detected. Check for exports, expressions or wiring that are creating this loop:
/sys/TDDialogs/CompEditor/extensions/ext1/ext1
/sys/TDDialogs/CompEditor/extensions/ext1/ext1Basic
/sys/TDDialogs/CompEditor/extensions/ext1/container1
/sys/TDDialogs/CompEditor/extensions/ext1/advanced1
/sys/TDDialogs/CompEditor/extensions/ext1/ext1 (Parameter: Height)
COMP /sys/TDDialogs/CompEditor/extensions/ext1/ext1
python >>>
Even if these are minor errors, they still clutter my logs and it would be great if you could fix those
+1 ! there are also errors that stem from that general area of td that happen periodically when deleting stuff. It makes exposing errors globally less attractive because users of my software may be reporting things that are false positives, for lack of a better word.
I will try to report back with the error I see from time to time, next time it crops up.
Hmm, trying to think, it’s very intermittent for me so not able to recall it now, but if it happens again I will try to think about it from that perspective.
generally, I have an object, usually a clone of some other template object, and I delete it then 1% of the time it feels like this error comes up.
I’ll report back next time it happens with a clearer picture!