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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
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.