Crash on Startup 3502

I’m seeing an issue that seems possibly related to licensing (which according to another post was fixed in 3502).

Here’s the log:

https://pastebin.com/Ry2Rm3Ke

And build.settings

https://pastebin.com/UkJvc0s9

Thanks!

Edit: Tested without the licensing or google maps key and still see the same error.

Hello!

Unfortunately I don’t get same bug as you do using your build.setting. Please, help up figure it out:

  1. Build some sample application and see if it works.

  2. Build sample application with your build.settings

  3. Build sample application with your build.settings and config.lua

I tried building the sample app AnchorPoints (SampleCode/Graphics/AnchorPoint) without changing anything and using the debug key, and it fails.

Here’s the log for it: https://pastebin.com/Hr7NDkb1

Oh wow. It’s a same crash :frowning: Can you send me a full build log as described in pinned thread? Also, an APK which is getting built. And lastly, what device are you testing and building on?

Here’s the crash log following the steps in the post: https://pastebin.com/69hURtK9

It’s actually saying I don’t have permission to upload the APK so here it is on Google Drive

https://drive.google.com/file/d/12bfI2qOue4fPM8LsKZSD_cWksW6PTFJA/view?usp=sharing

I’m using an old phone, a Galaxy S3.

Oh wow. This APK works perfectly on my phone. May be issue is with old android version. Good catch! Can you verify you android version

It’s 4.4.2 and API level 19

I think the issue is because 64 bit build will work on 64 bit device/os. The s3 is not 64 bit supported. Need to test on some latest device that is 64 bit.

It should work on both 32 and 64 bit devices. I’ll look into what is going on.

Ok, Thanks for clearing this Vlads. 

Is there any update on this?

Sure. Try the latest version

Hello!

Unfortunately I don’t get same bug as you do using your build.setting. Please, help up figure it out:

  1. Build some sample application and see if it works.

  2. Build sample application with your build.settings

  3. Build sample application with your build.settings and config.lua

I tried building the sample app AnchorPoints (SampleCode/Graphics/AnchorPoint) without changing anything and using the debug key, and it fails.

Here’s the log for it: https://pastebin.com/Hr7NDkb1

Oh wow. It’s a same crash :frowning: Can you send me a full build log as described in pinned thread? Also, an APK which is getting built. And lastly, what device are you testing and building on?

Here’s the crash log following the steps in the post: https://pastebin.com/69hURtK9

It’s actually saying I don’t have permission to upload the APK so here it is on Google Drive

https://drive.google.com/file/d/12bfI2qOue4fPM8LsKZSD_cWksW6PTFJA/view?usp=sharing

I’m using an old phone, a Galaxy S3.

Oh wow. This APK works perfectly on my phone. May be issue is with old android version. Good catch! Can you verify you android version

It’s 4.4.2 and API level 19

I think the issue is because 64 bit build will work on 64 bit device/os. The s3 is not 64 bit supported. Need to test on some latest device that is 64 bit.

It should work on both 32 and 64 bit devices. I’ll look into what is going on.