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
- “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
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.