在我的 JSFL 脚本中使用 fl.quit() 使 Windows Server 2012 上的 Animate 2017.5 崩溃
Using the fl.quit() in my JSFL script crashed Animate 2017.5 on Windows Server 2012
我正在 运行在 Windows Server 2012 的桌面模式版本上使用 Flash 进行自动构建。在我的 JSFL 文件中,我正在发布文件 Canvas FLA 文件,然后用 fl.quit(false) 关闭 IDE;在我的代码中。它 运行 在我的 Windows 10 机器上正常,但在 Windows Server 2012 机器上崩溃。这会导致问题,因为代码需要由 ant 脚本 运行 为无法看到此屏幕且无法点击关闭程序按钮以消除错误并完成构建的用户提供。
发现 Windows Server 2012 当 运行 在桌面模式下时,不能很好地与 Animate CC 一起工作,据我所知,这个问题没有修复。
我正在 运行在 Windows Server 2012 的桌面模式版本上使用 Flash 进行自动构建。在我的 JSFL 文件中,我正在发布文件 Canvas FLA 文件,然后用 fl.quit(false) 关闭 IDE;在我的代码中。它 运行 在我的 Windows 10 机器上正常,但在 Windows Server 2012 机器上崩溃。这会导致问题,因为代码需要由 ant 脚本 运行 为无法看到此屏幕且无法点击关闭程序按钮以消除错误并完成构建的用户提供。
发现 Windows Server 2012 当 运行 在桌面模式下时,不能很好地与 Animate CC 一起工作,据我所知,这个问题没有修复。