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
- “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 (2018.4.X):
This no longer reproduces on 19.3, there is a high probability the fix has been backported to 18.4 already