Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.1.1f1
Issue ID
957443
Regression
No
Unity crashes when trying to save project from learn and one of its files are opened with another program
Reproduction steps:
1. Open project from Learn.
2. Open any of its files with another program (script with VS or texture with Windows Photos)
3. Try to quit the project.
4. Select "Keep" project.
5. Save it somewhere.
6. A dialog appears "Moving file failed" so try to close another program.
Expected result: It will be possible to save after closing another program. I also expect it to not quite when pressing cancel at this moment.
Actual result: After unfocusing Unity, fatal error appears: "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)"
Reproduced with: 5.6.0f3, 2017.1.0f3, 2017.2.0f2.
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
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Resolution Note:
Due to the nature of the bug, it was decided that it won't be fixed for the foreseeable future. It is still in our database and we may come back to it, but we can't say when this will be ready for release.
As a workarond, before saving, please close anything that might be using any of the tutorial project files(such as code editors with opened scripts from the project), which should prevent this crash from occurring.