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
- “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
Add comment