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

Frequently crash when start testing a project

Explorer ,
Dec 02, 2018 Dec 02, 2018

I'm developing an animate CC game project over 4 months now and it's almost done.

But recently it crashes very often when I try to test the project (the built-in Ctrl+Enter test), and it significantly slow down my entire development.

Here is the thing I know:

1.It only crashes when test it in animate CC, the published file work perfectly fine.

2.I think it was not resulted from AS3 bug, because sometimes it tested run without any error, and it was the exactly same project and code without ever editing.

3.This is the first time I make a project this big and complicated, so I wonder if it has something to do with RAM memory...

     Is there any way to allocate more memory to animate CC, or anyway to optimize the built-in test function?

422
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

correct answers 1 Correct answer

Community Expert , Dec 02, 2018 Dec 02, 2018

increase the program memory by editing your jvm.ini file and increase the number (eg, 256) to a larger power of 2.

C:\Users\<user name>\AppData\Local\Adobe\<animate version>\en_US\configuration\actionscript 3.0\jvm.ini

Translate
Community Expert ,
Dec 02, 2018 Dec 02, 2018

increase the program memory by editing your jvm.ini file and increase the number (eg, 256) to a larger power of 2.

C:\Users\<user name>\AppData\Local\Adobe\<animate version>\en_US\configuration\actionscript 3.0\jvm.ini

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 ,
Dec 02, 2018 Dec 02, 2018

Never know I can do this, thank you, I'll try this and see if this work.

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 ,
Dec 03, 2018 Dec 03, 2018
LATEST

you're welcome.

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