Search Issue Tracker
Fixed
Fixed in 2020.3.47f1, 2021.3.19f1, 2022.2.7f1, 2023.2.0a1
Votes
26
Found in
2021.3.14f1
2022.1.23f1
2022.2.0f1
2023.1.0a21
Issue ID
UUM-20661
Regression
Yes
[Android] Application crashes when changing the source URL of a video player in Android
Check here for the full fixes:
[https://issuetracker.unity3d.com/issues/android-application-crashes-when-changing-the-source-url-of-a-video-player-in-android-v2]
Reproduction steps:
1. Open the project “VideoBug”
2. Build and Run on an android device
3. Tap on the screen a few times
Expected result: The video shown is changed
Actual result: Application crashes
Reproducible with: 2021.3.12f1, 2021.3.14f1, 2022.1.23f1, 2022.2.0f1, 2023.1.0a21
Not reproducible with: 2020.3.42f1, 2021.3.11f1
Reproducible on:
VLNQA00122 - Samsung Galaxy S9 (SM-G960F), CPU: Exynos 9 Series 9810, GPU: Mali-G72, OS: 10.0.0
VLNQA00263 - Google Pixel 3 (Pixel 3), CPU: Snapdragon 845, GPU: Adreno 630, OS: 12.0.0
Stack trace:
Error AndroidRuntime signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
Error AndroidRuntime Cause: null pointer dereference
Error AndroidRuntime r0 00000000 r1 00003f06 r2 71303e68 r3 00000002
Error AndroidRuntime r4 0848fed2 r5 e5f9b138 r6 ea0e93e0 r7 00000000
Error AndroidRuntime r8 b5c5bfa8 r9 00000000 r10 b5c5bfe8 r11 00000002
Error AndroidRuntime ip e9e63e58 sp b5c5bf00 lr e9df8263 pc e9d823fa
Error AndroidRuntime
Error AndroidRuntime backtrace:
Error AndroidRuntime #00 pc 000773fa /system/lib/libandroid_runtime.so (BuildId: cb59abe29c72e464af331ce6551ec035)
Error AndroidRuntime #01 pc 00000136 [anon:.bss]
Error AndroidRuntime
Error AndroidRuntime at libandroid_runtime.0x773fa(Native Method)
Error AndroidRuntime at [anon:.0x136(Native Method)
-
svenneve
Jul 07, 2024 19:21
This seems to be broken again in 2022.3.23f1
-
daniele_unity197
Dec 21, 2023 06:57
By us it is a big issue we are using 2020.3.46f1. The saddest thing is that the only thing that we have for testing this is a completely empty scene with a plane and a video player component on it, and URL that plays on every video. On an editor it works great and fine, but on build it crashes after some time, which is very sad. I wish Unity tested this before.
-
Adrian-Anta
Mar 14, 2023 10:47
This is not fixed in 2021.3.19f1
-
ZoroMC
Mar 07, 2023 11:39
This is still affecting 2022.2.7f1
-
dhindman
Mar 04, 2023 05:15
This is fixed in 2021.3.19f1 but broken again in 2021.3.20f1. Come on guys.
-
budwheizzah
Feb 21, 2023 20:18
I want the incompetent scum at Unity to make a page listingt every time they broke this pathetic VideoPlayer component (along with all the times they broke it when it was called movieTexture) just so we can marvel at how disgustingly inept this company is and how they strive to make everyone's lives as miserable as possible through careless, convoluted and poorly planned chaotic feature integration.
Unity you are a bunch of subhuman monkeys.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] [Vulkan] UI that is activated after a delay flickers when a Scriptable Render Pass goes over it
- [Linux] Characters are converted to Latin letters when using IME on Linux
- [Ubuntu] Possible for Create menu to show sections with no options inside
- [Usability] Not possible to set Editor Window text colour to be default black without workaround
- Text field max length is -1 by default
Resolution Note (fix version 2023.2.0a1):
Fixed crash when deleting MediaHttp on Android