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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.