Skip to main content
henryl53269518
Known Participant
December 3, 2018
Answered

Frequently crash when start testing a project

  • December 3, 2018
  • 1 reply
  • 490 views

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?

    This topic has been closed for replies.
    Correct answer kglad

    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

    1 reply

    kglad
    Community Expert
    kgladCommunity ExpertCorrect answer
    Community Expert
    December 3, 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

    henryl53269518
    Known Participant
    December 3, 2018

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

    kglad
    Community Expert
    Community Expert
    December 3, 2018

    you're welcome.