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
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
Add comment