Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

UNABLE TO TEST MOVIE

Explorer ,
Jun 26, 2018 Jun 26, 2018

‎⁨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

צילום מסך 2018.06.26 ב.10.02.32 אח׳.png

TOPICS
ActionScript
780
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 26, 2018 Jun 26, 2018

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 26, 2018 Jun 26, 2018

THANKS

FRANKLY SAYING - I DONT KNOW HOW TO DO IT. IFIND NO FILE AS MENTIONED IN THE ERROR BOX IN MY COMPUTER

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 26, 2018 Jun 26, 2018

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 26, 2018 Jun 26, 2018

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 26, 2018 Jun 26, 2018

Much better! Haha

I totally ignored that.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 27, 2018 Jun 27, 2018

unfortunately although checkbox is V the file is not opened....

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 27, 2018 Jun 27, 2018

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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 27, 2018 Jun 27, 2018

i amended to -Xmx512m but still get same error.

can someone save me?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Jun 27, 2018 Jun 27, 2018

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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 27, 2018 Jun 27, 2018
LATEST

These days I always use -Xmx1024m. Also, make sure you restart Animate after doing the change.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines