IL2CPP Build Process dies after splash screen

Hey everyone,

I’m running into an issue with my builds when the scripting backed is set to IL2CPP. Everything works fine when its set to Mono.

These are my build configurations

When launching the app the process dies immediately after the splash screen. There is no useful log from ~adb logcat although I will include it below. When I set the Compiler Configuration to Debug I get an out of memory error while building so am not able see anything extra there.

Since the log output isn’t useful how can I go about digging further into this? Should I try to get the Debug build working? Is there something else I can do?

Thanks in advance!

Log output:
~adb logcat -s Unity ActivityManager PackageManager dalvikvm DEBUG
12-14 19:51:40.489 1733 1765 I ActivityManager: Start proc 28326:com.doppel.solcala/u0a615 for activity {com.doppel.solcala/com.unity3d.player.UnityPlayerActivity}
12-14 19:51:41.207 28326 28356 I Unity : MemoryManager: Using ‘Dynamic Heap’ Allocator.
12-14 19:51:41.507 28326 28356 I Unity : SystemInfo CPU = ARMv7 VFPv3 NEON, Cores = 8, Memory = 1831mb
12-14 19:51:41.507 28326 28356 I Unity : SystemInfo ARM big.LITTLE configuration: 4 big (mask: 0xf0), 4 little (mask: 0xf)
12-14 19:51:41.508 28326 28356 I Unity : ApplicationInfo com.doppel.solcala version 0.1 build 79460120-3ad5-43d1-a684-20e2b212fbf6
12-14 19:51:41.508 28326 28356 I Unity : Built from ‘2020.3/staging’ branch, Version ‘2020.3.24f1 (79c78de19888)’, Build type ‘Release’, Scripting Backend ‘il2cpp’, CPU ‘armeabi-v7a’, Stripping ‘Enabled’
12-14 19:51:42.069 28326 28356 I Unity : Company Name: doppel
12-14 19:51:42.069 28326 28356 I Unity : Product Name: solcala
12-14 19:51:43.397 28326 28476 W Unity : The referenced script (Doppel.Solcala.PuzzleSaver) on this Behaviour is missing!
12-14 19:51:43.481 28326 28476 W Unity : The referenced script on this Behaviour (Game Object ‘PuzzleSaver’) is missing!
12-14 19:51:43.481 28326 28476 E Unity : A scripted object (probably Doppel.Solcala.PuzzleSaver?) has a different serialization layout when loading. (Read 32 bytes but expected 48 bytes)
12-14 19:51:43.481 28326 28476 E Unity : Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
12-14 19:51:43.504 28326 28476 W Unity : The referenced script on this Behaviour (Game Object ‘Leaderboard’) is missing!
12-14 19:51:48.070 1733 2315 I ActivityManager: Killing 26837:com.google.android.apps.photos/u0a117 (adj 985): empty #17
12-14 19:51:48.146 1733 2351 D ActivityManager: makeInactive, ProcessRecord{98b28da 26837:com.google.android.apps.photos/u0a117}, clear holder.state
12-14 19:51:51.358 1733 7538 I ActivityManager: Process com.doppel.solcala (pid 28326) has died: vis+99 TOP

There’s few errors in the log, like

The referenced script (Doppel.Solcala.PuzzleSaver) on this Behaviour is missing!
The referenced script on this Behaviour (Game Object 'PuzzleSaver') is missing!
A scripted object (probably Doppel.Solcala.PuzzleSaver?) has a different serialization layout when loading. (Read 32 bytes but expected 48 bytes)
12-14 19:51:43.481 28326 28476 E Unity   : Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?

Try fixing those first.

Also, try using development player rather than NonDevelopment

I fixed those issues, and tried again. I got the same as last time without those errors.

For your second point, what do you mean? I tried messing around with the Classic Build Profile Configuration in the scriptable build, setting that to develop and it worked once (I was able to build and run successfully on my device). However when I try now I get an out of memory exception that makes the build fail. Is that what you meant to change? If not is there somewhere else I need to make a modification?

Thanks!

Yes, I meant changes in Classic Build Profile Configuration. Regarding Out of Memory exception, I think that’s a bug in com.unity.platforms.android package, while it was fixed, I think the version where it was fixed has not be made available to public.

Can you tell me which com.unity.platforms.android package version you’re using?

Ok, like I said I managed to get that to build and run once. Everything ran fine and there was no crash, I could fully use the app. After that first time I became unable to successfully build.

For my package version:
“com.unity.platforms.android”: “0.10.0-preview.10”,

Thanks!

This is really old package, which has a bug, where Unity doesn’t specify to use more memory for gradle build, which causes OutOfMemory exception. Sadly you’ll need to wait for the new package version to be released. Which according to this thread https://discussions.unity.com/t/864804 page-3#post-7728249 should hopefully happen in 2022 cycle.

Is there any other workaround or alternative? If I’m not mistaken this will prevent us from putting the app on at least Google Play.

And this is just to better debug to figure out why its crashing on Release Config. Is there another way to dig into that deeper?

Came across this with the knowledge of what was going wrong. Someone posted the code for a hotfix for this issue.

Applying that change allows me to build with the config set to Develop, however the app runs with no issues so it doesn’t help me debug too much haha.

1 Like

My Release Config builds are still crashing with no real output from logcat. And the Develop builds are running just fine. How can I better debug why the release builds are failing? The goal is to get a release build working on phones to put on app stores.

You probably don’t get proper output, since you’re filtering by tags, you need to filter by process id of a package.

Try installing https://docs.unity3d.com/Packages/com.unity.mobile.android-logcat@0.1/manual/index.html, it has functionality for filtering by process id. Filtering by tag is not very informational in your case.

