Search Unity

[2017.2.0f3] Android build crash on startup

Discussion in 'Editor & General Support' started by bbQsauce, Jul 21, 2018.

  1. bbQsauce

    bbQsauce

    Joined:
    Jun 29, 2014
    Posts:
    53
    I'm having an issue with my android game, it crashes on startup, but not always. If i keep trying to open it, it will finally open. But it works like 4 times out of 5 attempts.

    Here's the log when it crashes:

    Code (CSharp):
    1. I/ActivityManager(  862): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity bnds=[6,582][123,715]} from pid 11077
    2.  
    3. I/ActivityManager(  862): Start proc com.bbQGames.SkateInSpace for activity com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity: pid=11845 uid=10103 gids={50103, 3003}
    4.  
    5. W/InputDispatcher(  862): channel '42431198 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9
    6.  
    7. E/InputDispatcher(  862): channel '42431198 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
    8.  
    9. W/InputDispatcher(  862): Attempted to unregister already unregistered input channel '42431198 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity (server)'
    10.  
    11. I/WindowState(  862): WIN DEATH: Window{42431198 u0 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity}
    12.  
    13. W/ActivityManager(  862): Force removing ActivityRecord{424b6c78 u0 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity t14}: app died, no saved state
    14.  
    15. W/WindowManager(  862): Force-removing child win Window{424696e0 u0 SurfaceView} from container Window{42431198 u0 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity}
    16.  
    17. I/ActivityManager(  862): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity bnds=[6,582][123,715]} from pid 11077
    18.  
    19. I/ActivityManager(  862): Start proc com.bbQGames.SkateInSpace for activity com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity: pid=11920 uid=10103 gids={50103, 3003}
    20.  
    21. I/ActivityManager(  862): Displayed com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity: +513ms
    22.  
    23. I/Timeline(  862): Timeline: Activity_windows_visible id: ActivityRecord{427451f0 u0 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity t15} time:2253381
    24.  
    25. I/Unity   (11920): SystemInfo CPU = ARMv7 VFPv3 NEON, Cores = 4, Memory = 910mb
    26.  
    27. I/Unity   (11920): SystemInfo ARM big.LITTLE configuration: 4 big (mask: 15), 0 little (mask: 0)
    28.  
    29. I/Unity   (11920): ApplicationInfo com.bbQGames.SkateInSpace version 1.0 build 34f3480a-23c4-4653-930a-95e74df10445
    30.  
    31. E/Unity   (11920): Unable to find AudioPluginMsHRTF
    32.  
    33. E/Unity   (11920): Unable to find AudioPluginOculusSpatializer
    34.  
    35. E/Unity   (11920): Unable to find unitygar
    36.  
    37. E/Unity   (11920): Unable to find libAudioPluginOculusSpatializer
    38.  
    39. E/Unity   (11920): Unable to find libtango_3d_reconstruction_api
    40.  
    41. D/Unity   (11920): 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_KHR_texture_compression_astc_ldr GL_EXT_sR
    42.  
    43. D/Unity   (11920): GB GL_EXT_sRGB_write_control GL_EXT_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
    44.  
    45. F/libc    (11920): Fatal signal 11 (SIGSEGV) at 0x63885000 (code=2), thread 11944 (UnityGfxDeviceW)
    46.  
    47. I/DEBUG   (  246): pid: 11920, tid: 11944, name: UnityGfxDeviceW  >>> com.bbQGames.SkateInSpace <<<
    48.  
    49. I/DEBUG   (  246):     #03  pc 00564100  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    50.  
    51. I/DEBUG   (  246):     #04  pc 0053c704  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    52.  
    53. I/DEBUG   (  246):     #05  pc 0053c614  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    54.  
    55. I/DEBUG   (  246):     #06  pc 0054bb5c  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    56.  
    57. I/DEBUG   (  246):     #07  pc 0054d0b4  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    58.  
    59. I/DEBUG   (  246):     #08  pc 002aaaac  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    60.  
    61. I/DEBUG   (  246):     #09  pc 002a9c44  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    62.  
    63. I/DEBUG   (  246):     #10  pc 0047533c  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    64.  
    65. I/DEBUG   (  246):     #11  pc 005327f0  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    66.  
    67. I/DEBUG   (  246):     #12  pc 00536a74  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    68.  
    69. I/DEBUG   (  246):     #13  pc 0052ef1c  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    70.  
    71. I/DEBUG   (  246):     #14  pc 003e842c  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    72.  
    73. I/DEBUG   (  246):          6398253c  60324104  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    74.  
    75. W/ActivityManager(  862):   Force finishing activity com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity
    76.  
    77. W/InputDispatcher(  862): channel '424ac960 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9
    78.  
    79. E/InputDispatcher(  862): channel '424ac960 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
    80.  
    81. W/InputDispatcher(  862): Attempted to unregister already unregistered input channel '424ac960 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity (server)'
    82.  
    83. I/WindowState(  862): WIN DEATH: Window{424ac960 u0 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity}
    84.  
    85. W/WindowManager(  862): Force-removing child win Window{4255d6e0 u0 SurfaceView} from container Window{424ac960 u0 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity}
    86.  
    87.  
    Here's the log when it doesn't crash:

    Code (CSharp):
    1. I/ActivityManager(  862): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity bnds=[6,582][123,715]} from pid 11077
    2.  
    3. I/ActivityManager(  862): Start proc com.bbQGames.SkateInSpace for activity com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity: pid=12126 uid=10103 gids={50103, 3003}
    4.  
    5. W/ActivityManager(  862): Activity pause timeout for ActivityRecord{424b6c78 u0 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity t16}
    6.  
    7. I/WindowState(  862): WIN DEATH: Window{42d194c0 u0 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity}
    8.  
    9. W/WindowManager(  862): Force-removing child win Window{42da3458 u0 SurfaceView} from container Window{42d194c0 u0 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity}
    10.  
    11. I/ActivityManager(  862): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity bnds=[6,582][123,715]} from pid 11077
    12.  
    13. I/ActivityManager(  862): Start proc com.bbQGames.SkateInSpace for activity com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity: pid=12206 uid=10103 gids={50103, 3003}
    14.  
    15. I/ActivityManager(  862): Displayed com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity: +530ms
    16.  
    17. I/Timeline(  862): Timeline: Activity_windows_visible id: ActivityRecord{428d0da8 u0 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity t18} time:2733134
    18.  
    19. I/Unity   (12206): SystemInfo CPU = ARMv7 VFPv3 NEON, Cores = 4, Memory = 910mb
    20.  
    21. I/Unity   (12206): SystemInfo ARM big.LITTLE configuration: 4 big (mask: 15), 0 little (mask: 0)
    22.  
    23. I/Unity   (12206): ApplicationInfo com.bbQGames.SkateInSpace version 1.0 build 34f3480a-23c4-4653-930a-95e74df10445
    24.  
    25. E/Unity   (12206): Unable to find AudioPluginMsHRTF
    26.  
    27. E/Unity   (12206): Unable to find AudioPluginOculusSpatializer
    28.  
    29. E/Unity   (12206): Unable to find unitygar
    30.  
    31. E/Unity   (12206): Unable to find libAudioPluginOculusSpatializer
    32.  
    33. E/Unity   (12206): Unable to find libtango_3d_reconstruction_api
    34.  
    35. D/Unity   (12206): 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_KHR_texture_compression_astc_ldr GL_EXT_sR
    36.  
    37. D/Unity   (12206): GB GL_EXT_sRGB_write_control GL_EXT_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
    38.  
    39. F/libc    (12206): Fatal signal 11 (SIGSEGV) at 0x6388d000 (code=2), thread 12228 (UnityGfxDeviceW)
    40.  
    41. I/DEBUG   (  246): pid: 12206, tid: 12228, name: UnityGfxDeviceW  >>> com.bbQGames.SkateInSpace <<<
    42.  
    43. I/DEBUG   (  246):     #03  pc 00564100  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    44.  
    45. I/DEBUG   (  246):     #04  pc 0053c704  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    46.  
    47. I/DEBUG   (  246):     #05  pc 0053c614  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    48.  
    49. I/DEBUG   (  246):     #06  pc 0054bb5c  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    50.  
    51. I/DEBUG   (  246):     #07  pc 0054d0b4  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    52.  
    53. I/DEBUG   (  246):     #08  pc 002aaaac  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    54.  
    55. I/DEBUG   (  246):     #09  pc 002a9c44  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    56.  
    57. I/DEBUG   (  246):     #10  pc 0047533c  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    58.  
    59. I/DEBUG   (  246):     #11  pc 005327f0  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    60.  
    61. I/DEBUG   (  246):     #12  pc 00536a74  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    62.  
    63. I/DEBUG   (  246):     #13  pc 0052ef1c  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    64.  
    65. I/DEBUG   (  246):     #14  pc 003e842c  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    66.  
    67. I/DEBUG   (  246):          6398a53c  60324104  /mnt/asec/com.bbQGames.SkateInSpace-1/lib/libunity.so
    68.  
    69. W/InputDispatcher(  862): channel '428a8f60 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9
    70.  
    71. E/InputDispatcher(  862): channel '428a8f60 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
    72.  
    73. W/InputDispatcher(  862): Attempted to unregister already unregistered input channel '428a8f60 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity (server)'
    74.  
    75. I/WindowState(  862): WIN DEATH: Window{428a8f60 u0 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity}
    76.  
    77. W/WindowManager(  862): Force-removing child win Window{42aaef58 u0 SurfaceView} from container Window{428a8f60 u0 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity}
    78.  
    79. W/ActivityManager(  862): Force removing ActivityRecord{428d0da8 u0 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity t18}: app died, no saved state
    80.  
    81. I/ActivityManager(  862): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity bnds=[6,582][123,715]} from pid 11077
    82.  
    83. I/ActivityManager(  862): Start proc com.bbQGames.SkateInSpace for activity com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity: pid=12271 uid=10103 gids={50103, 3003}
    84.  
    85. I/ActivityManager(  862): Displayed com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity: +280ms
    86.  
    87. I/Timeline(  862): Timeline: Activity_windows_visible id: ActivityRecord{429a4a90 u0 com.bbQGames.SkateInSpace/com.unity3d.player.UnityPlayerActivity t19} time:2737404
    88.  
    89. I/Unity   (12271): SystemInfo CPU = ARMv7 VFPv3 NEON, Cores = 4, Memory = 910mb
    90.  
    91. I/Unity   (12271): SystemInfo ARM big.LITTLE configuration: 4 big (mask: 15), 0 little (mask: 0)
    92.  
    93. I/Unity   (12271): ApplicationInfo com.bbQGames.SkateInSpace version 1.0 build 34f3480a-23c4-4653-930a-95e74df10445
    94.  
    95. E/Unity   (12271): Unable to find AudioPluginMsHRTF
    96.  
    97. E/Unity   (12271): Unable to find AudioPluginOculusSpatializer
    98.  
    99. E/Unity   (12271): Unable to find unitygar
    100.  
    101. E/Unity   (12271): Unable to find libAudioPluginOculusSpatializer
    102.  
    103. E/Unity   (12271): Unable to find libtango_3d_reconstruction_api
    104.  
    105. D/Unity   (12271): 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_KHR_texture_compression_astc_ldr GL_EXT_sR
    106.  
    107. D/Unity   (12271): GB GL_EXT_sRGB_write_control GL_EXT_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
    108.  
    109. D/UnityAds(12271): com.unity3d.ads.cache.CacheDirectory.getCacheDirectory() (line:42) :: Unity Ads is using external cache directory: /storage/emulated/0/Android/data/com.bbQGames.SkateInSpace/cache/UnityAdsCache
    110.  
    111. D/UnityAds(12271): com.unity3d.ads.misc.Utilities.writeFile() (line:105) :: Wrote file: /storage/emulated/0/Android/data/com.bbQGames.SkateInSpace/cache/UnityAdsCache/UnityAdsStorage-public-data.json
    112.  
    113. D/UnityAds(12271): com.unity3d.ads.device.Storage.sendEvent() (line:82) :: Couldn't send storage event to WebApp
    114.  
    115. D/UnityAds(12271): com.unity3d.ads.misc.Utilities.writeFile() (line:105) :: Wrote file: /storage/emulated/0/Android/data/com.bbQGames.SkateInSpace/cache/UnityAdsCache/UnityAdsStorage-public-data.json
    116.  
    117. D/UnityAds(12271): com.unity3d.ads.device.Storage.sendEvent() (line:82) :: Couldn't send storage event to WebApp
    118.  
    119. D/UnityAds(12271): com.unity3d.ads.UnityAds.initialize() (line:109) :: ENTERED METHOD
    120.  
    121. I/UnityAds(12271): com.unity3d.ads.UnityAds.initialize() (line:148) :: Initializing Unity Ads 2.1.1 (2101) with game id 2652968 in production mode
    122.  
    123. I/UnityAds(12271): com.unity3d.ads.UnityAds.initialize() (line:160) :: Unity Ads environment check OK
    124.  
    125. W/dalvikvm(12271): Unable to resolve superclass of Lcom/unity3d/ads/connectivity/ConnectivityNetworkCallback; (62)
    126.  
    127. W/dalvikvm(12271): Link of class 'Lcom/unity3d/ads/connectivity/ConnectivityNetworkCallback;' failed
    128.  
    129. I/dalvikvm(12271): Could not find method com.unity3d.ads.connectivity.ConnectivityNetworkCallback.register, referenced from method com.unity3d.ads.connectivity.ConnectivityMonitor.startListening
    130.  
    131. W/dalvikvm(12271): VFY: unable to resolve static method 901: Lcom/unity3d/ads/connectivity/ConnectivityNetworkCallback;.register ()V
    132.  
    133. W/dalvikvm(12271): Unable to resolve superclass of Lcom/unity3d/ads/connectivity/ConnectivityNetworkCallback; (62)
    134.  
    135. W/dalvikvm(12271): Link of class 'Lcom/unity3d/ads/connectivity/ConnectivityNetworkCallback;' failed
    136.  
    137. I/dalvikvm(12271): Could not find method com.unity3d.ads.connectivity.ConnectivityNetworkCallback.unregister, referenced from method com.unity3d.ads.connectivity.ConnectivityMonitor.stopListening
    138.  
    139. W/dalvikvm(12271): VFY: unable to resolve static method 902: Lcom/unity3d/ads/connectivity/ConnectivityNetworkCallback;.unregister ()V
    140.  
    141. I/UnityAds(12271): com.unity3d.ads.configuration.InitializeThread$InitializeStateConfig.execute() (line:214) :: Unity Ads init: load configuration from https://config.unityads.unity3d.com/webview/2.1.1/release/config.json
    142.  
    143. I/Unity   (12271): /storage/emulated/0/Android/data/com.bbQGames.SkateInSpace/files
    144.  
    145. I/Unity   (12271): Stacktrace is not supported on this platform.
    146.  
    147. I/Unity   (12271): (Filename: ./artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
    148.  
    149. I/Unity   (12271):
    150.  
    151. I/UnityAds(12271): com.unity3d.ads.configuration.InitializeThread$InitializeStateLoadWeb.execute() (line:291) :: Unity Ads init: loading webapp from https://webview.unityads.unity3d.com/webview/2.1.1/0e7526a621bf0889afd9920f92d67f6d118a8640/release/index.html
    152.  
    153. I/dalvikvm(12271): Could not find method android.webkit.WebSettings.setMixedContentMode, referenced from method com.unity3d.ads.webview.WebView.<init>
    154.  
    155. I/dalvikvm(12271): Could not find method android.webkit.WebViewClient.onReceivedError, referenced from method com.unity3d.ads.webview.WebViewApp$WebAppClient.onReceivedError
    156.  
    157. I/chromium(12271): [INFO:CONSOLE(7)] "The key "viewport-fit" is not recognized and ignored.", source: file:///storage/emulated/0/Android/data/com.bbQGames.SkateInSpace/cache/UnityAdsCache/UnityAdsWebApp.html?platform=android&origin=https%3A%2F%2Fwebview.unityads.unity3d.com%2Fwebview%2F2.1.1%2F0e7526a621bf0889afd9920f92d67f6d118a8640%2Frelease%2Findex.html&version=0e7526a621bf0889afd9920f92d67f6d118a8640 (7)
    158.  
    159. I/UnityAds(12271): com.unity3d.ads.api.Sdk.logInfo() (line:70) :: Requesting configuration from https://publisher-config.unityads.unity3d.com/games/2652968/configuration?bundleId=com.bbQGames.SkateInSpace&encrypted=true&rooted=false&platform=android&sdkVersion=2101&osVersion=4.4.4&deviceModel=Y635-L21&language=it_IT&test=false&deviceMake=HUAWEI&advertisingTrackingId=d6006e28-3666-4113-94a7-eb1eb073bacd&limitAdTracking=false&frameworkName=Unity&frameworkVersion=2017.2.0f3&adapterName=Engine&adapterVersion=2.1.1
    160.  
    161. I/UnityAds(12271): com.unity3d.ads.api.Sdk.logInfo() (line:70) :: Received configuration with 2 placements for token eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWMiOjE1OCwiY3BpIjoxMDgsImlhcCI6MzgsImx0diI6MTYxLCJwcm8iOjEyMSwieHByIjoxOTYsInN1YiI6Ik5qZXN5cDJTaDVTVVZnVExKTndWcDFTcGt5bGVEdG9xUHpLajF5bUdnMGtvcjNjU01BekdweHZkT1N4RXVoU3k5NDAwc1E9PSIsImlhdCI6MTUzMjE3MDQ5OCwiZXhwIjoxNTMzMzgwMDk4LCJpc3MiOiJjb21ldC51bml0eWFkcy51bml0eTNkLmNvbSJ9.TaUmTSLEMvofFG81aeWNBRkgtVsrkV30HD4DimTI39M (A/B group [object Object])
    162.  
    163. I/UnityAds(12271): com.unity3d.ads.api.Sdk.logInfo() (line:70) :: Requesting ad plan from cache https://auction.unityads.unity3d.com/v4/games/2652968/requests?advertisingTrackingId=d6006e28-3666-4113-94a7-eb1eb073bacd&limitAdTracking=false&deviceModel=Y635-L21&platform=android&sdkVersion=2101&stores=google&deviceMake=HUAWEI&screenSize=98&screenDensity=240&apiLevel=19&screenWidth=854&screenHeight=480&connectionType=wifi&networkType=13
    164.  
    165. I/UnityAds(12271): com.unity3d.ads.api.Sdk.logInfo() (line:70) :: Requesting ad plan from https://auction.unityads.unity3d.com/v4/games/2652968/requests?advertisingTrackingId=d6006e28-3666-4113-94a7-eb1eb073bacd&limitAdTracking=false&deviceModel=Y635-L21&platform=android&sdkVersion=2101&stores=google&deviceMake=HUAWEI&screenSize=98&screenDensity=240&apiLevel=19&screenWidth=854&screenHeight=480&connectionType=wifi&networkType=13
    166.  
    167. I/UnityAds(12271): com.unity3d.ads.api.Sdk.logInfo() (line:70) :: AdPlan received with 1 campaigns and refreshDelay 0
    168.  
    I'm not experienced with android development at all, so i have no idea what is causing the issue. I've searched online and tried multiple things but nothing seems working. Can someone help?
     
  2. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,618
    Since 2017.2 is not supported anymore, I would first update to the latest 2017.4 LTS release:
    https://unity3d.com/unity/qa/lts-releases

    ... and check whether the issue has fixed in this version already. If the crash persists with the latest LTS release, I would submit a bug-report following the steps explained in this document:
    https://unity3d.com/unity/qa/bug-reporting

    https://forum.unity.com/threads/ins...om-originating-transform.539677/#post-3558659
     
  3. bbQsauce

    bbQsauce

    Joined:
    Jun 29, 2014
    Posts:
    53
    I feel so stupid for not doing this already. Upgrading to 2017.4 fixed the issue, thanks.