Search Unity

Android Cloud Build Startup Crash

Discussion in 'Unity Build Automation' started by k0fe, Sep 25, 2020.

  1. k0fe

    k0fe

    Joined:
    Apr 26, 2015
    Posts:
    6
    Hello. I've successfully built an application for Android, but when I launch it on the device I'm getting this type of errors in logcat:

    Code (CSharp):
    1. 2020/09/25 13:40:53.663 1060 27216 Error ANDR-IOP IIop:: Iop HAL Service is not available.
    2. 2020/09/25 13:40:53.772 14963 15005 Error CRASH *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    3. 2020/09/25 13:40:53.772 14963 15005 Error CRASH Version '2020.1.6f1 (fc477ca6df10)', Build type 'Development', Scripting Backend 'il2cpp', CPU 'arm64-v8a'
    4. 2020/09/25 13:40:53.772 14963 15005 Error CRASH Build fingerprint: 'Nokia/Crystal_00WW/CTL_sprout:10/QKQ1.190828.002/00WW_4_15C:user/release-keys'
    5. 2020/09/25 13:40:53.772 14963 15005 Error CRASH Revision: '0'
    6. 2020/09/25 13:40:53.772 14963 15005 Error CRASH ABI: 'arm64'
    7. 2020/09/25 13:40:53.772 14963 15005 Error CRASH Timestamp: 2020-09-25 13:40:53+0300
    8. 2020/09/25 13:40:53.772 14963 15005 Error CRASH pid: 14963, tid: 15005, name: UnityMain  >>> com.greenbuttongames.tycoonpolice <<<
    9. 2020/09/25 13:40:53.772 14963 15005 Error CRASH uid: 10779
    10. 2020/09/25 13:40:53.772 14963 15005 Error CRASH signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x10
    11. 2020/09/25 13:40:53.772 14963 15005 Error CRASH Cause: null pointer dereference
    12. 2020/09/25 13:40:53.772 14963 15005 Error CRASH     x0  0000000000000000  x1  0000007a37687e40  x2  00000079be5da8a8  x3  0000000000000001
    13. 2020/09/25 13:40:53.772 14963 15005 Error CRASH     x4  656c616353656d69  x5  696d655363616c65  x6  656c616353656d69  x7  656d69542e656e69
    14. 2020/09/25 13:40:53.772 14963 15005 Error CRASH     x8  0000000000000000  x9  0000007a3c0a4000  x10 0000007a371613f0  x11 0000007a2d5e4ef8
    15. 2020/09/25 13:40:53.772 14963 15005 Error CRASH     x12 0000007a2d24d480  x13 00000000ffffffff  x14 0000000000000010  x15 000000000000bec8
    16. 2020/09/25 13:40:53.772 14963 15005 Error CRASH     x16 0000007a2d037cf8  x17 0000007b26a28070  x18 000000000000b9a0  x19 0000007a37687e40
    17. 2020/09/25 13:40:53.773 14963 15005 Error CRASH     x20 0000000000000000  x21 00000079be5da8a8  x22 0000007a2d7e2f60  x23 0000007a2d8664e4
    18. 2020/09/25 13:40:53.773 14963 15005 Error CRASH     x24 0000007a2d78c808  x25 0000007a2d78c830  x26 0000007a2d78ca10  x27 0000007a2d78c998
    19. 2020/09/25 13:40:53.773 14963 15005 Error CRASH     x28 0000007a2d78cf38  x29 0000007a37161440
    20. 2020/09/25 13:40:53.773 14963 15005 Error CRASH     sp  0000007a371613f0  lr  0000007a29705bf0  pc  0000007a29705bf4
    21. 2020/09/25 13:40:53.773 14963 15005 Error CRASH
    22. 2020/09/25 13:40:53.773 14963 15005 Error CRASH backtrace:
    23. 2020/09/25 13:40:53.773 14963 15005 Error CRASH       #00 pc 0000000003ec4bf4  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libil2cpp.so (BuildId: b4beee37c15e51283871124abd34fdd044c7792c)
    24. 2020/09/25 13:40:53.773 14963 15005 Error CRASH       #01 pc 0000000004845aa8  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libil2cpp.so (BuildId: b4beee37c15e51283871124abd34fdd044c7792c)
    25. 2020/09/25 13:40:53.773 14963 15005 Error CRASH       #02 pc 0000000004866bb4  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libil2cpp.so (BuildId: b4beee37c15e51283871124abd34fdd044c7792c)
    26. 2020/09/25 13:40:53.773 14963 15005 Error CRASH       #03 pc 0000000004866000  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libil2cpp.so (BuildId: b4beee37c15e51283871124abd34fdd044c7792c)
    27. 2020/09/25 13:40:53.773 14963 15005 Error CRASH       #04 pc 0000000004865cfc  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libil2cpp.so (BuildId: b4beee37c15e51283871124abd34fdd044c7792c)
    28. 2020/09/25 13:40:53.773 14963 15005 Error CRASH       #05 pc 0000000006531afc  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libil2cpp.so (BuildId: b4beee37c15e51283871124abd34fdd044c7792c)
    29. 2020/09/25 13:40:53.773 14963 15005 Error CRASH       #06 pc 00000000016ec78c  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libil2cpp.so (BuildId: b4beee37c15e51283871124abd34fdd044c7792c)
    30. 2020/09/25 13:40:53.773 14963 15005 Error CRASH       #07 pc 00000000016e73e0  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libil2cpp.so (BuildId: b4beee37c15e51283871124abd34fdd044c7792c)
    31. 2020/09/25 13:40:53.773 14963 15005 Error CRASH       #08 pc 00000000008ba5c8  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libil2cpp.so (BuildId: b4beee37c15e51283871124abd34fdd044c7792c)
    32. 2020/09/25 13:40:53.773 14963 15005 Error CRASH       #09 pc 0000000006699f28  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libil2cpp.so (BuildId: b4beee37c15e51283871124abd34fdd044c7792c)
    33. 2020/09/25 13:40:53.773 14963 15005 Error CRASH       #10 pc 000000000061f010  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libunity.so ?? ??:0
    34. 2020/09/25 13:40:53.773 14963 15005 Error CRASH       #11 pc 000000000062eb28  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libunity.so ?? ??:0
    35. 2020/09/25 13:40:53.773 14963 15005 Error CRASH       #12 pc 0000000000639f9c  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libunity.so ?? ??:0
    36. 2020/09/25 13:40:53.773 14963 15005 Error CRASH       #13 pc 0000000000308fa8  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libunity.so ?? ??:0
    37. 2020/09/25 13:40:53.773 14963 15005 Error CRASH       #14 pc 0000000000308ec8  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libunity.so ?? ??:0
    38. 2020/09/25 13:40:53.774 14963 15005 Error CRASH       #15 pc 00000000003f9e64  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libunity.so ?? ??:0
    39. 2020/09/25 13:40:53.774 14963 15005 Error CRASH       #16 pc 00000000003f1640  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libunity.so ?? ??:0
    40. 2020/09/25 13:40:53.774 14963 15005 Error CRASH       #17 pc 00000000003f1698  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libunity.so ?? ??:0
    41. 2020/09/25 13:40:53.774 14963 15005 Error CRASH       #18 pc 00000000003f18f4  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libunity.so ?? ??:0
    42. 2020/09/25 13:40:53.774 14963 15005 Error CRASH       #19 pc 00000000006b515c  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libunity.so ?? ??:0
    43. 2020/09/25 13:40:53.774 14963 15005 Error CRASH       #20 pc 00000000006e0da8  /data/app/com.greenbuttongames.tycoonpolice-7RWbQ-zOktc3KuVPlFz3qQ==/lib/arm64/libunity.so ?? ??:0
    44. 2020/09/25 13:40:53.774 14963 15005 Error CRASH       #21 pc 000000000013f350  /apex/com.android.runtime/lib64/libart.so (art_quick_generic_jni_trampoline+144) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    45. 2020/09/25 13:40:53.774 14963 15005 Error CRASH       #22 pc 0000000000136334  /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    46. 2020/09/25 13:40:53.774 14963 15005 Error CRASH       #23 pc 0000000000144fec  /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+244) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    47. 2020/09/25 13:40:53.774 14963 15005 Error CRASH       #24 pc 00000000002e2674  /apex/com.android.runtime/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+384) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    48. 2020/09/25 13:40:53.774 14963 15005 Error CRASH       #25 pc 00000000002dd8d4  /apex/com.android.runtime/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+892) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    49. 2020/09/25 13:40:53.774 14963 15005 Error CRASH       #26 pc 00000000005a1e4c  /apex/com.android.runtime/lib64/libart.so (MterpInvokeDirect+424) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    50. 2020/09/25 13:40:53.774 14963 15005 Error CRASH       #27 pc 0000000000130914  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_direct+20) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    51. 2020/09/25 13:40:53.774 14963 15005 Error CRASH       #28 pc 00000000005a2894  /apex/com.android.runtime/lib64/libart.so (MterpInvokeStatic+1040) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    52. 2020/09/25 13:40:53.774 14963 15005 Error CRASH       #29 pc 0000000000130994  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    53. 2020/09/25 13:40:53.774 14963 15005 Error CRASH       #30 pc 00000000005a1604  /apex/com.android.runtime/lib64/libart.so (MterpInvokeInterface+1788) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    54. 2020/09/25 13:40:53.775 14963 15005 Error CRASH       #31 pc 0000000000130a14  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_interface+20) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    55. 2020/09/25 13:40:53.775 14963 15005 Error CRASH       #32 pc 000000000059fde4  /apex/com.android.runtime/lib64/libart.so (MterpInvokeVirtual+1352) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    56. 2020/09/25 13:40:53.775 14963 15005 Error CRASH       #33 pc 0000000000130814  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_virtual+20) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    57. 2020/09/25 13:40:53.775 14963 15005 Error CRASH       #34 pc 00000000005a2894  /apex/com.android.runtime/lib64/libart.so (MterpInvokeStatic+1040) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    58. 2020/09/25 13:40:53.775 14963 15005 Error CRASH       #35 pc 0000000000130994  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    59. 2020/09/25 13:40:53.777 14963 15005 Error CRASH       #36 pc 00000000002b3988  /apex/com.android.runtime/lib64/libart.so (art::interpreter::Execute(art::Thread*, art::CodeItemDataAccessor const&, art::ShadowFrame&, art::JValue, bool, bool) (.llvm.17460956533834400288)+240) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    60. 2020/09/25 13:40:53.777 14963 15005 Error CRASH       #37 pc 000000000059108c  /apex/com.android.runtime/lib64/libart.so (artQuickToInterpreterBridge+1032) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    61. 2020/09/25 13:40:53.777 14963 15005 Error CRASH       #38 pc 000000000013f468  /apex/com.android.runtime/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    62. 2020/09/25 13:40:53.777 14963 15005 Error CRASH       #39 pc 0000000000136334  /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    63. 2020/09/25 13:40:53.777 14963 15005 Error CRASH       #40 pc 0000000000144fec  /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+244) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    64. 2020/09/25 13:40:53.778 14963 15005 Error CRASH       #41 pc 00000000004afa90  /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    65. 2020/09/25 13:40:53.779 14963 15005 Error CRASH       #42 pc 00000000004b0ba4  /apex/com.android.runtime/lib64/libart.so (art::InvokeVirtualOrInterfaceWithJValues(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, jvalue const*)+416) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    66. 2020/09/25 13:40:53.780 14963 15005 Error CRASH       #43 pc 00000000004f1560  /apex/com.android.runtime/lib64/libart.so (art::Thread::CreateCallback(void*)+1176) (BuildId: 19632a5dba8aa6ae51ded338216c35ad)
    67. 2020/09/25 13:40:53.784 14963 15005 Error CRASH       #44 pc 00000000000e6890  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+36) (BuildId: cf739dbc84bcc78f7a1500721bfb3758)
    68. 2020/09/25 13:40:53.784 14963 15005 Error CRASH       #45 pc 0000000000084b6c  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: cf739dbc84bcc78f7a1500721bfb3758)
    69. 2020/09/25 13:40:53.809 575 575 Error SELinux avc:  denied  { find } for interface=vendor.qti.hardware.servicetracker::IServicetracker sid=u:r:system_server:s0 pid=1446 scontext=u:r:system_server:s0 tcontext=u:object_r:default_android_hwservice:s0 tclass=hwservice_manager permissive=0
    70.  
    I've got this problem on several devices. Also I've built application for iOS and it's crashed on startup too. But I want to get Android fixed first, since there might be another type of problem with iOS.
     

    Attached Files:

  2. k0fe

    k0fe

    Joined:
    Apr 26, 2015
    Posts:
    6
    If I disable auto resolution on my local build, then I'm getting the same result - build crashes on startup. So now the question is how do I enable auto resolution on Unity Cloud?