About P4 version control settings and operational issues
I set up the P4 version control script path according to the official technical documentation. After that, I added and submitted the package file. During the submission process, I always reported an error. The error message is as follows:[MSG][1182][ActionMgr]Traceback (most recent call last):
File "D:/toolset/SubstanceDesigner/Tools/ManageLibrary/ManageLibrary/perforce.py", line 520, in <module>
exitCode = execute(context)
File "D:/toolset/SubstanceDesigner/Tools/ManageLibrary/ManageLibrary/perforce.py", line 493, in execute
return executeSubmit(aContext)
File "D:/toolset/SubstanceDesigner/Tools/ManageLibrary/ManageLibrary/perforce.py", line 439, in executeSubmit
changeListID = p4ChangeList.create(aContext.getDescription())
File "D:/toolset/SubstanceDesigner/Tools/ManageLibrary/ManageLibrary/perforce.py", li