Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3
2020.3.6f1
2021.1
2021.2
Issue ID
1342153
Regression
No
Editor crashes when Deserializing a Filestream
Reproduction steps:
1. Open user attached Project
2. Open Assets\Scenes\Combat Scene
3. Press Play
Expected result: Scene is loaded
Actual result: The Editor crashes
Reproducible with: 2020.3.13f1, 2021.1.12f1, 2021.2.0b1
Could not test with: 2019.4 (Could not downgrade)
Notes:
Commenting out lines 45 and 63 in SaveSystem.cs prevents the crash
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
- A Console error is not handled correctly when using #pragma kernel with the Kernel name not provided
- L(a,b) expression in float fields has erratic behaviour when ordering due to using instanceID as an index
- InvalidOperationException is thrown when switching to a custom Debug Draw Mode in Scene View
- [Android][Vulkan] Skybox and Environment effects flicker in the Player when using the Vulkan Graphics API
- "Shortcuts conflict" warning pops up when the shortcuts are different ("Shift + Mouse 2" and "Mouse 2")
Resolution Note (2022.1.X):
Crash is due to a corrupt asset that was serialized. Unfortunately the asset in question was correct enough to pass the deserialization checks without throwing a SerializationException while still being able to take down the editor with a crash. Unfortunately the fix for this would require a substantial amount of time for a rare scenario and will revisit this if this happens again.