Random Adobe Animate Crash When Using .jsfl with fl.quit(false) Hi Team,Has anyone encountered the following issue when using Adobe Animate with a .jsfl file?Error getting remote endpoint: asio.system:10057
(A request to send or receive data was disallowed because the socket is not connected and
(when sending on a datagram socket using a sendto call) no address was supplied.)
handle_connect error: No connection could be made because the target machine actively refused it.What I found:I have a .jsfl file that contains only: fl.quit(false)(Originally, the script included code to publish .fla files into .swf, but after investigating, I narrowed the issue down to fl.quit(false) and commented out everything else.)Steps to Reproduce:Create a test.jsfl file with only: fl.quit(false)Open CMD and run: cd "C:\Program Files\Adobe\Adobe Animate 2024" Animate.exe "\\test.jsfl" -AlwaysRunJSFLAnimate will open, then close, and crash. This happens when fl.quit() is invoked—the Animate.exe process terminates, and the Adobe Crash Report window appears.Now, co