Search Issue Tracker
Fixed in 2021.1.X
Fixed in 2019.4.X, 2020.2.X
Votes
0
Found in
2019.1
Issue ID
1290690
Regression
No
Multiple Signal Receivers Components on a single GameObject can cause a Crash when signals target the playable director
1. Import attached package
2. Open signalCrash scene
- The timeline has a signal at the end of the timeline
- The Cube contains two separate signal receivers which make calls to the playableDirector.
3. Enter Playmode
4. Wait for the timeline to play.
When the timeline ends, the editor will often crash.
Call stack:
========== OUTPUTTING STACK TRACE ==================
0x00007FF6CC0C00DE (Unity) memcpy_repmovs
0x00007FF6CA846FA9 (Unity) PlayableOutput::DispatchNotifications
0x00007FF6CA8587E5 (Unity) PlayableGraph::DispatchOutputNotifications
0x00007FF6CA859B81 (Unity) `DirectorManager::InitializeClass'::`2'::PreLateUpdateDirectorDeferredEvaluateRegistrator::Forward
0x00007FF6CA34BA28 (Unity) ExecutePlayerLoop
0x00007FF6CA34BAFD (Unity) ExecutePlayerLoop
0x00007FF6CA350FEC (Unity) PlayerLoop
0x00007FF6C86D08DC (Unity) PlayerLoopController::UpdateScene
0x00007FF6C86CE878 (Unity) Application::TickTimer
0x00007FF6C9043150 (Unity) MainMessageLoop
0x00007FF6C904D328 (Unity) WinMain
0x00007FF6CC09D902 (Unity) __scrt_common_main_seh
0x00007FFC80D57BD4 (KERNEL32) BaseThreadInitThunk
0x00007FFC828ACE51 (ntdll) RtlUserThreadStart
========== END OF STACKTRACE ===========
Related slack thread:
https://unity.slack.com/archives/C4RR91UDQ/p1599605727004900
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment