Participant
August 3, 2022
Publishing sbsar yields infinite loop error and I can't figure out why...
- August 3, 2022
- 0 replies
- 137 views
I have a fairly simple brick wall texture, but when going to publish, I get the following:
SDApiError.ItemNotFound
[MSG][1578][CompGraphModel]Infinite Loop Detected:
[MSG][1579][CompGraphModel] 'pkg:///Substance_graph?dependency=1451679580' already contains current function.
[ERR][1580][Python]Traceback (most recent call last):
[ERR][1581][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\appinteropui.py", line 190, in __onActionTriggered
[ERR][1582][Python]
[ERR][1583][Python]self.__callback()
[ERR][1584][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\appinteropui.py", line 476, in __onPublish
[ERR][1585][Python]
[ERR][1586][Python]dialog = SBSARPublishDialog(
[ERR][1587][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 521, in __init__
[ERR][1588][Python]
[ERR][1589][Python]self.__graphInfoList.addGraphEntry(res)
[ERR][1590][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 311, in addGraphEntry
[ERR][1591][Python]
[ERR][1592][Python]entry = GraphInfoWidget(graph, self.__icons, parent=self)
[ERR][1593][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 82, in __init__
[ERR][1594][Python]
[ERR][1595][Python]self.__checkGraphForWarnings(self.__graph)
[ERR][1596][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 283, in __checkGraphForWarnings
[ERR][1597][Python]
[ERR][1598][Python]if any(GraphInfoWidget.__hasRelativeToInputParameter(n) for n in GraphInfoWidget.__getInputNodes(graph)):
[ERR][1599][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 283, in <genexpr>
[ERR][1600][Python]
[ERR][1601][Python]if any(GraphInfoWidget.__hasRelativeToInputParameter(n) for n in GraphInfoWidget.__getInputNodes(graph)):
[ERR][1602][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 256, in __hasRelativeToInputParameter
[ERR][1603][Python]
[ERR][1604][Python]return any(isRelativeToInput(p) for p in parameters)
[ERR][1605][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 256, in <genexpr>
[ERR][1606][Python]
[ERR][1607][Python]return any(isRelativeToInput(p) for p in parameters)
[ERR][1608][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 254, in <lambda>
[ERR][1609][Python]
[ERR][1610][Python]node.getPropertyInheritanceMethod(param) == SDPropertyInheritanceMethod.RelativeToInput
[ERR][1611][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\sd\api\sbs\sdsbscompnode.py", line 53, in getPropertyInheritanceMethod
[ERR][1612][Python]
[ERR][1613][Python]raise APIException(SDApiError(_res))
[ERR][1614][Python]sd.api.apiexception
[ERR][1615][Python].
[ERR][1616][Python]APIException
[ERR][1617][Python]:
[ERR][1618][Python]SDApiError.ItemNotFound
[ERR][1619][Python]Traceback (most recent call last):
[ERR][1620][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\appinteropui.py", line 190, in __onActionTriggered
[ERR][1621][Python]
[ERR][1622][Python]self.__callback()
[ERR][1623][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\appinteropui.py", line 476, in __onPublish
[ERR][1624][Python]
[ERR][1625][Python]dialog = SBSARPublishDialog(
[ERR][1626][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 521, in __init__
[ERR][1627][Python]
[ERR][1628][Python]self.__graphInfoList.addGraphEntry(res)
[ERR][1629][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 311, in addGraphEntry
[ERR][1630][Python]
[ERR][1631][Python]entry = GraphInfoWidget(graph, self.__icons, parent=self)
[ERR][1632][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 82, in __init__
[ERR][1633][Python]
[ERR][1634][Python]self.__checkGraphForWarnings(self.__graph)
[ERR][1635][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 283, in __checkGraphForWarnings
[ERR][1636][Python]
[ERR][1637][Python]if any(GraphInfoWidget.__hasRelativeToInputParameter(n) for n in GraphInfoWidget.__getInputNodes(graph)):
[ERR][1638][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 283, in <genexpr>
[ERR][1639][Python]
[ERR][1640][Python]if any(GraphInfoWidget.__hasRelativeToInputParameter(n) for n in GraphInfoWidget.__getInputNodes(graph)):
[ERR][1641][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 256, in __hasRelativeToInputParameter
[ERR][1642][Python]
[ERR][1643][Python]return any(isRelativeToInput(p) for p in parameters)
[ERR][1644][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 256, in <genexpr>
[ERR][1645][Python]
[ERR][1646][Python]return any(isRelativeToInput(p) for p in parameters)
[ERR][1647][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 254, in <lambda>
[ERR][1648][Python]
[ERR][1649][Python]node.getPropertyInheritanceMethod(param) == SDPropertyInheritanceMethod.RelativeToInput
[ERR][1650][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\sd\api\sbs\sdsbscompnode.py", line 53, in getPropertyInheritanceMethod
[ERR][1651][Python]
[ERR][1652][Python]raise APIException(SDApiError(_res))
[ERR][1653][Python]sd.api.apiexception
[ERR][1654][Python].
[ERR][1655][Python]APIException
[ERR][1656][Python]:
[ERR][1657][Python]SDApiError.ItemNotFound
[ERR][1658][Python]Traceback (most recent call last):
[ERR][1659][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\appinteropui.py", line 190, in __onActionTriggered
[ERR][1660][Python]
[ERR][1661][Python]self.__callback()
[ERR][1662][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\appinteropui.py", line 476, in __onPublish
[ERR][1663][Python]
[ERR][1664][Python]dialog = SBSARPublishDialog(
[ERR][1665][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 521, in __init__
[ERR][1666][Python]
[ERR][1667][Python]self.__graphInfoList.addGraphEntry(res)
[ERR][1668][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 311, in addGraphEntry
[ERR][1669][Python]
[ERR][1670][Python]entry = GraphInfoWidget(graph, self.__icons, parent=self)
[ERR][1671][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 82, in __init__
[ERR][1672][Python]
[ERR][1673][Python]self.__checkGraphForWarnings(self.__graph)
[ERR][1674][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 283, in __checkGraphForWarnings
[ERR][1675][Python]
[ERR][1676][Python]if any(GraphInfoWidget.__hasRelativeToInputParameter(n) for n in GraphInfoWidget.__getInputNodes(graph)):
[ERR][1677][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 283, in <genexpr>
[ERR][1678][Python]
[ERR][1679][Python]if any(GraphInfoWidget.__hasRelativeToInputParameter(n) for n in GraphInfoWidget.__getInputNodes(graph)):
[ERR][1680][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 256, in __hasRelativeToInputParameter
[ERR][1681][Python]
[ERR][1682][Python]return any(isRelativeToInput(p) for p in parameters)
[ERR][1683][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 256, in <genexpr>
[ERR][1684][Python]
[ERR][1685][Python]return any(isRelativeToInput(p) for p in parameters)
[ERR][1686][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 254, in <lambda>
[ERR][1687][Python]
[ERR][1688][Python]node.getPropertyInheritanceMethod(param) == SDPropertyInheritanceMethod.RelativeToInput
[ERR][1689][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\sd\api\sbs\sdsbscompnode.py", line 53, in getPropertyInheritanceMethod
[ERR][1690][Python]
[ERR][1691][Python]raise APIException(SDApiError(_res))
[ERR][1692][Python]sd.api.apiexception
[ERR][1693][Python].
[ERR][1694][Python]APIException
[ERR][1695][Python]:
[ERR][1696][Python]SDApiError.ItemNotFound
[ERR][1697][Python]Traceback (most recent call last):
[ERR][1698][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\appinteropui.py", line 190, in __onActionTriggered
[ERR][1699][Python]
[ERR][1700][Python]self.__callback()
[ERR][1701][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\appinteropui.py", line 476, in __onPublish
[ERR][1702][Python]
[ERR][1703][Python]dialog = SBSARPublishDialog(
[ERR][1704][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 521, in __init__
[ERR][1705][Python]
[ERR][1706][Python]self.__graphInfoList.addGraphEntry(res)
[ERR][1707][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 311, in addGraphEntry
[ERR][1708][Python]
[ERR][1709][Python]entry = GraphInfoWidget(graph, self.__icons, parent=self)
[ERR][1710][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 82, in __init__
[ERR][1711][Python]
[ERR][1712][Python]self.__checkGraphForWarnings(self.__graph)
[ERR][1713][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 283, in __checkGraphForWarnings
[ERR][1714][Python]
[ERR][1715][Python]if any(GraphInfoWidget.__hasRelativeToInputParameter(n) for n in GraphInfoWidget.__getInputNodes(graph)):
[ERR][1716][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 283, in <genexpr>
[ERR][1717][Python]
[ERR][1718][Python]if any(GraphInfoWidget.__hasRelativeToInputParameter(n) for n in GraphInfoWidget.__getInputNodes(graph)):
[ERR][1719][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 256, in __hasRelativeToInputParameter
[ERR][1720][Python]
[ERR][1721][Python]return any(isRelativeToInput(p) for p in parameters)
[ERR][1722][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 256, in <genexpr>
[ERR][1723][Python]
[ERR][1724][Python]return any(isRelativeToInput(p) for p in parameters)
[ERR][1725][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 254, in <lambda>
[ERR][1726][Python]
[ERR][1727][Python]node.getPropertyInheritanceMethod(param) == SDPropertyInheritanceMethod.RelativeToInput
[ERR][1728][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\sd\api\sbs\sdsbscompnode.py", line 53, in getPropertyInheritanceMethod
[ERR][1729][Python]
[ERR][1730][Python]raise APIException(SDApiError(_res))
[ERR][1731][Python]sd.api.apiexception
[ERR][1732][Python].
[ERR][1733][Python]APIException
[ERR][1734][Python]:
[ERR][1735][Python]SDApiError.ItemNotFound
[WRN][1736][GraphRender]Mix graphOutputs and compNodes isn't supported !
[ERR][1737][Python]Traceback (most recent call last):
[ERR][1738][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\appinteropui.py", line 190, in __onActionTriggered
[ERR][1739][Python]
[ERR][1740][Python]self.__callback()
[ERR][1741][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\appinteropui.py", line 476, in __onPublish
[ERR][1742][Python]
[ERR][1743][Python]dialog = SBSARPublishDialog(
[ERR][1744][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 521, in __init__
[ERR][1745][Python]
[ERR][1746][Python]self.__graphInfoList.addGraphEntry(res)
[ERR][1747][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 311, in addGraphEntry
[ERR][1748][Python]
[ERR][1749][Python]entry = GraphInfoWidget(graph, self.__icons, parent=self)
[ERR][1750][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 82, in __init__
[ERR][1751][Python]
[ERR][1752][Python]self.__checkGraphForWarnings(self.__graph)
[ERR][1753][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 283, in __checkGraphForWarnings
[ERR][1754][Python]
[ERR][1755][Python]if any(GraphInfoWidget.__hasRelativeToInputParameter(n) for n in GraphInfoWidget.__getInputNodes(graph)):
[ERR][1756][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 283, in <genexpr>
[ERR][1757][Python]
[ERR][1758][Python]if any(GraphInfoWidget.__hasRelativeToInputParameter(n) for n in GraphInfoWidget.__getInputNodes(graph)):
[ERR][1759][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 256, in __hasRelativeToInputParameter
[ERR][1760][Python]
[ERR][1761][Python]return any(isRelativeToInput(p) for p in parameters)
[ERR][1762][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 256, in <genexpr>
[ERR][1763][Python]
[ERR][1764][Python]return any(isRelativeToInput(p) for p in parameters)
[ERR][1765][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 254, in <lambda>
[ERR][1766][Python]
[ERR][1767][Python]node.getPropertyInheritanceMethod(param) == SDPropertyInheritanceMethod.RelativeToInput
[ERR][1768][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\sd\api\sbs\sdsbscompnode.py", line 53, in getPropertyInheritanceMethod
[ERR][1769][Python]
[ERR][1770][Python]raise APIException(SDApiError(_res))
[ERR][1771][Python]sd.api.apiexception
[ERR][1772][Python].
[ERR][1773][Python]APIException
[ERR][1774][Python]:
[ERR][1775][Python]SDApiError.ItemNotFound
[ERR][1776][Python]Traceback (most recent call last):
[ERR][1777][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\appinteropui.py", line 190, in __onActionTriggered
[ERR][1778][Python]
[ERR][1779][Python]self.__callback()
[ERR][1780][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\appinteropui.py", line 476, in __onPublish
[ERR][1781][Python]
[ERR][1782][Python]dialog = SBSARPublishDialog(
[ERR][1783][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 521, in __init__
[ERR][1784][Python]
[ERR][1785][Python]self.__graphInfoList.addGraphEntry(res)
[ERR][1786][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 311, in addGraphEntry
[ERR][1787][Python]
[ERR][1788][Python]entry = GraphInfoWidget(graph, self.__icons, parent=self)
[ERR][1789][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 82, in __init__
[ERR][1790][Python]
[ERR][1791][Python]self.__checkGraphForWarnings(self.__graph)
[ERR][1792][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 283, in __checkGraphForWarnings
[ERR][1793][Python]
[ERR][1794][Python]if any(GraphInfoWidget.__hasRelativeToInputParameter(n) for n in GraphInfoWidget.__getInputNodes(graph)):
[ERR][1795][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 283, in <genexpr>
[ERR][1796][Python]
[ERR][1797][Python]if any(GraphInfoWidget.__hasRelativeToInputParameter(n) for n in GraphInfoWidget.__getInputNodes(graph)):
[ERR][1798][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 256, in __hasRelativeToInputParameter
[ERR][1799][Python]
[ERR][1800][Python]return any(isRelativeToInput(p) for p in parameters)
[ERR][1801][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 256, in <genexpr>
[ERR][1802][Python]
[ERR][1803][Python]return any(isRelativeToInput(p) for p in parameters)
[ERR][1804][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\designer\appinterop\sbsarpublishdialog.py", line 254, in <lambda>
[ERR][1805][Python]
[ERR][1806][Python]node.getPropertyInheritanceMethod(param) == SDPropertyInheritanceMethod.RelativeToInput
[ERR][1807][Python] File "E:\Productivity/Adobe Creative Cloud/Adobe Substance 3D Designer/resources/python\sd\api\sbs\sdsbscompnode.py", line 53, in getPropertyInheritanceMethod
[ERR][1808][Python]
[ERR][1809][Python]raise APIException(SDApiError(_res))
[ERR][1810][Python]sd.api.apiexception
[ERR][1811][Python].
[ERR][1812][Python]APIException
[ERR][1813][Python]:
[ERR][1814][Python]SDApiError.ItemNotFoundI've included the file as well in case anyone wants to look at it. Any help will be appreciated!
Thank you!
