Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Got this error in console after Upgrading to beta 5 from 2017.2f3

Discussion in '2017.3 Beta' started by PendingFox, Oct 23, 2017.

  1. PendingFox

    PendingFox

    Joined:
    Jan 15, 2017
    Posts:
    42
    Occurs when I startup the project (999 errors in console) . Kinda harmless, can easily clear it and it's gone till next startup but still kinda annoying.

    p.s. I can't file a bug with a demo project, simply because it only happens in my production ready project.
    p.p.s. Reimport doesn't help


    Assertion failed: Assertion failed on expression: 'pred(*previous, *i)'
    0 libsystem_c.dylib 0x0000000054ee790b thread_stack_pcs + 11
    1 Unity 0x000000000053ba72 backtrace + 18
    2 Unity 0x00000000017dc838 _Z13GetStacktracei + 104
    3 Unity 0x0000000000a5ab10 _Z17DebugStringToFileRK21DebugStringToFileData + 352
    4 Unity 0x0000000000a58921 _Z17DebugStringToFilePKciS0_i15LogMessageFlagsiiPFvRK11CppLogEntryE + 97
    5 Unity 0x000000000241fac6 _ZN10vector_setI9UnityGUIDSt4lessIS0_ESaIS0_EE4sortEv + 902
    6 Unity 0x000000000241ffdf _Z25ExtractGUIDsFromDirectoryRKN4core12basic_stringIcNS_20StringStorageDefaultIcEEEER10vector_setI9UnityGUIDSt4lessIS7_ESaIS7_EEmb + 1279
    7 Unity 0x000000000242141c _ZN14AssetInterface37PerformAssetDatabaseConsistencyChecksEb + 284
    8 Unity 0x000000000242336a _ZN14AssetInterface17LoadAssetDatabaseEb + 938
    9 Unity 0x00000000024222c8 _ZN14AssetInterface10InitializeEbbPi + 408
    10 Unity 0x00000000018161fa _ZN11Application17InitializeProjectEv + 6890
    11 Unity 0x000000000042ed31 -[EditorApplication applicationDidFinishLaunching:] + 801
    12 CoreFoundation 0x000000002d93fb5c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    13 CoreFoundation 0x000000002d93fa4a _CFXRegistrationPost + 442
    14 CoreFoundation 0x000000002d93f792 ___CFXNotificationPost_block_invoke + 50
    15 CoreFoundation 0x000000002d8fd570 -[_CFXNotificationRegistrar find:eek:bject:eek:bserver:enumerator:] + 1664
    16 CoreFoundation 0x000000002d8fc6a3 _CFXNotificationPost + 595
    17 Foundation 0x000000002f9bb477 -[NSNotificationCenter postNotificationName:eek:bject:userInfo:] + 66
    18 AppKit 0x000000002b07949a -[NSApplication _postDidFinishNotification] + 313
    19 AppKit 0x000000002b0790e3 -[NSApplication _sendFinishLaunchingNotification] + 220
    20 AppKit 0x000000002af4b9ab -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 562
    21 AppKit 0x000000002af4b5e1 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 690
    22 Foundation 0x000000002f9febe4 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 287
    23 Foundation 0x000000002f9fea62 _NSAppleEventManagerGenericHandler + 102
    24 AE 0x000000002e9ede20 _Z20aeDispatchAppleEventPK6AEDescPS_jPh + 1788
    25 AE 0x000000002e9ed6c7 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 41
    26 AE 0x000000002e9ed5b5 aeProcessAppleEvent + 383
    27 HIToolbox 0x000000002cc58f60 AEProcessAppleEvent + 55
    28 AppKit 0x000000002af46cb6 _DPSNextEvent + 2788
    29 AppKit 0x000000002b6dbd98 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
    30 AppKit 0x000000002af3b805 -[NSApplication run] + 764
    31 AppKit 0x000000002af0a9a6 NSApplicationMain + 804
    32 Unity 0x000000000044d717 _Z10EditorMainiPPKc + 839
    33 Unity 0x000000000044db99 main + 9
    34 libdyld.dylib 0x0000000054e91145 start + 1
     
    Last edited: Oct 23, 2017
  2. LeonhardP

    LeonhardP

    Unity Technologies

    Joined:
    Jul 4, 2016
    Posts:
    3,132
    Hi PendingFox,
    Unfortunately the stacktrace alone is not enough to diagnose the problem. It would be great if you could strip the project down and send it to us. Without it there is not much we can do.
     
  3. marek_t

    marek_t

    Unity Technologies

    Joined:
    Nov 11, 2016
    Posts:
    1
    Hi PendingFox,
    If it is not an option for you to submit the project (or a smaller cut-down version that still reproduces the issue), you can still submit the editor log and we might be able to fix it together remotely. Also, you say that Reimport doesn't help - is it Reimport All that you're trying or the regular Reimport on the whole assets folder?
     
  4. PendingFox

    PendingFox

    Joined:
    Jan 15, 2017
    Posts:
    42
    Okay will do(submit the log),

    Yep both Reimport All and Reimport of assets I though were causing the problem didn't help... sadly I can't reproduce it with newly created projects.