5.83 FAQ-1153 脚本窗口提示错误 "err saving <object>"
Last Update: 10/12/2022
问题:
当保存项目文件时,收到一条“注意”消息:"File error while saving to <path>. File not saved. Check to make sure the disk is not full."
同时,脚本窗口打开并报告错误,例如:
err saving #1781A405628YLNx:3
解决方法:
您需要在脚本窗口中删除错误消息中提到的对象。对象名称 包括 # 字符但 不 包含 : 字符。以上述错误消息为例,您需要在脚本窗口中键入以下命令并按 Enter:
del #1781A405628YLNx
Keywords:saving, save, file not saved, error, disk full, 保存,文件保存失败, 错误, 磁盘已满
