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
- Parallax mapping with UVs set other than UV0 plugged into sample texture 2d produces an error
- Objects with single letter name won't show up in hierarchy search results
- The GameObject is not transparent when setting CameraDepthTexture as a depth render target
- SRP Lens Flares with Occlusion enabled inconsistently shine through objects
- "Can not play a disabled audio source" is thrown when audio is toggled on with disabled Audio Source in the Scene
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.