Copy link to clipboard
Copied
I GET THIS ERROR ALL THE TIME EVEN WHEN AS3 SCRIPT IS VERY SHORT.
IT HAPPENS WHEN THERE IS A MISTAKE IN THE SCRIPT. IF NO MISTAKE IN THE SCRIPT TEST MOVIE WORKS OK
Copy link to clipboard
Copied
Hi.
The last time this happened to me, I was editing a really huge file and I just followed the instruction and increased the maximum memory value in the jvm.ini file.
In your case, the error says the line is "-Xmx128m". Change it to "-Xmx256m" or "-Xmx512m" and see what happens.
I'm just suggesting something that worked for me. I by far have no expertise in this subject. So someone here may give you a better explanation.
Regards,
JC
Copy link to clipboard
Copied
THANKS
FRANKLY SAYING - I DONT KNOW HOW TO DO IT. IFIND NO FILE AS MENTIONED IN THE ERROR BOX IN MY COMPUTER
Copy link to clipboard
Copied
It is located at:
/Users/ehud/Library/Application Support/Adobe/Animate CC 2018/en_US/Configuration/ActionScript 3.0
The file is called "jvm.ini".
I don't currently use Mac OS, but I guess Spotlight may help you locate this file.
Once you find it, just open it with any text editor and edit that line.
Copy link to clipboard
Copied
Notice that there is a checkbox saying that it will open the jvm.ini file. Just let it open the file, make the change, and do a save. You don't need to know where the file is to do that.
Copy link to clipboard
Copied
Much better! Haha
I totally ignored that.
Copy link to clipboard
Copied
unfortunately although checkbox is V the file is not opened....
Copy link to clipboard
Copied
But even with the path (/Users/ehud/Library/Application Support/Adobe/Animate CC 2018/en_US/Configuration/ActionScript 3.0), aren't you able to locate the file?
Copy link to clipboard
Copied
i amended to -Xmx512m but still get same error.
can someone save me?
Copy link to clipboard
Copied
try
-Djava.awt.headless=true
-Xms128m
-Xmx256m
-XX:MaxPermSize=128m
-XX:PermSize=32m
maybe you have several jvm.ini files and you edited the wrong one?
Copy link to clipboard
Copied
These days I always use -Xmx1024m. Also, make sure you restart Animate after doing the change.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now