Search Unity

Video Video Player crash the APP on Android any workarounds?

Discussion in 'Audio & Video' started by Alex_in_wonderland, Feb 12, 2020.

  1. Alex_in_wonderland

    Alex_in_wonderland

    Joined:
    Aug 2, 2017
    Posts:
    9
    Hi,

    We are developing an App with a couple scenes playing videos with VideoPlayers. While running the app for about 10 minutes, the app just crashed with the following error log. It seems, from our experiments, the more scenes we included(which in turn have more videoplayers), the shorter of the period of crash was. We already reported a bug. But for some reason, it is closed without any explanation. So we post an inquiry again on this forum. The log is attached and I snipped part of it from the beginning of crash.

    We also listed previous threads for you guys reference.

    https://forum.unity.com/threads/switch-scene-app-crash-on-android.810327/
    https://forum.unity.com/threads/app-crash-with-videoplayer.809541/

    And the following is the bug report.
    https://fogbugz.unity3d.com/default.asp?1218638_0vdch2vviud150ov


    02-12 10:03:29.672 2710-2763/com.alextest.testscene E/CRASH: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: Version '2019.3.0f6 (27ab2135bccf)', Build type 'Release', Scripting Backend 'mono', CPU 'armeabi-v7a'
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: Build fingerprint: 'Android/rk3288_box/rk3288_box:5.1.1/LMY47V/root01172220:userdebug/test-keys'
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: Revision: '0'
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: ABI: 'arm'
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: Timestamp: 2020-02-12 10:03:29+0800
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: pid: 2710, tid: 2763, name: Thread-234 >>> com.alextest.testscene <<<
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: uid: 10055
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xa157b034
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: r0 00000000 r1 00000000 r2 00000000 r3 a157b034
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: r4 9de51918 r5 9de518e8 r6 00000001 r7 00000000
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: r8 00000007 r9 baaceb60 r10 b5c99f3c r11 ba01e994
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: ip a157b000 sp 9de51888 lr b6fd739f pc b5c91bda
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: backtrace:
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: #00 pc 00004bda /system/lib/libunwind.so
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: #01 pc 0000139d /system/bin/linker (__dl_dl_iterate_phdr+48)
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: #02 pc 00004f53 /system/lib/libunwind.so
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: #03 pc 0000a5d9 /system/lib/libunwind.so
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: #04 pc 0000976f /system/lib/libunwind.so (_ULarm_step+114)
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: #05 pc 000048c5 /system/lib/libbacktrace.so (UnwindCurrent::UnwindFromContext(unsigned int, bool)+656)
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: #06 pc 00003175 /system/lib/libbacktrace.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: #07 pc 0000cff1 /system/lib/libutils.so (android::CallStack::update(int, int)+52)
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: #08 pc 00236570 /system/vendor/lib/egl/rk3288/libGLES_mali.so
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: #09 pc 0042fbf4 /system/vendor/lib/egl/rk3288/libGLES_mali.so
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: #10 pc 0043c9c8 /system/vendor/lib/egl/rk3288/libGLES_mali.so
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: #11 pc 004a7128 /mnt/asec/com.alextest.testscene-2/lib/arm/libunity.so (BuildId: 674f946550500e0f3ced349bbf8bca3c633edf18)
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: #12 pc 00493da4 /mnt/asec/com.alextest.testscene-2/lib/arm/libunity.so (BuildId: 674f946550500e0f3ced349bbf8bca3c633edf18)
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: #13 pc 00251519 /mnt/asec/com.alextest.testscene-2/lib/arm/libunity.so (BuildId: 674f946550500e0f3ced349bbf8bca3c633edf18)
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: #14 pc 0025276f /mnt/asec/com.alextest.testscene-2/lib/arm/libunity.so (BuildId: 674f946550500e0f3ced349bbf8bca3c633edf18)
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: #15 pc 0024ba4b /mnt/asec/com.alextest.testscene-2/lib/arm/libunity.so (BuildId: 674f946550500e0f3ced349bbf8bca3c633edf18)
    02-12 10:03:29.673 2710-2763/com.alextest.testscene E/CRASH: #16 pc 003a5933 /mnt/asec/com.alextest.testscene-2/lib/arm/libunity.so (BuildId: 674f946550500e0f3ced349bbf8bca3c633edf18)
    02-12 10:03:29.674 2710-2763/com.alextest.testscene E/CRASH: #17 pc 0001659b /system/lib/libc.so (__pthread_start(void*)+30)
    02-12 10:03:29.674 2710-2763/com.alextest.testscene E/CRASH: #18 pc 000144c3 /system/lib/libc.so (__start_thread+6)
    02-12 10:03:29.833 1926-1986/com.orbbec.touchcursormanager V/=========: cPackageName=888 mLastPackageName=com.alextest.testscene
    02-12 10:03:29.835 443-540/system_process W/InputDispatcher: channel 'df0e505 com.alextest.testscene/com.unity3d.player.UnityPlayerActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9
    02-12 10:03:29.835 443-540/system_process E/InputDispatcher: channel 'df0e505 com.alextest.testscene/com.unity3d.player.UnityPlayerActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
    02-12 10:03:29.841 443-870/system_process V/Sensors: int poll__activate(sensors_poll_device_t*, int, int)
    02-12 10:03:29.841 443-870/system_process V/Sensors: int sensors_poll_context_t::activate(int, int)
    02-12 10:03:29.841 443-870/system_process V/Sensors: enable - sensor Accelerometer (handle 4) en -> dis
    02-12 10:03:29.841 443-870/system_process E/Sensors: MPU is not available
     

    Attached Files:

  2. MihailLuhov

    MihailLuhov

    Joined:
    Aug 10, 2020
    Posts:
    6
    I have the same issue with version 2019.4.8f1. Did you find a solution?