Search Issue Tracker
Duplicate
Votes
0
Found in
Issue ID
1058606
Regression
No
[OSX][Video Player]Player crahses when the user stops a .mp4 video.
When stopping a MP4 video from playing, the standalone Player crashes.
It happens ONLY to MP4 file so far. It happens when calling VideoPlayer.Stop() or switching to another scene.
This issue repros on 2018.3.0a4 Saihai build #5482 (http://saihai.hq.unity3d.com/build/763) and Trunk branch.
Repro:
1. Open the Project attached
2. Build the Mac Standalone Player
3. In the Menu scene, select "Video Player" (the only option)
4. In the Video Player scene, click "Stop" button or press Esc->Space to go back to Menu.
5. Observe the Crash.
(optional) Replace the .mp4 video file in the project with the .webm one, and repeat the steps above to confirm it does NOT crash.
Comments (1)
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Privateer
Feb 11, 2019 09:15
I have a similar crash in a Windows standalone project. I use the video player with Render Texture and mp4 files. If I use the quit command while a video is playing, even if having an OnApplicationQuit method on it meant to stop playing, the program crashes.