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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
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