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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Add comment