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
- [Android][Mobile Notifications] The Player freezes or crashes when calling "AndroidNotificationCenter.GetNotificationChannel" every frame
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
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.