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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment