Search Issue Tracker
Won't Fix
Votes
1
Found in
5.0.2f1
Issue ID
697239
Regression
No
Unity crashes on Unity::GameObject::IsActive when opening a scene
Repro steps:
1) Open attached project
2) Open scene 'client'
3) Editor crashes
Additional information:
From the editor log I can see, that Unity goes to a loop:
(Filename: C:/buildslave/unity/build/Runtime/BaseClasses/GameObject.cpp Line: 870)
Transform component could not be found on game object. Adding one!
(Filename: C:/buildslave/unity/build/Runtime/BaseClasses/GameObject.cpp Line: 748)
GameObject has multiple Transform components! Merged into single one.
and loops until it crashes. Also in error.log it says:
Unity.exe caused an Access Violation (0xc0000005)
in module Unity.exe at 0033:4013b5a6.
Error occurred at 2015-05-16_043438.
I:\Programs\Unity\Editor\Unity.exe, run by Ray.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Entering “NaN” or “Infinity” values in Game Object Brush Orientation value fields spams Quaternion-related errors in the Console and persists unless value is undone in Tile Palette window
- An InvalidOperationException is thrown in the Editor when using On-Tile Rendering with the Mock HMD plug-in
- Unity UI does not trigger "OnFocusLost" and doesn't refresh when focusing on other Windows in the Editor
- Project Auditor's settings cannot be searched in the Preferences window
- Crash on SerializableManagedRef::CallMethod when performing various Unity operations
Add comment