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
- Mouse inputs cannot be inputted when searching the Shortcuts Menu by type "Shortcut"
- "Debug Assertion Failed!" error when launching Windows Dedicated Server Player with Script Debugging enabled
- [Cinematic Studio][3D HDRP] Shader warnings thrown in the Console window when creating a new project with Cinematic Studio template
- Autoplay is triggered on Audio Assets when changing Asset Bundle tags
- Inspector Asset Bundle section has no indication for Variants, AssetBundle is written without a space, and Variant dropdown menu is available without setting the Asset Bundle first
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.