Search Issue Tracker
Won't Fix
Votes
1
Found in
5.4.1f1
2019.4
2020.1
2020.2
2021.1
Issue ID
840183
Regression
No
Unity crashes when saving something while being out of space
To reproduce:
1) Have an almost full partition (I used a USB Drive for testing)
2) Create a project there
3) Finish filling up the partition so that it would be completely full (<2-4 mb of free space)
4) Duplicate an asset with CTRL + D so that you would go over the limit
Expected: Either Unity stops you from duplicating or informatively tells the problem while crashing
Actual: It just crashes with "data offset != file.GetPosition()", which doesn't make the problem clear
Reproduced in 2019.4.12f1, 2020.1.9f1, 2020.2.0b7, 2021.1.0a1
Comments (1)
-
headlessstudio
May 10, 2019 01:01
This issue is present in 2019.2.0b1
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
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
Resolution Note:
There is no catch-all solution to this problem and certainly none that can be applied whilst being certain not to reduce stability. The existing solution of warning the user regarding low disk space at load time is sufficient.