Ok great, that worked and gave me a much more detailed output to work with. Reading through I dont really understand what its trying to say or how to make any sense of it.

0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of main
2021/12/16 12:15:32.164 6273 6273 Error .doppel.solcal Not starting debugger since process cannot load the jdwp agent.
2021/12/16 12:15:32.213 6273 6273 Info FirebaseApp Device unlocked: initializing all Firebase APIs for app [DEFAULT]
2021/12/16 12:15:32.221 6273 6273 Info FirebaseInitProvider FirebaseApp initialization successful
2021/12/16 12:15:32.228 6273 6295 Info DynamiteModule Considering local module com.google.android.gms.measurement.dynamite:51 and remote module com.google.android.gms.measurement.dynamite:55
2021/12/16 12:15:32.228 6273 6295 Info DynamiteModule Selected remote version of com.google.android.gms.measurement.dynamite, version >= 55
2021/12/16 12:15:32.228 6273 6295 Verbose DynamiteModule Dynamite loader version >= 2, using loadModule2NoCrashUtils
2021/12/16 12:15:32.232 6273 6300 Info FirebaseAuth [FirebaseAuth:] Preparing to create service connection to fallback implementation
2021/12/16 12:15:32.260 6273 6295 Warn .doppel.solcal ClassLoaderContext type mismatch. expected=PCL, found=DLC (PCL[ ] | DLC[ ];PCL[/data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/base.apk*3857374807])
2021/12/16 12:15:32.261 6273 6295 Warn .doppel.solcal Found duplicate classes, falling back to extracting from APK : /data/user_de/0/com.google.android.gms/app_chimera/m/00000289/MeasurementDynamite.apk
2021/12/16 12:15:32.261 6273 6295 Warn .doppel.solcal NOTE: This wastes RAM and hurts startup performance.
2021/12/16 12:15:32.261 6273 6295 Warn .doppel.solcal Found duplicated class when checking oat files: ‘Landroid/support/v4/app/RemoteActionCompatParcelizer;’ in /data/user_de/0/com.google.android.gms/app_chimera/m/00000289/MeasurementDynamite.apk and /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/base.apk
2021/12/16 12:15:32.261 6273 6295 Warn .doppel.solcal
2021/12/16 12:15:32.288 6273 6273 Info IL2CPP JNI_OnLoad
2021/12/16 12:15:32.339 6273 6273 Warn Gralloc3 mapper 3.x is not supported
2021/12/16 12:15:32.382 6273 6304 Info FA App measurement initialized, version: 46016
2021/12/16 12:15:32.383 6273 6304 Info FA To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
2021/12/16 12:15:32.383 6273 6304 Info FA To enable faster debug mode event logging run:
2021/12/16 12:15:32.383 6273 6304 Info FA adb shell setprop debug.firebase.analytics.app com.doppel.solcala
2021/12/16 12:15:32.385 6273 6303 Info Unity MemoryManager: Using ‘Dynamic Heap’ Allocator.
2021/12/16 12:15:32.413 6273 6303 Info Unity SystemInfo CPU = ARMv7 VFPv3 NEON, Cores = 8, Memory = 1831mb
2021/12/16 12:15:32.413 6273 6303 Info Unity SystemInfo ARM big.LITTLE configuration: 4 big (mask: 0xf0), 4 little (mask: 0xf)
2021/12/16 12:15:32.414 6273 6303 Info Unity ApplicationInfo com.doppel.solcala version 0.1 build 259365ac-43f6-4355-9f4e-20d5b2070118
2021/12/16 12:15:32.414 6273 6303 Info Unity Built from ‘2020.3/staging’ branch, Version ‘2020.3.24f1 (79c78de19888)’, Build type ‘Release’, Scripting Backend ‘il2cpp’, CPU ‘armeabi-v7a’, Stripping ‘Enabled’
2021/12/16 12:15:32.454 6273 6304 Info FA Tag Manager is not found and thus will not be used
2021/12/16 12:15:32.631 6273 6303 Error libprocessgroup set_timerslack_ns write failed: Operation not permitted
2021/12/16 12:15:32.632 6273 6303 Info chatty uid=10620(com.doppel.solcala) identical 14 lines
2021/12/16 12:15:32.632 6273 6303 Error libprocessgroup set_timerslack_ns write failed: Operation not permitted
2021/12/16 12:15:32.644 6273 6303 Info Unity Company Name: doppel
2021/12/16 12:15:32.644 6273 6303 Info Unity Product Name: solcala
2021/12/16 12:15:32.668 6273 6303 Debug vulkan searching for layers in ‘/data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm’
2021/12/16 12:15:32.670 6273 6303 Debug vulkan searching for layers in ‘/data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/base.apk!/lib/armeabi-v7a’
2021/12/16 12:15:32.674 6273 6303 Info AdrenoVK QUALCOMM build : 961b24f, Ib57168459a
2021/12/16 12:15:32.674 6273 6303 Info AdrenoVK Build Date : 02/24/20
2021/12/16 12:15:32.674 6273 6303 Info AdrenoVK Shader Compiler Version : EV031.27.05.06
2021/12/16 12:15:32.674 6273 6303 Info AdrenoVK Local Branch :
2021/12/16 12:15:32.674 6273 6303 Info AdrenoVK Remote Branch :
2021/12/16 12:15:32.674 6273 6303 Info AdrenoVK Remote Branch :
2021/12/16 12:15:32.674 6273 6303 Info AdrenoVK Reconstruct Branch :
2021/12/16 12:15:32.674 6273 6303 Info AdrenoVK Build Config : S L 8.0.12 AArch32
2021/12/16 12:15:32.682 6273 6303 Info AdrenoVK QUALCOMM build : 961b24f, Ib57168459a
2021/12/16 12:15:32.682 6273 6303 Info AdrenoVK Build Date : 02/24/20
2021/12/16 12:15:32.682 6273 6303 Info AdrenoVK Shader Compiler Version : EV031.27.05.06
2021/12/16 12:15:32.682 6273 6303 Info AdrenoVK Local Branch :
2021/12/16 12:15:32.682 6273 6303 Info AdrenoVK Remote Branch :
2021/12/16 12:15:32.682 6273 6303 Info AdrenoVK Remote Branch :
2021/12/16 12:15:32.682 6273 6303 Info AdrenoVK Reconstruct Branch :
2021/12/16 12:15:32.682 6273 6303 Info AdrenoVK Build Config : S L 8.0.12 AArch32
2021/12/16 12:15:32.728 6273 6303 Verbose MediaRouter Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
2021/12/16 12:15:32.752 6273 6344 Warn AudioTrack Use of stream types is deprecated for operations other than volume control
2021/12/16 12:15:32.752 6273 6344 Warn AudioTrack See the documentation of AudioTrack() for what to use instead with android.media.AudioAttributes to qualify your playback use case
2021/12/16 12:15:32.752 6273 6273 Verbose MediaRouter Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
2021/12/16 12:15:33.387 6273 6348 Info IL2CPP Locale en-US
2021/12/16 12:15:39.663 6273 6303 Error CRASH *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2021/12/16 12:15:39.663 6273 6303 Error CRASH Version ‘2020.3.24f1 (79c78de19888)’, Build type ‘Release’, Scripting Backend ‘il2cpp’, CPU ‘armeabi-v7a’
2021/12/16 12:15:39.663 6273 6303 Error CRASH Build fingerprint: ‘motorola/channel/channel:10/QPYS30.85-23-8-2/c00f57:user/release-keys’
2021/12/16 12:15:39.663 6273 6303 Error CRASH Revision: ‘PVT’
2021/12/16 12:15:39.663 6273 6303 Error CRASH ABI: ‘arm’
2021/12/16 12:15:39.663 6273 6303 Error CRASH Timestamp: 2021-12-16 12:15:39-0800
2021/12/16 12:15:39.663 6273 6303 Error CRASH pid: 6273, tid: 6303, name: UnityMain >>> com.doppel.solcala <<<
2021/12/16 12:15:39.663 6273 6303 Error CRASH uid: 10620
2021/12/16 12:15:39.663 6273 6303 Error CRASH signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xc
2021/12/16 12:15:39.663 6273 6303 Error CRASH Cause: null pointer dereference
2021/12/16 12:15:39.663 6273 6303 Error CRASH r0 00000001 r1 90c38000 r2 00000364 r3 00000010
2021/12/16 12:15:39.663 6273 6303 Error CRASH r4 7c58178d r5 62df7640 r6 62df7640 r7 7c5817af
2021/12/16 12:15:39.663 6273 6303 Error CRASH r8 8a180460 r9 00000000 r10 00000000 r11 8a180458
2021/12/16 12:15:39.663 6273 6303 Error CRASH ip a5e65ce8 sp 8a180438 lr a5de7c41 pc 7afc64f4
2021/12/16 12:15:39.663 6273 6303 Error CRASH
2021/12/16 12:15:39.663 6273 6303 Error CRASH backtrace:
2021/12/16 12:15:39.663 6273 6303 Error CRASH #00 pc 0158e4f4 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libil2cpp.so (BuildId: 8aa09efa28f2fa8c806717f76324bae7da6a595d)
2021/12/16 12:15:39.663 6273 6303 Error CRASH #01 pc 0157dd4c /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libil2cpp.so (BuildId: 8aa09efa28f2fa8c806717f76324bae7da6a595d)
2021/12/16 12:15:39.663 6273 6303 Error CRASH #02 pc 0157db74 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libil2cpp.so (BuildId: 8aa09efa28f2fa8c806717f76324bae7da6a595d)
2021/12/16 12:15:39.663 6273 6303 Error CRASH #03 pc 004d9d20 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libil2cpp.so (BuildId: 8aa09efa28f2fa8c806717f76324bae7da6a595d)
2021/12/16 12:15:39.663 6273 6303 Error CRASH #04 pc 00347370 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libil2cpp.so (BuildId: 8aa09efa28f2fa8c806717f76324bae7da6a595d)
2021/12/16 12:15:39.663 6273 6303 Error CRASH #05 pc 0020d53d /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.663 6273 6303 Error CRASH #06 pc 002176c5 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.663 6273 6303 Error CRASH #07 pc 00189d1b /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.663 6273 6303 Error CRASH #08 pc 00189cb1 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.663 6273 6303 Error CRASH #09 pc 001895a7 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.663 6273 6303 Error CRASH #10 pc 00197e65 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.663 6273 6303 Error CRASH #11 pc 00197c25 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.663 6273 6303 Error CRASH #12 pc 00197e19 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.663 6273 6303 Error CRASH #13 pc 001979f1 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.663 6273 6303 Error CRASH #14 pc 00197a8f /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.664 6273 6303 Error CRASH #15 pc 00197847 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.664 6273 6303 Error CRASH #16 pc 0019838f /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.664 6273 6303 Error CRASH #17 pc 001987f5 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.664 6273 6303 Error CRASH #18 pc 002644f3 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.664 6273 6303 Error CRASH #19 pc 00273c09 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.664 6273 6303 Error CRASH #20 pc 0001cedb /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/oat/arm/base.odex
2021/12/16 12:15:39.822 6273 6303 Error CRASH Tombstone written to: /storage/emulated/0/Android/data/com.doppel.solcala/files/tombstone_02
0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of crash
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime FATAL EXCEPTION: UnityMain
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime Process: com.doppel.solcala, PID: 6273
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime Version ‘2020.3.24f1 (79c78de19888)’, Build type ‘Release’, Scripting Backend ‘il2cpp’, CPU ‘armeabi-v7a’
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime Build fingerprint: ‘motorola/channel/channel:10/QPYS30.85-23-8-2/c00f57:user/release-keys’
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime Revision: ‘PVT’
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime ABI: ‘arm’
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime Timestamp: 2021-12-16 12:15:39-0800
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime pid: 6273, tid: 6303, name: UnityMain >>> com.doppel.solcala <<<
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime uid: 10620
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xc
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime Cause: null pointer dereference
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime r0 00000001 r1 90c38000 r2 00000364 r3 00000010
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime r4 7c58178d r5 62df7640 r6 62df7640 r7 7c5817af
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime r8 8a180460 r9 00000000 r10 00000000 r11 8a180458
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime ip a5e65ce8 sp 8a180438 lr a5de7c41 pc 7afc64f4
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime backtrace:
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #00 pc 0158e4f4 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libil2cpp.so (BuildId: 8aa09efa28f2fa8c806717f76324bae7da6a595d)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #01 pc 0157dd4c /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libil2cpp.so (BuildId: 8aa09efa28f2fa8c806717f76324bae7da6a595d)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #02 pc 0157db74 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libil2cpp.so (BuildId: 8aa09efa28f2fa8c806717f76324bae7da6a595d)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #03 pc 004d9d20 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libil2cpp.so (BuildId: 8aa09efa28f2fa8c806717f76324bae7da6a595d)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #04 pc 00347370 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libil2cpp.so (BuildId: 8aa09efa28f2fa8c806717f76324bae7da6a595d)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #05 pc 0020d53d /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #06 pc 002176c5 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #07 pc 00189d1b /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #08 pc 00189cb1 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #09 pc 001895a7 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #10 pc 00197e65 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #11 pc 00197c25 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #12 pc 00197e19 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #13 pc 001979f1 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #14 pc 00197a8f /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #15 pc 00197847 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #16 pc 0019838f /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #17 pc 001987f5 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #18 pc 002644f3 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #19 pc 00273c09 /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime #20 pc 0001cedb /data/app/com.doppel.solcala-ChUqGNIAmkktAvvqarODuw==/oat/arm/base.odex
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libil2cpp.0x158e4f4(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libil2cpp.0x157dd4c(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libil2cpp.0x157db74(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libil2cpp.0x4d9d20(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libil2cpp.0x347370(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libunity.0x20d53d(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libunity.0x2176c5(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libunity.0x189d1b(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libunity.0x189cb1(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libunity.0x1895a7(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libunity.0x197e65(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libunity.0x197c25(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libunity.0x197e19(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libunity.0x1979f1(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libunity.0x197a8f(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libunity.0x197847(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libunity.0x19838f(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libunity.0x1987f5(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libunity.0x2644f3(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at libunity.0x273c09(Native Method)
2021/12/16 12:15:39.823 6273 6303 Error AndroidRuntime at base.0x1cedb(Native Method)
2021/12/16 12:15:39.863 6273 6303 Info Process Sending signal. PID: 6273 SIG: 9

It’s crashing somewhere in scripts, not sure if it will help, but try setting IL2Cpp Compiler Configuration to Debug in your build config. Maybe it will help to resolve stacktrace at runtime.

Ok, I figured out how to resolve the stack traces using the Stacktrace utility and included the resolved logs for my process id.

https://docs.unity3d.com/Packages/com.unity.mobile.android-logcat@1.2/manual/StacktraceUtility.html

I still am not quite sure whats going on here as it seems to be a crash outside of my custom scripts. Does this help you at all / do you have any thoughts about resolution?

Thanks!

0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of main
2021/12/16 15:17:12.633 25536 25536 Error .doppel.solcal Not starting debugger since process cannot load the jdwp agent.
2021/12/16 15:17:12.748 25536 25536 Info FirebaseApp Device unlocked: initializing all Firebase APIs for app [DEFAULT]
2021/12/16 15:17:12.774 25536 25536 Info FirebaseInitProvider FirebaseApp initialization successful
2021/12/16 15:17:12.779 25536 25562 Info FirebaseAuth [FirebaseAuth:] Preparing to create service connection to fallback implementation
2021/12/16 15:17:12.801 25536 25559 Info DynamiteModule Considering local module com.google.android.gms.measurement.dynamite:51 and remote module com.google.android.gms.measurement.dynamite:55
2021/12/16 15:17:12.801 25536 25559 Info DynamiteModule Selected remote version of com.google.android.gms.measurement.dynamite, version >= 55
2021/12/16 15:17:12.801 25536 25559 Verbose DynamiteModule Dynamite loader version >= 2, using loadModule2NoCrashUtils
2021/12/16 15:17:12.900 25536 25536 Info IL2CPP JNI_OnLoad
2021/12/16 15:17:12.915 25536 25559 Warn .doppel.solcal ClassLoaderContext type mismatch. expected=PCL, found=DLC (PCL[ ] | DLC[ ];PCL[/data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/base.apk3857374807])
2021/12/16 15:17:12.917 25536 25559 Warn .doppel.solcal Found duplicate classes, falling back to extracting from APK : /data/user_de/0/com.google.android.gms/app_chimera/m/00000289/MeasurementDynamite.apk
2021/12/16 15:17:12.917 25536 25559 Warn .doppel.solcal NOTE: This wastes RAM and hurts startup performance.
2021/12/16 15:17:12.917 25536 25559 Warn .doppel.solcal Found duplicated class when checking oat files: ‘Landroid/support/v4/app/RemoteActionCompatParcelizer;’ in /data/user_de/0/com.google.android.gms/app_chimera/m/00000289/MeasurementDynamite.apk and /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/base.apk
2021/12/16 15:17:12.917 25536 25559 Warn .doppel.solcal
2021/12/16 15:17:13.025 25536 25536 Warn Gralloc3 mapper 3.x is not supported
2021/12/16 15:17:13.098 25536 25566 Info Unity MemoryManager: Using ‘Dynamic Heap’ Allocator.
2021/12/16 15:17:13.118 25536 25567 Info FA App measurement initialized, version: 46016
2021/12/16 15:17:13.118 25536 25567 Info FA To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
2021/12/16 15:17:13.118 25536 25567 Info FA To enable faster debug mode event logging run:
2021/12/16 15:17:13.118 25536 25567 Info FA adb shell setprop debug.firebase.analytics.app com.doppel.solcala
2021/12/16 15:17:13.181 25536 25566 Info Unity SystemInfo CPU = ARMv7 VFPv3 NEON, Cores = 8, Memory = 1831mb
2021/12/16 15:17:13.181 25536 25566 Info Unity SystemInfo ARM big.LITTLE configuration: 4 big (mask: 0xf0), 4 little (mask: 0xf)
2021/12/16 15:17:13.181 25536 25566 Info Unity ApplicationInfo com.doppel.solcala version 0.1 build cfd41a82-bd83-4bad-995d-1860ec26f724
2021/12/16 15:17:13.181 25536 25566 Info Unity Built from ‘2020.3/staging’ branch, Version ‘2020.3.24f1 (79c78de19888)’, Build type ‘Release’, Scripting Backend ‘il2cpp’, CPU ‘armeabi-v7a’, Stripping ‘Enabled’
2021/12/16 15:17:13.209 25536 25567 Info FA Tag Manager is not found and thus will not be used
2021/12/16 15:17:13.979 25536 25566 Error libprocessgroup set_timerslack_ns write failed: Operation not permitted
2021/12/16 15:17:13.980 25536 25566 Info chatty uid=10621(com.doppel.solcala) identical 14 lines
2021/12/16 15:17:13.980 25536 25566 Error libprocessgroup set_timerslack_ns write failed: Operation not permitted
2021/12/16 15:17:14.008 25536 25566 Info Unity Company Name: doppel
2021/12/16 15:17:14.008 25536 25566 Info Unity Product Name: solcala
2021/12/16 15:17:14.050 25536 25566 Debug vulkan searching for layers in ‘/data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm’
2021/12/16 15:17:14.050 25536 25566 Debug vulkan searching for layers in ‘/data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/base.apk!/lib/armeabi-v7a’
2021/12/16 15:17:14.054 25536 25566 Info AdrenoVK QUALCOMM build : 961b24f, Ib57168459a
2021/12/16 15:17:14.054 25536 25566 Info AdrenoVK Build Date : 02/24/20
2021/12/16 15:17:14.054 25536 25566 Info AdrenoVK Shader Compiler Version : EV031.27.05.06
2021/12/16 15:17:14.054 25536 25566 Info AdrenoVK Local Branch :
2021/12/16 15:17:14.054 25536 25566 Info AdrenoVK Remote Branch :
2021/12/16 15:17:14.054 25536 25566 Info AdrenoVK Remote Branch :
2021/12/16 15:17:14.054 25536 25566 Info AdrenoVK Reconstruct Branch :
2021/12/16 15:17:14.054 25536 25566 Info AdrenoVK Build Config : S L 8.0.12 AArch32
2021/12/16 15:17:14.057 25536 25566 Info AdrenoVK QUALCOMM build : 961b24f, Ib57168459a
2021/12/16 15:17:14.057 25536 25566 Info AdrenoVK Build Date : 02/24/20
2021/12/16 15:17:14.057 25536 25566 Info AdrenoVK Shader Compiler Version : EV031.27.05.06
2021/12/16 15:17:14.057 25536 25566 Info AdrenoVK Local Branch :
2021/12/16 15:17:14.057 25536 25566 Info AdrenoVK Remote Branch :
2021/12/16 15:17:14.057 25536 25566 Info AdrenoVK Remote Branch :
2021/12/16 15:17:14.057 25536 25566 Info AdrenoVK Reconstruct Branch :
2021/12/16 15:17:14.058 25536 25566 Info AdrenoVK Build Config : S L 8.0.12 AArch32
2021/12/16 15:17:14.114 25536 25566 Verbose MediaRouter Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
2021/12/16 15:17:14.174 25536 25604 Warn AudioTrack Use of stream types is deprecated for operations other than volume control
2021/12/16 15:17:14.174 25536 25604 Warn AudioTrack See the documentation of AudioTrack() for what to use instead with android.media.AudioAttributes to qualify your playback use case
2021/12/16 15:17:14.175 25536 25536 Verbose MediaRouter Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
2021/12/16 15:17:15.055 25536 25609 Info IL2CPP Locale en-US
2021/12/16 15:17:21.657 25536 25566 Error CRASH *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2021/12/16 15:17:21.657 25536 25566 Error CRASH Version ‘2020.3.24f1 (79c78de19888)’, Build type ‘Release’, Scripting Backend ‘il2cpp’, CPU ‘armeabi-v7a’
2021/12/16 15:17:21.657 25536 25566 Error CRASH Build fingerprint: ‘motorola/channel/channel:10/QPYS30.85-23-8-2/c00f57:user/release-keys’
2021/12/16 15:17:21.657 25536 25566 Error CRASH Revision: ‘PVT’
2021/12/16 15:17:21.657 25536 25566 Error CRASH ABI: ‘arm’
2021/12/16 15:17:21.657 25536 25566 Error CRASH Timestamp: 2021-12-16 15:17:21-0800
2021/12/16 15:17:21.657 25536 25566 Error CRASH pid: 25536, tid: 25566, name: UnityMain >>> com.doppel.solcala <<<
2021/12/16 15:17:21.657 25536 25566 Error CRASH uid: 10621
2021/12/16 15:17:21.658 25536 25566 Error CRASH signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xc
2021/12/16 15:17:21.658 25536 25566 Error CRASH Cause: null pointer dereference
2021/12/16 15:17:21.658 25536 25566 Error CRASH r0 00000001 r1 90c38000 r2 0000032b r3 00000010
2021/12/16 15:17:21.658 25536 25566 Error CRASH r4 7c5499dc r5 5b66d870 r6 5b66d870 r7 7c5499fe
2021/12/16 15:17:21.658 25536 25566 Error CRASH r8 896f9460 r9 00000000 r10 00000000 r11 896f9458
2021/12/16 15:17:21.658 25536 25566 Error CRASH ip a5e65ce8 sp 896f9438 lr a5de7c41 pc 7a7bfbd4
2021/12/16 15:17:21.658 25536 25566 Error CRASH
2021/12/16 15:17:21.658 25536 25566 Error CRASH backtrace:
2021/12/16 15:17:21.658 25536 25566 Error CRASH #00 pc 00db8bd4 (BlobArray_1_tFF4EEAB993B7CF2727F2A3CDE77227647BD82B8B::get_m_Length_1() const at C:\Doppel Studios\Solcala2\Library\Il2cppBuildCache\Android\armeabi-v7a\il2cppOutput/Unity.Scenes.cpp:3174) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libil2cpp.so (BuildId: f30cc6e646939f39683e72005e958658cfbd4754)
2021/12/16 15:17:21.658 25536 25566 Error CRASH #01 pc 00da842c (SceneSystem_GetSceneGUID_m3E6EA7E734CC2412113CE37B99AAEB8231716FEC at C:\Doppel Studios\Solcala2\Library\Il2cppBuildCache\Android\armeabi-v7a\il2cppOutput/Unity.Scenes.cpp:37824) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libil2cpp.so (BuildId: f30cc6e646939f39683e72005e958658cfbd4754)
2021/12/16 15:17:21.658 25536 25566 Error CRASH #02 pc 00da8254 (GameObjectSceneUtility_AddGameObjectSceneReferences_mCA24ACDDBE1FB3CE50403880BFA3FC7D85564C27 at C:\Doppel Studios\Solcala2\Library\Il2cppBuildCache\Android\armeabi-v7a\il2cppOutput/Unity.Scenes.cpp:23682) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libil2cpp.so (BuildId: f30cc6e646939f39683e72005e958658cfbd4754)
2021/12/16 15:17:21.658 25536 25566 Error CRASH #03 pc 003e2b68 (RuntimeInvoker_FalseVoid_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5(void (
)(), MethodInfo const*, void*, void**) at C:\Doppel Studios\Solcala2\Library\Il2cppBuildCache\Android\armeabi-v7a\il2cppOutput/Il2CppInvokerTable.cpp:239419) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libil2cpp.so (BuildId: f30cc6e646939f39683e72005e958658cfbd4754)
2021/12/16 15:17:21.658 25536 25566 Error CRASH #04 pc 005a1360 (il2cpp::vm::Runtime::Invoke(MethodInfo const*, void*, void**, Il2CppException**) at C:\Program Files\Unity\Hub\Editor\2020.3.24f1\Editor\Data\il2cpp\libil2cpp\vm/Runtime.cpp:568) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libil2cpp.so (BuildId: f30cc6e646939f39683e72005e958658cfbd4754)
2021/12/16 15:17:21.658 25536 25566 Error CRASH #05 pc 0020d53d (scripting_method_invoke(ScriptingMethodPtr, ScriptingObjectPtr, ScriptingArguments&, ScriptingExceptionPtr*, bool) at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:21.658 25536 25566 Error CRASH #06 pc 002176c5 (ScriptingInvocation::Invoke(ScriptingExceptionPtr*, bool) at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:21.658 25536 25566 Error CRASH #07 pc 00189d1b (RuntimeInitializeOnLoadManager::Execute(RuntimeInitializeOnLoadCall const&) at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:21.658 25536 25566 Error CRASH #08 pc 00189cb1 (RuntimeInitializeOnLoadManager::ExecuteInitializeOnLoad(RuntimeInitializeLoadType) at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:21.658 25536 25566 Error CRASH #09 pc 001895a7 (RuntimeInitializeOnSceneLoadedBeforeAwake(int, AwakeFromLoadQueue&, SceneLoadingMode) at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:21.658 25536 25566 Error CRASH #10 pc 00197e65 (CallbackArray3<int const, AwakeFromLoadQueue&, SceneLoadingMode>::Invoke(int, AwakeFromLoadQueue&, SceneLoadingMode) at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:21.658 25536 25566 Error CRASH #11 pc 00197c25 (LoadSceneOperation::CompleteAwakeSequence() at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:21.658 25536 25566 Error CRASH #12 pc 00197e19 (LoadSceneOperation::CompletePreloadManagerLoadScene() at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:21.658 25536 25566 Error CRASH #13 pc 001979f1 (LoadSceneOperation::PlayerLoadSceneFromThread() at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:21.658 25536 25566 Error CRASH #14 pc 00197a8f (LoadSceneOperation::CompleteLoadFirstScene() at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:21.658 25536 25566 Error CRASH #15 pc 00197847 (LoadSceneOperation::IntegrateMainThread() at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:21.658 25536 25566 Error CRASH #16 pc 0019838f (PreloadManager::UpdatePreloadingSingleStep(PreloadManager::UpdatePreloadingFlags, int) at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:21.658 25536 25566 Error CRASH #17 pc 001987f5 (PreloadManager::WaitForAllAsyncOperationsToComplete() at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:21.658 25536 25566 Error CRASH #18 pc 002644f3 (UnityPlayerLoop() at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:21.659 25536 25566 Error CRASH #19 pc 00273c09 (nativeRender(_JNIEnv*, _jobject*) at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:21.659 25536 25566 Error CRASH #20 pc 0001cedb /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/oat/arm/base.odex
2021/12/16 15:17:22.710 25536 25566 Error CRASH Tombstone written to: /storage/emulated/0/Android/data/com.doppel.solcala/files/tombstone_01
0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of crash
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime FATAL EXCEPTION: UnityMain
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime Process: com.doppel.solcala, PID: 25536
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime Version ‘2020.3.24f1 (79c78de19888)’, Build type ‘Release’, Scripting Backend ‘il2cpp’, CPU ‘armeabi-v7a’
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime Build fingerprint: ‘motorola/channel/channel:10/QPYS30.85-23-8-2/c00f57:user/release-keys’
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime Revision: ‘PVT’
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime ABI: ‘arm’
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime Timestamp: 2021-12-16 15:17:21-0800
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime pid: 25536, tid: 25566, name: UnityMain >>> com.doppel.solcala <<<
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime uid: 10621
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xc
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime Cause: null pointer dereference
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime r0 00000001 r1 90c38000 r2 0000032b r3 00000010
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime r4 7c5499dc r5 5b66d870 r6 5b66d870 r7 7c5499fe
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime r8 896f9460 r9 00000000 r10 00000000 r11 896f9458
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime ip a5e65ce8 sp 896f9438 lr a5de7c41 pc 7a7bfbd4
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime backtrace:
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #00 pc 00db8bd4 (BlobArray_1_tFF4EEAB993B7CF2727F2A3CDE77227647BD82B8B::get_m_Length_1() const at C:\Doppel Studios\Solcala2\Library\Il2cppBuildCache\Android\armeabi-v7a\il2cppOutput/Unity.Scenes.cpp:3174) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libil2cpp.so (BuildId: f30cc6e646939f39683e72005e958658cfbd4754)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #01 pc 00da842c (SceneSystem_GetSceneGUID_m3E6EA7E734CC2412113CE37B99AAEB8231716FEC at C:\Doppel Studios\Solcala2\Library\Il2cppBuildCache\Android\armeabi-v7a\il2cppOutput/Unity.Scenes.cpp:37824) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libil2cpp.so (BuildId: f30cc6e646939f39683e72005e958658cfbd4754)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #02 pc 00da8254 (GameObjectSceneUtility_AddGameObjectSceneReferences_mCA24ACDDBE1FB3CE50403880BFA3FC7D85564C27 at C:\Doppel Studios\Solcala2\Library\Il2cppBuildCache\Android\armeabi-v7a\il2cppOutput/Unity.Scenes.cpp:23682) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libil2cpp.so (BuildId: f30cc6e646939f39683e72005e958658cfbd4754)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #03 pc 003e2b68 (RuntimeInvoker_FalseVoid_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5(void ()(), MethodInfo const, void*, void**) at C:\Doppel Studios\Solcala2\Library\Il2cppBuildCache\Android\armeabi-v7a\il2cppOutput/Il2CppInvokerTable.cpp:239419) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libil2cpp.so (BuildId: f30cc6e646939f39683e72005e958658cfbd4754)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #04 pc 005a1360 (il2cpp::vm::Runtime::Invoke(MethodInfo const*, void*, void**, Il2CppException**) at C:\Program Files\Unity\Hub\Editor\2020.3.24f1\Editor\Data\il2cpp\libil2cpp\vm/Runtime.cpp:568) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libil2cpp.so (BuildId: f30cc6e646939f39683e72005e958658cfbd4754)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #05 pc 0020d53d (scripting_method_invoke(ScriptingMethodPtr, ScriptingObjectPtr, ScriptingArguments&, ScriptingExceptionPtr*, bool) at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #06 pc 002176c5 (ScriptingInvocation::Invoke(ScriptingExceptionPtr*, bool) at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #07 pc 00189d1b (RuntimeInitializeOnLoadManager::Execute(RuntimeInitializeOnLoadCall const&) at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #08 pc 00189cb1 (RuntimeInitializeOnLoadManager::ExecuteInitializeOnLoad(RuntimeInitializeLoadType) at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #09 pc 001895a7 (RuntimeInitializeOnSceneLoadedBeforeAwake(int, AwakeFromLoadQueue&, SceneLoadingMode) at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #10 pc 00197e65 (CallbackArray3<int const, AwakeFromLoadQueue&, SceneLoadingMode>::Invoke(int, AwakeFromLoadQueue&, SceneLoadingMode) at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #11 pc 00197c25 (LoadSceneOperation::CompleteAwakeSequence() at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #12 pc 00197e19 (LoadSceneOperation::CompletePreloadManagerLoadScene() at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #13 pc 001979f1 (LoadSceneOperation::PlayerLoadSceneFromThread() at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #14 pc 00197a8f (LoadSceneOperation::CompleteLoadFirstScene() at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #15 pc 00197847 (LoadSceneOperation::IntegrateMainThread() at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #16 pc 0019838f (PreloadManager::UpdatePreloadingSingleStep(PreloadManager::UpdatePreloadingFlags, int) at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #17 pc 001987f5 (PreloadManager::WaitForAllAsyncOperationsToComplete() at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #18 pc 002644f3 (UnityPlayerLoop() at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #19 pc 00273c09 (nativeRender(_JNIEnv*, _jobject*) at ??:?) /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/lib/arm/libunity.so (BuildId: e5aa766babe23ffc8b745ea7f8f96debe1676881)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime #20 pc 0001cedb /data/app/com.doppel.solcala-UhqCFHX0uWTwUtpL5KBKpg==/oat/arm/base.odex
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libil2cpp.0xdb8bd4 (BlobArray_1_tFF4EEAB993B7CF2727F2A3CDE77227647BD82B8B::get_m_Length_1() const at C:\Doppel Studios\Solcala2\Library\Il2cppBuildCache\Android\armeabi-v7a\il2cppOutput/Unity.Scenes.cpp:3174)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libil2cpp.0xda842c (SceneSystem_GetSceneGUID_m3E6EA7E734CC2412113CE37B99AAEB8231716FEC at C:\Doppel Studios\Solcala2\Library\Il2cppBuildCache\Android\armeabi-v7a\il2cppOutput/Unity.Scenes.cpp:37824)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libil2cpp.0xda8254 (GameObjectSceneUtility_AddGameObjectSceneReferences_mCA24ACDDBE1FB3CE50403880BFA3FC7D85564C27 at C:\Doppel Studios\Solcala2\Library\Il2cppBuildCache\Android\armeabi-v7a\il2cppOutput/Unity.Scenes.cpp:23682)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libil2cpp.0x3e2b68 (RuntimeInvoker_FalseVoid_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5(void ()(), MethodInfo const, void*, void**) at C:\Doppel Studios\Solcala2\Library\Il2cppBuildCache\Android\armeabi-v7a\il2cppOutput/Il2CppInvokerTable.cpp:239419)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libil2cpp.0x5a1360 (il2cpp::vm::Runtime::Invoke(MethodInfo const*, void*, void**, Il2CppException**) at C:\Program Files\Unity\Hub\Editor\2020.3.24f1\Editor\Data\il2cpp\libil2cpp\vm/Runtime.cpp:568)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libunity.0x20d53d (scripting_method_invoke(ScriptingMethodPtr, ScriptingObjectPtr, ScriptingArguments&, ScriptingExceptionPtr*, bool) at ??:?)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libunity.0x2176c5 (ScriptingInvocation::Invoke(ScriptingExceptionPtr*, bool) at ??:?)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libunity.0x189d1b (RuntimeInitializeOnLoadManager::Execute(RuntimeInitializeOnLoadCall const&) at ??:?)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libunity.0x189cb1 (RuntimeInitializeOnLoadManager::ExecuteInitializeOnLoad(RuntimeInitializeLoadType) at ??:?)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libunity.0x1895a7 (RuntimeInitializeOnSceneLoadedBeforeAwake(int, AwakeFromLoadQueue&, SceneLoadingMode) at ??:?)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libunity.0x197e65 (CallbackArray3<int const, AwakeFromLoadQueue&, SceneLoadingMode>::Invoke(int, AwakeFromLoadQueue&, SceneLoadingMode) at ??:?)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libunity.0x197c25 (LoadSceneOperation::CompleteAwakeSequence() at ??:?)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libunity.0x197e19 (LoadSceneOperation::CompletePreloadManagerLoadScene() at ??:?)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libunity.0x1979f1 (LoadSceneOperation::PlayerLoadSceneFromThread() at ??:?)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libunity.0x197a8f (LoadSceneOperation::CompleteLoadFirstScene() at ??:?)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libunity.0x197847 (LoadSceneOperation::IntegrateMainThread() at ??:?)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libunity.0x19838f (PreloadManager::UpdatePreloadingSingleStep(PreloadManager::UpdatePreloadingFlags, int) at ??:?)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libunity.0x1987f5 (PreloadManager::WaitForAllAsyncOperationsToComplete() at ??:?)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libunity.0x2644f3 (UnityPlayerLoop() at ??:?)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at libunity.0x273c09 (nativeRender(_JNIEnv*, _jobject*) at ??:?)(Native Method)
2021/12/16 15:17:22.714 25536 25566 Error AndroidRuntime at base.0x1cedb(Native Method)
2021/12/16 15:17:22.778 25536 25566 Info Process Sending signal. PID: 25536 SIG: 9

This looks similar to issue reported here - DOTS, Entities 0.17 - Runtime Error "The scene catalog has not been loaded yet"

The fix for that issue apparently was done - Unity Issue Tracker - Scene Catalog not loaded (Android) . But like I said previously newest Dots package with all the fixes are yet to be released. In entities case, it was mentioned the fix will be available in 0.20 version.

Not sure, it will help, but the developer mentioned in the bug, that if Entities 0.17.0-preview.41 package is used. Then it’s possible to apply a local patch with SceneSystem.cs.

7743531–973488–SceneSystem.cs (15 KB)

HEY IT WORKED!!!

Im so happy right now I have been having nightmares that it just never would.

This also fixed another issue I was having where my app would hang at a blank screen for a long time after splash screen on other configurations.

I will keep an eye out for those updates in the future.

Thanks so much for your help and persistence.

1 Like