[Fixed] Mobile Game Keeps Crashing

I exported my game to mobile, but it crashes every time I open it. What should I do? @grazer

Hey @ScizorM. - post a link to your game and I’ll take a look. What platform is this, Android or iOS?

Android, but it works fine on pc.http://flowlab.io/game/view/1182612

Hey @ScizorM. - sorry, I just saw this response. I’ll take a look and let you know what I find.

Ok thanks

Hey @ScizorM. - I finally had a minute to check out this crash, and I think I found the problem. It looks like you have an infinite loop in your player logic:

  1. Once triggers Number in input
  2. Number output to Label alpha input
  3. Label alpha output to Number in input
  4. Back to step 2)

screenshot

Oh yeah, I meant to remove that. Thanks.

@grazer when I looked at it, I realised there was another number input under it. If you can, could you please check and see if I fixed the bug?

Hey, it seems like it’s fixed? Go ahead and rebuild the android app and try it out.

Also - really nice work on the game so far!

Thanks. I tried it out, and it worked fine. Just a few movement bugs (the player moving on its own) but that’s really it.