Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2018.4.X
Votes
3
Found in
2019.1.2f1
2019.2.0b1
2019.3.0a1
Issue ID
1154547
Regression
Yes
[Windows 7] Crash on WindowsVideoMedia::CopyToRGBA when importing video file
How to reproduce:
1. Create a new project
2. Import "SampleVideo_1280x720_1mb.mp4"
Actual result: Unity crashes.
Reproducible with: 2019.3.0a3, 2019.3.0a1, 2019.2.0b2, 2019.2.0b1, 2019.1.3f1, 2019.1.2f1.
Not reproducible with: 2019.2.0a14, 2019.1.1f1, 2018.3.14f1.
Notes:
Reproducible only on Windows 7.
-------------------------------------------
Fixed in 2019.3.0a7, 2019.2.0b9.
-
hamokshaelzaki
Apr 04, 2020 13:10
Happening in
2019.3.7f1
2020.1.0a14 -
maximilianahead
Feb 14, 2020 20:30
It still happens in 2019.3.1f1.
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note (fix version 2019.2):
The format discovery phase of files having an audio track before the video track was hitting a behaviour difference in Media Foundation for Windows 7. Track iteration was adapted to avoid confusion between audio and video tracks that were leading to this crash.
Resolution Note (fix version 2018.4):
The format discovery phase of files having an audio track before the video track was hitting a behaviour difference in Media Foundation for Windows 7. Track iteration was adapted to avoid confusion between audio and video tracks that were leading to this crash.