Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2018.3.X
Votes
0
Found in
2018.2.18f1
Issue ID
1127529
Regression
No
Batch mode crash when playing VideoPlayer on Metal headless
Reproduction steps:
1. Open "1127529" -> "scripts" -> "util_libraries.sh" in a Text Editor
2. Change "unity_bin_path" to your Editor executable path
3. Change all occurrences of "/Applications/Unity5.6.2f1" to your Unity path
4. Open Terminal
5. cd to Project Folder
6. "bash scripts/util_libraries.sh run_integration_tests *Your Unity Install Path* osx VideoPlaybackMenuTests > log.txt"
7. In the Project Folder open the Log
8. Notice errors
Expected Result: No errors
Actual Result: Editor crashes / Errors
Fixed in: 2019.2.0a11
Reproduced with: 2018.3.7f1, 2018.2.18f1
Did not reproduce on: 2019.2.0a6, 2019.1.0.b5, 2017.4.22f1
Errors:
Assertion failed on expression: 'textureCache->m_StorageList.empty()'
Assertion failed on expression: 'textureCache->m_LateCallbackQueue.empty()'
Receiving unhandled NULL exception
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Add comment