Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2018.2.14f1
Issue ID
1104510
Regression
No
Unity crashes on "-[AVFoundationMediaLoader GetNumAudioChannels:]" when entering Play Mode
Repro steps:
1. Open QA attached project "repro_1104510"
2. Create an empty GameObject
3. Add a VideoPlayer Component to it
4. Attach the clip from the Project Window to it
5. Enter Play Mode
Actual: Editor crashes
Reproducible with: 2017.4.16f1, 2018.2.18f1, 2018.3.0b12, 2019.1.0a10
Fixed in: 2019.2.0a10
Backported to: 2019.1.0b10
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
- GfxDevice::UpdateBufferRanges when running UIBuilder tests
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
Resolution Note (fix version 2019.1):
Only happens on OSX, with movies that have audio tracks using unsupported codecs such as AMR. The usual codec (AAC) works fine. Workaround is to re-encode audio to AAC. Crash happens only if the VideoPlayer UI is visible so hiding the VideoPlayer is another - although less interesting - workaround.