Search Issue Tracker
Fixed in 2017.3.0f3
Votes
0
Found in
2017.1.0f3
Issue ID
949374
Regression
No
Crash on RecursivePlayableTraverser::Traverse when having GameObjects with Control Tracks as a Source GameObjects of each other
How to reproduce:
1. Open the attached project and "Repro" scene
2. Open Timeline window and select "A" GameObject in Hierachy, notice that it has Control Track with "B" GameObject assigned as its Source Game Object
3. Select "B" GameObject in Hierachy with the Timeline window opened
4. Right click on the Control Track and add Control Playable Asset Clip
5. With the Clip selected, drag and drop "A" GameObject from Hierarchy to a Source Game Object property
Result: Crash most of the time occurs on:
========== OUTPUTING STACK TRACE ==================
0x00000001404FF24F (Unity) RecursivePlayableTraverser::Traverse
0x00000001404FF34C (Unity) RecursivePlayableTraverser::Traverse
0x00000001404FF34C (Unity) RecursivePlayableTraverser::Traverse
0x00000001404FF34C (Unity) RecursivePlayableTraverser::Traverse
0x00000001404FF8E5 (Unity) PlayableOutput::PrepareTraverse
0x00000001404FFFA6 (Unity) PlayableGraph::PrepareFrame
0x00000001405022C4 (Unity) PlayableGraph::Evaluate
0x0000000141850511 (Unity) PlayableDirector::Evaluate
Reproducible with - 2017.3.0a7, 2017.2.0b11, 2017.1.1p1, 2017.1.0b1
Note: Crash also occurs on HPlayable::IsValid (mostly 2017.2), Playable::PrepareFrameVisitor (2017.1)
Fixed in 2017.3.0b6
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor is stuck in an infinite reimport loop when a specific project is reloaded
- Editor gets stuck on the "Reloading Domain" window when the Play Mode is entered and exited a few times in a short period
- Undoing Animator Parameter name change breaks references to it
- Crash on BV4_OverlapBoxAll when moving in play mode
- Custom mesh water surface normal map fades out when Y Position increases
Add comment