Search Issue Tracker

Fixed in 2018.3.X

Votes

2

Found in

5.6.1f1

Issue ID

922115

Regression

No

GameObject::GetSupportedMessagesRecalculate crashes when Unity enters Play mode second time

Themes

-

To reproduce:

1. Download attached project "TwoWeeks.zip" and open in Unity
2. Open "Menu" Scene
3. Enter Play mode
4. Press on "LAN Host(H)" button
5. Wait till "Flight" Scene loads
6. Exit from Play mode
7. Enter Play mode

Expected Result: Unity enters to the Play mode
Actual Result: Unity will crash

Reproduced on Unity 5.6.2f1, 2017.1.0b10 and 2017.2.0a4

  1. Resolution Note (fix version 2018.3):

    Followed reproduction steps in trunk and 2018.3, was unable to reproduce crash. Closing at it appears to be fixed.

Comments (1)

  1. Tomza

    Oct 13, 2017 17:32

    Yes, the same problem with my project - Unity 2017.2. I can't go into the Play mode.

    ========== OUTPUTING STACK TRACE ==================

    0x000000014025C26E (Unity) GameObject::GetSupportedMessagesRecalculate
    0x000000014025DC7E (Unity) GameObject::SetSupportedMessagesDirty
    0x0000000140260A2B (Unity) GameObject::FinalizeAddComponentInternal
    0x0000000140262CA2 (Unity) Unity::Component::CheckConsistency
    0x00000001407C8E73 (Unity) Transform::CheckConsistency
    0x0000000140986F10 (Unity) AwakeFromLoadQueue::InvokePersistentManagerAwake
    0x0000000140989F19 (Unity) AwakeFromLoadQueue::PersistentManagerAwakeFromLoad
    0x000000014098A106 (Unity) PersistentManager::IntegrateAllThreadedObjects
    0x000000014098F9C0 (Unity) PersistentManager::LoadAndIntegrateAllPreallocatedObjects
    0x00000001409920CE (Unity) PersistentManager::ReadObject
    0x000000014022D5A7 (Unity) PPtr<Object>::operator Object * __ptr64
    0x0000000140B773A2 (Unity) RevertProperties
    0x0000000140B7A53F (Unity) DrivenPropertyManager::RemoveProperties
    0x0000000140B7A69F (Unity) DrivenPropertyManager::UnregisterProperties
    0x0000000140B7A6EC (Unity) DrivenPropertyManager::DriverCallback
    0x000000014024FD30 (Unity) EventManager::InvokeEventCommon
    0x000000014025485D (Unity) delete_object_internal_step1
    0x0000000140254D52 (Unity) delete_object_internal
    0x00000001406095F0 (Unity) CleanupAllObjects
    0x00000001406256E3 (Unity) CleanupEngine
    0x0000000141C15146 (Unity) AssetInterface::Shutdown
    0x00000001410B694A (Unity) Application::CoreShutdown
    0x00000001410BBDCF (Unity) Application::Terminate
    0x00000001412BB7E5 (Unity) ContainerWindow::ContainerWndProc
    0x00007FF9F1EDBC50 (USER32) CallWindowProcW
    0x00007FF9F1EDB94C (USER32) CallWindowProcW
    0x00007FF9F1EF1363 (USER32) GetTopWindow
    0x00007FF9F3C290A4 (ntdll) KiUserCallbackDispatcher
    0x00007FF9F1051164 (win32u) NtUserMessageCall
    0x00007FF9F1ED9EAA (USER32) GetWindowTextW
    0x00007FF9F1ED96D2 (USER32) GetClassLongW
    0x00007FF9EEA67DDA (uxtheme) Ordinal119
    0x00007FF9EEA659C2 (uxtheme) GetThemePosition
    0x00007FF9EEA6F8E1 (uxtheme) Ordinal119
    0x00007FF9EEA6E3F1 (uxtheme) Ordinal119
    0x00007FF9F1ED9BE7 (USER32) GetWindowTextW
    0x00000001412BBCA2 (Unity) ContainerWindow::ContainerWndProc
    0x00007FF9F1EDBC50 (USER32) CallWindowProcW
    0x00007FF9F1EDB94C (USER32) CallWindowProcW
    0x00007FF9F1EF1363 (USER32) GetTopWindow
    0x00007FF9F3C290A4 (ntdll) KiUserCallbackDispatcher
    0x00007FF9F1051164 (win32u) NtUserMessageCall
    0x00007FF9F1ED9EAA (USER32) GetWindowTextW
    0x00007FF9F1ED96D2 (USER32) GetClassLongW
    0x00007FF9EEA67DDA (uxtheme) Ordinal119
    0x00007FF9EEA65977 (uxtheme) GetThemePosition
    0x00007FF9EEA6F8E1 (uxtheme) Ordinal119
    0x00007FF9EEA6E3F1 (uxtheme) Ordinal119
    0x00007FF9F1ED9BE7 (USER32) GetWindowTextW
    0x00000001412BBCA2 (Unity) ContainerWindow::ContainerWndProc
    0x00007FF9F1EDBC50 (USER32) CallWindowProcW
    0x00007FF9F1EDB5CF (USER32) DispatchMessageW
    0x00000001412CC2EA (Unity) MainMessageLoop
    0x00000001412CDC04 (Unity) WinMain
    0x0000000141DE45A8 (Unity) __tmainCRTStartup
    0x00007FF9F3992774 (KERNEL32) BaseThreadInitThunk
    0x00007FF9F3BF0D51 (ntdll) RtlUserThreadStart

    ========== END OF STACKTRACE ===========

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.