I’m having trouble running VideoPlayer with a URL in one scene then I move to another scene, causing a sudden crash, but on iOS it works fine, only on Android it causes a force close.
Unity 2022.1.22f1
Android 14
here is the error log:
time: 1714701375286
msg: java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Version ‘2022.1.22f1 (6b6e9fc2adda)’, Build type ‘Release’, Scripting Backend ‘il2cpp’, CPU ‘arm64-v8a’
Build fingerprint: ‘Xiaomi/cupid/cupid:12/SKQ1.230401.001/V816.0.5.0.ULCCNXM:user/release-keys’
Revision: ‘0’
ABI: ‘arm64’
Timestamp: 2024-05-03 08:56:14+0700
pid: 3233, tid: 3304, name: Thread-47 >>> com.gothru.villume <<<
uid: 10236
signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
x0 0000000000000000 x1 0000000000000ce8 x2 0000000000000006 x3 0000006e802420e0
x4 68611f607560491f x5 68611f607560491f x6 68611f607560491f x7 7f7f7f7f7f7f7f7f
x8 00000000000000f0 x9 0000006fd6034b38 x10 0000000000000001 x11 0000006fd60d1be0
x12 0000006e80240fc8 x13 0000000000000045 x14 0000006e802422e0 x15 0000044b82279eec
x16 0000006fd6142720 x17 0000006fd6119920 x18 0000006d49cd4000 x19 0000000000000ca1
x20 0000000000000ce8 x21 00000000ffffffff x22 0000006f3942e000 x23 0000000000000002
x24 0000008004002001 x25 0000006fdcb789b0 x26 ffffffffffffac88 x27 0000006fdcb791a0
x28 0000006fdc9ddb6c x29 0000006e80242160
sp 0000006e802420c0 lr 0000006fd60c342c pc 0000006fd60c3458
backtrace:
#00 pc 00000000000b9458 /apex/com.android.runtime/lib64/bionic/libc.so (abort+168) (BuildId: 465e8582b69ba734d8a9b2a35f610a40)
stacktrace: java.lang.Error: FATAL EXCEPTION [UnityMain]
Unity version : 2022.1.22f1
Device model : Xiaomi 2201123G
Device fingerprint: Xiaomi/cupid/cupid:12/SKQ1.230401.001/V816.0.5.0.ULCCNXM:user/release-keys
CPU supported ABI : [arm64-v8a, armeabi-v7a, armeabi]
Build Type : Release
Scripting Backend : IL2CPP
Libs loaded from : lib/arm64
Strip Engine Code : true
Caused by: java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Version ‘2022.1.22f1 (6b6e9fc2adda)’, Build type ‘Release’, Scripting Backend ‘il2cpp’, CPU ‘arm64-v8a’
Build fingerprint: ‘Xiaomi/cupid/cupid:12/SKQ1.230401.001/V816.0.5.0.ULCCNXM:user/release-keys’
Revision: ‘0’
ABI: ‘arm64’
Timestamp: 2024-05-03 08:56:14+0700
pid: 3233, tid: 3304, name: Thread-47 >>> com.gothru.villume <<<
uid: 10236
signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
x0 0000000000000000 x1 0000000000000ce8 x2 0000000000000006 x3 0000006e802420e0
x4 68611f607560491f x5 68611f607560491f x6 68611f607560491f x7 7f7f7f7f7f7f7f7f
x8 00000000000000f0 x9 0000006fd6034b38 x10 0000000000000001 x11 0000006fd60d1be0
x12 0000006e80240fc8 x13 0000000000000045 x14 0000006e802422e0 x15 0000044b82279eec
x16 0000006fd6142720 x17 0000006fd6119920 x18 0000006d49cd4000 x19 0000000000000ca1
x20 0000000000000ce8 x21 00000000ffffffff x22 0000006f3942e000 x23 0000000000000002
x24 0000008004002001 x25 0000006fdcb789b0 x26 ffffffffffffac88 x27 0000006fdcb791a0
x28 0000006fdc9ddb6c x29 0000006e80242160
sp 0000006e802420c0 lr 0000006fd60c342c pc 0000006fd60c3458
backtrace:
#00 pc 00000000000b9458 /apex/com.android.runtime/lib64/bionic/libc.so (abort+168) (BuildId: 465e8582b69ba734d8a9b2a35f610a40)
at libc.abort(abort:168)