Search Unity

IL2CPP crash on 2018.3.4

Discussion in 'Android' started by alan_motionlab, Feb 11, 2019.

  1. alan_motionlab

    alan_motionlab

    Joined:
    Nov 27, 2014
    Posts:
    99
    Hi,

    I've been trying to build my game using IL2CPP so I can get ARM64 support in asap. The current version builds fine using Gradle and Proguard when I use Mono, but when I build with IL2CPP, I get a crash within a couple of seconds of the game bootup, but with little to no information as to why.

    Alls I sort of know is that it happens just after IAP's get initialised (but that happens right at the start)

    This is the logcat from a development build built inside Android Studio, as I was hoping it would give me more information... but its the same no matter what.

    I am using Unity 2018.3.4f1 with split architectures turn on with all 3 active.

    Code (csharp):
    1.  
    2. 02-11 14:01:05.204 23593-23593/? I/art: Late-enabling -Xcheck:jni
    3. 02-11 14:01:05.320 23593-23593/com.motionlab.darts2 W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg  --debuggable --instruction-set=arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.motionlab.darts2-2/split_lib_dependencies_apk.apk --oat-file=/data/dalvik-cache/arm/data@app@com.motionlab.darts2-2@split_lib_dependencies_apk.apk@classes.dex) because non-0 exit status
    4. 02-11 14:01:06.138 23593-23593/com.motionlab.darts2 W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg  --debuggable --instruction-set=arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.motionlab.darts2-2/split_lib_slice_0_apk.apk --oat-file=/data/dalvik-cache/arm/data@app@com.motionlab.darts2-2@split_lib_slice_0_apk.apk@classes.dex) because non-0 exit status
    5. 02-11 14:01:06.181 23593-23593/com.motionlab.darts2 W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg  --debuggable --instruction-set=arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.motionlab.darts2-2/split_lib_slice_1_apk.apk --oat-file=/data/dalvik-cache/arm/data@app@com.motionlab.darts2-2@split_lib_slice_1_apk.apk@classes.dex) because non-0 exit status
    6. 02-11 14:01:06.231 23593-23593/com.motionlab.darts2 W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg  --debuggable --instruction-set=arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.motionlab.darts2-2/split_lib_slice_2_apk.apk --oat-file=/data/dalvik-cache/arm/data@app@com.motionlab.darts2-2@split_lib_slice_2_apk.apk@classes.dex) because non-0 exit status
    7. 02-11 14:01:06.277 23593-23593/com.motionlab.darts2 W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg  --debuggable --instruction-set=arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.motionlab.darts2-2/split_lib_slice_3_apk.apk --oat-file=/data/dalvik-cache/arm/data@app@com.motionlab.darts2-2@split_lib_slice_3_apk.apk@classes.dex) because non-0 exit status
    8. 02-11 14:01:06.332 23593-23593/com.motionlab.darts2 W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg  --debuggable --instruction-set=arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.motionlab.darts2-2/split_lib_slice_4_apk.apk --oat-file=/data/dalvik-cache/arm/data@app@com.motionlab.darts2-2@split_lib_slice_4_apk.apk@classes.dex) because non-0 exit status
    9. 02-11 14:01:06.379 23593-23593/com.motionlab.darts2 W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg  --debuggable --instruction-set=arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.motionlab.darts2-2/split_lib_slice_5_apk.apk --oat-file=/data/dalvik-cache/arm/data@app@com.motionlab.darts2-2@split_lib_slice_5_apk.apk@classes.dex) because non-0 exit status
    10. 02-11 14:01:06.426 23593-23593/com.motionlab.darts2 W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg  --debuggable --instruction-set=arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.motionlab.darts2-2/split_lib_slice_6_apk.apk --oat-file=/data/dalvik-cache/arm/data@app@com.motionlab.darts2-2@split_lib_slice_6_apk.apk@classes.dex) because non-0 exit status
    11. 02-11 14:01:06.467 23593-23593/com.motionlab.darts2 W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg  --debuggable --instruction-set=arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.motionlab.darts2-2/split_lib_slice_7_apk.apk --oat-file=/data/dalvik-cache/arm/data@app@com.motionlab.darts2-2@split_lib_slice_7_apk.apk@classes.dex) because non-0 exit status
    12. 02-11 14:01:06.509 23593-23593/com.motionlab.darts2 W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg  --debuggable --instruction-set=arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.motionlab.darts2-2/split_lib_slice_8_apk.apk --oat-file=/data/dalvik-cache/arm/data@app@com.motionlab.darts2-2@split_lib_slice_8_apk.apk@classes.dex) because non-0 exit status
    13. 02-11 14:01:06.552 23593-23593/com.motionlab.darts2 W/art: Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg  --debuggable --instruction-set=arm --instruction-set-features=smp,div,atomic_ldrd_strd --runtime-arg -Xrelocate --boot-image=/system/framework/boot.art --runtime-arg -Xms64m --runtime-arg -Xmx512m --instruction-set-variant=krait --instruction-set-features=default --dex-file=/data/app/com.motionlab.darts2-2/split_lib_slice_9_apk.apk --oat-file=/data/dalvik-cache/arm/data@app@com.motionlab.darts2-2@split_lib_slice_9_apk.apk@classes.dex) because non-0 exit status
    14. 02-11 14:01:06.576 23593-23593/com.motionlab.darts2 I/MultiDex: VM with version 2.1.0 has multidex support
    15. 02-11 14:01:06.577 23593-23593/com.motionlab.darts2 I/MultiDex: Installing application
    16. 02-11 14:01:06.577 23593-23593/com.motionlab.darts2 I/MultiDex: VM has multidex support, MultiDex support library is disabled.
    17. 02-11 14:01:06.655 23593-23593/com.motionlab.darts2 I/InstantRun: starting instant run server: is main process
    18. 02-11 14:01:06.941 23593-23753/com.motionlab.darts2 D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
    19. 02-11 14:01:07.124 23593-23753/com.motionlab.darts2 I/Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 10/21/15, 369a2ea, I96aee987eb
    20. 02-11 14:01:07.154 23593-23739/com.motionlab.darts2 W/AnalyticsUserIDStore: initStore should have been called before calling setUserID
    21. 02-11 14:01:07.156 23593-23739/com.motionlab.darts2 W/UserDataStore: initStore should have been called before calling setUserID
    22. 02-11 14:01:07.198 23593-23603/com.motionlab.darts2 I/art: Background partial concurrent mark sweep GC freed 35593(2MB) AllocSpace objects, 13(260KB) LOS objects, 39% free, 16MB/26MB, paused 10.638ms total 125.213ms
    23. 02-11 14:01:07.203 23593-23753/com.motionlab.darts2 I/OpenGLRenderer: Initialized EGL, version 1.4
    24. 02-11 14:03:25.615 23593-23744/com.motionlab.darts2 I/Unity: SystemInfo CPU = ARMv7 VFPv3 NEON, Cores = 4, Memory = 1854mb
    25. 02-11 14:03:25.615 23593-23744/com.motionlab.darts2 I/Unity: SystemInfo ARM big.LITTLE configuration: 4 big (mask: 0xf), 0 little (mask: 0x0)
    26. 02-11 14:03:25.616 23593-23744/com.motionlab.darts2 I/Unity: ApplicationInfo com.motionlab.darts2 version 4.4 build 99702252-5cdc-4240-9d37-adc3fb04aa18
    27. 02-11 14:03:25.616 23593-23744/com.motionlab.darts2 I/Unity: Built from '2018.3/staging' branch, Version '2018.3.4f1 (1d952368ca3a)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a'
    28. 02-11 14:03:26.085 23593-23744/com.motionlab.darts2 W/Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
    29. 02-11 14:03:26.085 23593-23744/com.motionlab.darts2 W/Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
    30. 02-11 14:03:26.085 23593-23744/com.motionlab.darts2 W/Adreno-EGL: <qeglDrvAPI_eglGetConfigAttrib:607>: EGL_BAD_ATTRIBUTE
    31. 02-11 14:03:26.105 23593-23744/com.motionlab.darts2 D/Unity:  GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_AMD_program_binary_Z400 GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_robustness GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_NV_fence GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_EGL_image GL_OES_EGL_sync GL_OES_EGL_image_external GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_fragment_precision_high GL_OES_get_program_binary GL_OES_packed_depth_stencil GL_OES_depth_texture_cube_map GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_array_object GL_QCOM_alpha_test GL_QCOM_binning_control GL_QCOM_driver_control GL_QCOM_perfmon_global_mode GL_QCOM_extended_get GL_QCOM_extended_get2 GL_QCOM_tiled_rendering GL_QCOM_writeonly_rendering GL_EXT_sRGB GL_EXT_sRGB_write_control GL_EXT
    32. 02-11 14:03:26.105 23593-23744/com.motionlab.darts2 D/Unity: _texture_sRGB_decode GL_EXT_texture_filter_anisotropic GL_EXT_multisampled_render_to_texture GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_EXT_disjoint_timer_query
    33. 02-11 14:03:36.737 23593-23744/com.motionlab.darts2 E/Unity: Could not find video decode shader pass YCbCr_TO_RGB1 in shader Hidden/VideoDecode
    34.      #0 0x9fe25d0c (libunity.so) ? 0x4e7d0c
    35.      #1 0x9fa1bbec (libunity.so) ? 0xddbec
    36.      #2 0xa005c1f4 (libunity.so) ? 0x71e1f4
    37.      #3 0xa005b450 (libunity.so) ? 0x71d450
    38.      #4 0xa005b024 (libunity.so) ? 0x71d024
    39.      #5 0x9fa74688 (libunity.so) ? 0x136688
    40.      #6 0x9fdc57e4 (libunity.so) ? 0x4877e4
    41.      #7 0x9fd2902c (libunity.so) ? 0x3eb02c
    42.      #8 0x9fd29210 (libunity.so) ? 0x3eb210
    43.      #9 0x9fd2a334 (libunity.so) ? 0x3ec334
    44.      #10 0x9fcb4a4c (libunity.so) ? 0x376a4c
    45.      #11 0x9fc1be78 (libunity.so) ? 0x2dde78
    46.      #12 0x9baf072c (libil2cpp.so) ? 0x6a572c
    47.      #13 0x9b90e848 (libil2cpp.so) ? 0x4c3848
    48.      #14 0x9b70b9bc (libil2cpp.so) ? 0x2c09bc
    49.      #15 0x9c867e1c (libil2cpp.so) ? 0x141ce1c
    50.      #16 0x9fca9300 (libunity.so) ? 0x36b300
    51.      #17 0x9fc9a01c (libunity.so) ? 0x35c01c
    52.      #18 0x9fc92a48 (libunity.so) ? 0x354a48
    53.      #19 0x9fc92b94 (libunity.so) ? 0x354b94
    54.      #20 0x9fc919d0 (libunity.so) ? 0x3539d0
    55.      #21 0x9fdb3964 (libunity.so) ? 0x475964
    56.      #22 0x9fd1e25c (libunity.so) ? 0x3e025c
    57.      #2
    58. 02-11 14:03:36.754 23593-23744/com.motionlab.darts2 E/Unity: Could not find video decode shader pass YCbCrA_TO_RGBAFull in shader Hidden/VideoDecode
    59.      #0 0x9fe25d0c (libunity.so) ? 0x4e7d0c
    60.      #1 0x9fa1bbec (libunity.so) ? 0xddbec
    61.      #2 0xa005c1f4 (libunity.so) ? 0x71e1f4
    62.      #3 0xa005b474 (libunity.so) ? 0x71d474
    63.      #4 0xa005b024 (libunity.so) ? 0x71d024
    64.      #5 0x9fa74688 (libunity.so) ? 0x136688
    65.      #6 0x9fdc57e4 (libunity.so) ? 0x4877e4
    66.      #7 0x9fd2902c (libunity.so) ? 0x3eb02c
    67.      #8 0x9fd29210 (libunity.so) ? 0x3eb210
    68.      #9 0x9fd2a334 (libunity.so) ? 0x3ec334
    69.      #10 0x9fcb4a4c (libunity.so) ? 0x376a4c
    70.      #11 0x9fc1be78 (libunity.so) ? 0x2dde78
    71.      #12 0x9baf072c (libil2cpp.so) ? 0x6a572c
    72.      #13 0x9b90e848 (libil2cpp.so) ? 0x4c3848
    73.      #14 0x9b70b9bc (libil2cpp.so) ? 0x2c09bc
    74.      #15 0x9c867e1c (libil2cpp.so) ? 0x141ce1c
    75.      #16 0x9fca9300 (libunity.so) ? 0x36b300
    76.      #17 0x9fc9a01c (libunity.so) ? 0x35c01c
    77.      #18 0x9fc92a48 (libunity.so) ? 0x354a48
    78.      #19 0x9fc92b94 (libunity.so) ? 0x354b94
    79.      #20 0x9fc919d0 (libunity.so) ? 0x3539d0
    80.      #21 0x9fdb3964 (libunity.so) ? 0x475964
    81.      #22 0x9fd1e25c (libunity.so) ? 0x3e025
    82. 02-11 14:03:36.771 23593-23744/com.motionlab.darts2 E/Unity: Could not find video decode shader pass YCbCrA_TO_RGBA in shader Hidden/VideoDecode
    83.      #0 0x9fe25d0c (libunity.so) ? 0x4e7d0c
    84.      #1 0x9fa1bbec (libunity.so) ? 0xddbec
    85.      #2 0xa005c1f4 (libunity.so) ? 0x71e1f4
    86.      #3 0xa005b490 (libunity.so) ? 0x71d490
    87.      #4 0xa005b024 (libunity.so) ? 0x71d024
    88.      #5 0x9fa74688 (libunity.so) ? 0x136688
    89.      #6 0x9fdc57e4 (libunity.so) ? 0x4877e4
    90.      #7 0x9fd2902c (libunity.so) ? 0x3eb02c
    91.      #8 0x9fd29210 (libunity.so) ? 0x3eb210
    92.      #9 0x9fd2a334 (libunity.so) ? 0x3ec334
    93.      #10 0x9fcb4a4c (libunity.so) ? 0x376a4c
    94.      #11 0x9fc1be78 (libunity.so) ? 0x2dde78
    95.      #12 0x9baf072c (libil2cpp.so) ? 0x6a572c
    96.      #13 0x9b90e848 (libil2cpp.so) ? 0x4c3848
    97.      #14 0x9b70b9bc (libil2cpp.so) ? 0x2c09bc
    98.      #15 0x9c867e1c (libil2cpp.so) ? 0x141ce1c
    99.      #16 0x9fca9300 (libunity.so) ? 0x36b300
    100.      #17 0x9fc9a01c (libunity.so) ? 0x35c01c
    101.      #18 0x9fc92a48 (libunity.so) ? 0x354a48
    102.      #19 0x9fc92b94 (libunity.so) ? 0x354b94
    103.      #20 0x9fc919d0 (libunity.so) ? 0x3539d0
    104.      #21 0x9fdb3964 (libunity.so) ? 0x475964
    105.      #22 0x9fd1e25c (libunity.so) ? 0x3e025c
    106.      #
    107. 02-11 14:03:36.787 23593-23744/com.motionlab.darts2 E/Unity: Could not find video decode shader pass Flip_RGBA_To_RGBA in shader Hidden/VideoDecode
    108.      #0 0x9fe25d0c (libunity.so) ? 0x4e7d0c
    109.      #1 0x9fa1bbec (libunity.so) ? 0xddbec
    110.      #2 0xa005c1f4 (libunity.so) ? 0x71e1f4
    111.      #3 0xa005b4ac (libunity.so) ? 0x71d4ac
    112.      #4 0xa005b024 (libunity.so) ? 0x71d024
    113.      #5 0x9fa74688 (libunity.so) ? 0x136688
    114.      #6 0x9fdc57e4 (libunity.so) ? 0x4877e4
    115.      #7 0x9fd2902c (libunity.so) ? 0x3eb02c
    116.      #8 0x9fd29210 (libunity.so) ? 0x3eb210
    117.      #9 0x9fd2a334 (libunity.so) ? 0x3ec334
    118.      #10 0x9fcb4a4c (libunity.so) ? 0x376a4c
    119.      #11 0x9fc1be78 (libunity.so) ? 0x2dde78
    120.      #12 0x9baf072c (libil2cpp.so) ? 0x6a572c
    121.      #13 0x9b90e848 (libil2cpp.so) ? 0x4c3848
    122.      #14 0x9b70b9bc (libil2cpp.so) ? 0x2c09bc
    123.      #15 0x9c867e1c (libil2cpp.so) ? 0x141ce1c
    124.      #16 0x9fca9300 (libunity.so) ? 0x36b300
    125.      #17 0x9fc9a01c (libunity.so) ? 0x35c01c
    126.      #18 0x9fc92a48 (libunity.so) ? 0x354a48
    127.      #19 0x9fc92b94 (libunity.so) ? 0x354b94
    128.      #20 0x9fc919d0 (libunity.so) ? 0x3539d0
    129.      #21 0x9fdb3964 (libunity.so) ? 0x475964
    130.      #22 0x9fd1e25c (libunity.so) ? 0x3e025c
    131. 02-11 14:03:36.803 23593-23744/com.motionlab.darts2 E/Unity: Could not find video decode shader pass Flip_RGBASplit_To_RGBA in shader Hidden/VideoDecode
    132.      #0 0x9fe25d0c (libunity.so) ? 0x4e7d0c
    133.      #1 0x9fa1bbec (libunity.so) ? 0xddbec
    134.      #2 0xa005c1f4 (libunity.so) ? 0x71e1f4
    135.      #3 0xa005b4c8 (libunity.so) ? 0x71d4c8
    136.      #4 0xa005b024 (libunity.so) ? 0x71d024
    137.      #5 0x9fa74688 (libunity.so) ? 0x136688
    138.      #6 0x9fdc57e4 (libunity.so) ? 0x4877e4
    139.      #7 0x9fd2902c (libunity.so) ? 0x3eb02c
    140.      #8 0x9fd29210 (libunity.so) ? 0x3eb210
    141.      #9 0x9fd2a334 (libunity.so) ? 0x3ec334
    142.      #10 0x9fcb4a4c (libunity.so) ? 0x376a4c
    143.      #11 0x9fc1be78 (libunity.so) ? 0x2dde78
    144.      #12 0x9baf072c (libil2cpp.so) ? 0x6a572c
    145.      #13 0x9b90e848 (libil2cpp.so) ? 0x4c3848
    146.      #14 0x9b70b9bc (libil2cpp.so) ? 0x2c09bc
    147.      #15 0x9c867e1c (libil2cpp.so) ? 0x141ce1c
    148.      #16 0x9fca9300 (libunity.so) ? 0x36b300
    149.      #17 0x9fc9a01c (libunity.so) ? 0x35c01c
    150.      #18 0x9fc92a48 (libunity.so) ? 0x354a48
    151.      #19 0x9fc92b94 (libunity.so) ? 0x354b94
    152.      #20 0x9fc919d0 (libunity.so) ? 0x3539d0
    153.      #21 0x9fdb3964 (libunity.so) ? 0x475964
    154.      #22 0x9fd1e25c (libunity.so) ? 0x3
    155. 02-11 14:03:36.820 23593-23744/com.motionlab.darts2 E/Unity: Could not find video decode shader pass Flip_SemiPlanarYCbCr_To_RGB1 in shader Hidden/VideoDecode
    156.      #0 0x9fe25d0c (libunity.so) ? 0x4e7d0c
    157.      #1 0x9fa1bbec (libunity.so) ? 0xddbec
    158.      #2 0xa005c1f4 (libunity.so) ? 0x71e1f4
    159.      #3 0xa005b4e4 (libunity.so) ? 0x71d4e4
    160.      #4 0xa005b024 (libunity.so) ? 0x71d024
    161.      #5 0x9fa74688 (libunity.so) ? 0x136688
    162.      #6 0x9fdc57e4 (libunity.so) ? 0x4877e4
    163.      #7 0x9fd2902c (libunity.so) ? 0x3eb02c
    164.      #8 0x9fd29210 (libunity.so) ? 0x3eb210
    165.      #9 0x9fd2a334 (libunity.so) ? 0x3ec334
    166.      #10 0x9fcb4a4c (libunity.so) ? 0x376a4c
    167.      #11 0x9fc1be78 (libunity.so) ? 0x2dde78
    168.      #12 0x9baf072c (libil2cpp.so) ? 0x6a572c
    169.      #13 0x9b90e848 (libil2cpp.so) ? 0x4c3848
    170.      #14 0x9b70b9bc (libil2cpp.so) ? 0x2c09bc
    171.      #15 0x9c867e1c (libil2cpp.so) ? 0x141ce1c
    172.      #16 0x9fca9300 (libunity.so) ? 0x36b300
    173.      #17 0x9fc9a01c (libunity.so) ? 0x35c01c
    174.      #18 0x9fc92a48 (libunity.so) ? 0x354a48
    175.      #19 0x9fc92b94 (libunity.so) ? 0x354b94
    176.      #20 0x9fc919d0 (libunity.so) ? 0x3539d0
    177.      #21 0x9fdb3964 (libunity.so) ? 0x475964
    178.      #22 0x9fd1e25c (libunity.so)
    179. 02-11 14:03:36.836 23593-23744/com.motionlab.darts2 E/Unity: Could not find video decode shader pass Flip_SemiPlanarYCbCrA_To_RGBA in shader Hidden/VideoDecode
    180.      #0 0x9fe25d0c (libunity.so) ? 0x4e7d0c
    181.      #1 0x9fa1bbec (libunity.so) ? 0xddbec
    182.      #2 0xa005c1f4 (libunity.so) ? 0x71e1f4
    183.      #3 0xa005b500 (libunity.so) ? 0x71d500
    184.      #4 0xa005b024 (libunity.so) ? 0x71d024
    185.      #5 0x9fa74688 (libunity.so) ? 0x136688
    186.      #6 0x9fdc57e4 (libunity.so) ? 0x4877e4
    187.      #7 0x9fd2902c (libunity.so) ? 0x3eb02c
    188.      #8 0x9fd29210 (libunity.so) ? 0x3eb210
    189.      #9 0x9fd2a334 (libunity.so) ? 0x3ec334
    190.      #10 0x9fcb4a4c (libunity.so) ? 0x376a4c
    191.      #11 0x9fc1be78 (libunity.so) ? 0x2dde78
    192.      #12 0x9baf072c (libil2cpp.so) ? 0x6a572c
    193.      #13 0x9b90e848 (libil2cpp.so) ? 0x4c3848
    194.      #14 0x9b70b9bc (libil2cpp.so) ? 0x2c09bc
    195.      #15 0x9c867e1c (libil2cpp.so) ? 0x141ce1c
    196.      #16 0x9fca9300 (libunity.so) ? 0x36b300
    197.      #17 0x9fc9a01c (libunity.so) ? 0x35c01c
    198.      #18 0x9fc92a48 (libunity.so) ? 0x354a48
    199.      #19 0x9fc92b94 (libunity.so) ? 0x354b94
    200.      #20 0x9fc919d0 (libunity.so) ? 0x3539d0
    201.      #21 0x9fdb3964 (libunity.so) ? 0x475964
    202.      #22 0x9fd1e25c (libunity.so
    203. 02-11 14:03:37.012 23593-23744/com.motionlab.darts2 E/Unity: Could not find video decode shader pass Composite_RGBA_TO_RGBA in shader Hidden/VideoDecode
    204.      #0 0x9fe25d0c (libunity.so) ? 0x4e7d0c
    205.      #1 0x9fa1bbec (libunity.so) ? 0xddbec
    206.      #2 0xa005c1f4 (libunity.so) ? 0x71e1f4
    207.      #3 0xa005bba4 (libunity.so) ? 0x71dba4
    208.      #4 0x9fa74688 (libunity.so) ? 0x136688
    209.      #5 0x9fdc57e4 (libunity.so) ? 0x4877e4
    210.      #6 0x9fd2902c (libunity.so) ? 0x3eb02c
    211.      #7 0x9fd29210 (libunity.so) ? 0x3eb210
    212.      #8 0x9fd2a334 (libunity.so) ? 0x3ec334
    213.      #9 0x9fcb4a4c (libunity.so) ? 0x376a4c
    214.      #10 0x9fc1be78 (libunity.so) ? 0x2dde78
    215.      #11 0x9baf072c (libil2cpp.so) ? 0x6a572c
    216.      #12 0x9b90e848 (libil2cpp.so) ? 0x4c3848
    217.      #13 0x9b70b9bc (libil2cpp.so) ? 0x2c09bc
    218.      #14 0x9c867e1c (libil2cpp.so) ? 0x141ce1c
    219.      #15 0x9fca9300 (libunity.so) ? 0x36b300
    220.      #16 0x9fc9a01c (libunity.so) ? 0x35c01c
    221.      #17 0x9fc92a48 (libunity.so) ? 0x354a48
    222.      #18 0x9fc92b94 (libunity.so) ? 0x354b94
    223.      #19 0x9fc919d0 (libunity.so) ? 0x3539d0
    224.      #20 0x9fdb3964 (libunity.so) ? 0x475964
    225.      #21 0x9fd1e25c (libunity.so) ? 0x3e025c
    226.      #22 0x9fd1e294 (libunity.so) ? 0x3
    227. 02-11 14:03:37.670 23593-24069/com.motionlab.darts2 I/SampleTable: There are reordered frames present.
    228. 02-11 14:03:37.675 23593-24243/com.motionlab.darts2 I/OMXClient: Using client-side OMX mux.
    229. 02-11 14:03:38.007 23593-24257/com.motionlab.darts2 I/OMXClient: Using client-side OMX mux.
    230. 02-11 14:03:38.124 23593-24257/com.motionlab.darts2 E/OMXMaster: A component of name 'OMX.qcom.audio.decoder.aac' already exists, ignoring this one.
    231. 02-11 14:03:38.231 23593-24265/com.motionlab.darts2 I/SoftAAC2: Reconfiguring decoder: 0->48000 Hz, 0->2 channels
    232. 02-11 14:03:38.381 23593-24278/com.motionlab.darts2 I/OMXClient: Using client-side OMX mux.
    233. 02-11 14:03:38.416 23593-23603/com.motionlab.darts2 I/art: Background sticky concurrent mark sweep GC freed 112446(6MB) AllocSpace objects, 41(3MB) LOS objects, 38% free, 16MB/26MB, paused 5.817ms total 40.168ms
    234. 02-11 14:03:38.489 23593-24277/com.motionlab.darts2 I/MediaCodec: [OMX.qcom.video.decoder.avc] setting surface generation to 24159233
    235. 02-11 14:03:38.512 23593-24278/com.motionlab.darts2 D/SurfaceUtils: set up nativeWindow 0x94b57608 for 374x664, color 0x7fa30c04, rotation 0, usage 0x42002900
    236. 02-11 14:03:38.525 23593-24287/com.motionlab.darts2 I/OMXClient: Using client-side OMX mux.
    237. 02-11 14:03:38.646 23593-24287/com.motionlab.darts2 E/OMXMaster: A component of name 'OMX.qcom.audio.decoder.aac' already exists, ignoring this one.
    238. 02-11 14:03:38.705 23593-24240/com.motionlab.darts2 I/NuCachedSource2: caching reached eos.
    239. 02-11 14:03:38.744 23593-24288/com.motionlab.darts2 I/SoftAAC2: Reconfiguring decoder: 0->48000 Hz, 0->2 channels
    240. 02-11 14:03:38.762 23593-24278/com.motionlab.darts2 D/SurfaceUtils: set up nativeWindow 0x94b57608 for 384x672, color 0x7fa30c04, rotation 0, usage 0x42002900
    241. 02-11 14:03:41.619 23593-23744/com.motionlab.darts2 I/Unity: UnityIAP Version: 1.21
    242.     UnityEngine.Logger:Log(Object)
    243.     UnityEngine.Purchasing.StandardPurchasingModule:Instance(AppStore)
    244.     SIS.IAPManager:Initialize()
    245.     UnityEngine.Object:Instantiate(Object)
    246.     MotionlabGames.Utils:StartIAPManager()
    247.     MotionlabGames.SplashMenuManager:PageActive()
    248.     MotionlabGames.<WaitForUnitySplash>d__4:MoveNext()
    249.     UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    250.      
    251.     (Filename: ./Runtime/Export/Debug.bindings.h Line: 45)
    252. 02-11 14:03:41.700 23593-23744/com.motionlab.darts2 I/UnityIAP: IAB helper created.
    253. 02-11 14:03:44.427 23593-24058/com.motionlab.darts2 E/CRASH: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00002458
    254. 02-11 14:03:44.427 23593-24058/com.motionlab.darts2 E/CRASH: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    255. 02-11 14:03:44.427 23593-24058/com.motionlab.darts2 E/CRASH: Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a'
    256. 02-11 14:03:44.427 23593-24058/com.motionlab.darts2 E/CRASH: Build fingerprint: 'google/hammerhead/hammerhead:6.0.1/M4B30X/3237893:user/release-keys'
    257. 02-11 14:03:44.427 23593-24058/com.motionlab.darts2 E/CRASH: Revision: '11'
    258.  
    259.  
    260.  

    Thanks in advanced.
     
  2. alan_motionlab

    alan_motionlab

    Joined:
    Nov 27, 2014
    Posts:
    99
    bump

    I've tried a few different way get some sort of output with dev builds, building out to Android Studios, but I get no further information about why it won't work on Arm7 in IL2CPP when its running and live on Mono
     
  3. alan_motionlab

    alan_motionlab

    Joined:
    Nov 27, 2014
    Posts:
    99
    Ok - so I managed to figure out my problem. Turns out it was to do with Unity IAP system and possibly an inconsistency between the package manager version and the actual IAP system. I didn't realise they were two separate parts and that the package manager component needed to be updated independent of the services. Updating both of these to the latest version fixed the issue. Not sure why it worked in Mono but not in IL2CPP, but it was definitely related to IAP