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.
Comments (2)
-
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
- Animator Controller throws MissingReferenceException after undoing Layer Creation
- Full stack trace is always printed when an exception occurs in an IL2CPP build
- Licensing Client fails to launch when opening Unity Hub (licensing client path is not found)
- Licensing Client fails to launch when opening Unity Hub
- Different custom Shader behavior when GPU Resident Drawer is enabled
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.