How do you make the app just lag instead of completely crash

0 favourites
From the Asset Store
Minimalist Crash Balls is a game where the goal is to hit the ball on the portal, with 20 different levels :)
  • what is the export you use to make the APK? this is not a image/performance problem... if crashes is the wrapper......there is no game crashing because a large image...maybe loads more time but never crashes. and if its loaded then its cached and the performance should not be that much affected.

    crashing apps usually results from bad wrapping format ... from my experience cordova/intelxdk does this.

    try creating different apks using different wrappers and see where it crashes and where not.. if crashes on all then something is wrong with your project... or with jsminifier if you use it on exporting.

    also are you using a deprecated exporter?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • adamcreator -

    By your description, I can think of only 3 possible reasons. Please check the following possibilities:

    1) There are times that the spriter scml plugin when updating scml objects produces a bug. For example, when you update a scml object and the spriter images of the object are in a family or vice versa, then the spriter images/ objects are mistakenly accepted in the spriter object family. If you have this problem then the app will surely crash on gameplay.

    To diagnose this install a beta release of C2 and if an error message shows when you open your .capx then this is causing the crash. To fix this, you need to read the error message to find out.

    2) When an infinite loop / a function leading to a new function and etc. / repetition of trigger are used, they don't give out warnings of crash of game since it is not an error but just a misuse of events.

    The unfortunate part of this is that it doesn't crash immediately, and will only crash when the events are triggered or true/active.

    3) The most common cause of crash on-start of app / during gameplay are plugin errors on app build. For example , if you have admob, Inappbrowser, IAP plugins or any third party plugins and when these plugins are incompatible with your app or if the plugins are not well set or incompatible then a crash will happen.

    Well, I hope you find the cause of your problem.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)