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.
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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
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.