Search Issue Tracker
Not Reproducible
Votes
2
Found in
2017.3.0a1
2018.2.0a1
2018.2.0b6
2018.3.0a1
2019.1.0a1
Issue ID
1094031
Regression
No
Crash on ImmediatePtr<Unity::Component>::operator* when opening a project
How to reproduce:
1. Open the "Crash_on_import.zip" project
Actual result: Unity crashes.
Reproducible with: 2019.1.0a9, 2019.1.0a1, 2018.3.0b11, 2018.2.17f1, 2018.2.0a1, 2018.1.9f2, 2018.1.0a1, 2017.4.16f1, 2017.3.0a1.
Notes:
Make sure there is no "Library" folder when reproducing the crash.
An error is thrown before the crash: "Cannot destroy Component while GameObject is being activated or deactivated."
When there is a "Library" folder in the project, it opens with errors:
- Transform component could not be found on game object. Adding one!
- Prefab has multiple Transform components! Removing them automatically would not be safe.
The errors are caused by "Level_Decoration_ConcreteBox_400x400_A_Variant" prefab.
------------------------------
Not reproducible anymore at: 2018.4.3f1, 2019.1.8f1, 2019.2.0b8, 2019.3.0a8.
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
- NullReferenceException is thrown when assigning PanelSettings asset to a UIDocument dynamically at runtime
- Crash on GfxDeviceD3D12Base::DrawBuffersCommon when disabling "Allow FSR2" parameter while in Play Mode with Direct3D12 set as graphics API
- Crash on vkGetInstanceProcAddr when setting graphics API to "Vulkan" on Fantasy Kingdom learning project
- Overlay Camera "clear depth" not working on Vulkan+Pixel8
- Shadows from Shadow Caster 2D using 2D Colliders show incorrectly when tiles are removed at runtime
Resolution Note (2018.4.X):
This no longer reproduces on 19.3, there is a high probability the fix has been backported to 18.4 already