Search Unity

Bug Aborted (core dumped) when using -runEditorTests from command line

Discussion in 'Linux' started by markmandel, Jan 24, 2017.

  1. markmandel

    markmandel

    Joined:
    Feb 1, 2016
    Posts:
    11
    Unity 5.6.0xb3Linux
    Ubuntu 14.04

    Running my tests from the command line via the following command:
    /opt/Unity/Editor/Unity -batchmode -projectPath "/home/markmandel/workspace/unity-multiplayer-soccer/unity" -runEditorTests

    Gives me the result:
    [1] 15159 abort (core dumped) /opt/Unity/Editor/Unity -batchmode -projectPath -runEditorTests

    The test results XML file (attached) say that my tests failed, but you can see all tests have passed.

    I've attached the full log, but looks like the issue is here:

    Saving results to: /home/markmandel/workspace/foo/unity/TestResults-636208497149563580.xml
    UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
    UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
    UnityEngine.Logger:Log(LogType, Object)
    UnityEngine.Debug:Log(Object)
    UnityEditor.TestTools.TestRunner.ResultSaverCallback:RunFinished(ITestResult) (at /home/builduser/buildslave/unity/build/Extensions/TestRunner/UnityEditor.TestRunner/TestRunner/Callbacks/ResultSaverCallback.cs:42)
    UnityEngine.Events.InvokableCall`1:Invoke(Object[]) (at /home/builduser/buildslave/unity/build/Runtime/Export/UnityEvent.cs:189)
    UnityEngine.Events.InvokableCallList:Invoke(Object[]) (at /home/builduser/buildslave/unity/build/Runtime/Export/UnityEvent.cs:635)
    UnityEngine.Events.UnityEventBase:Invoke(Object[]) (at /home/builduser/buildslave/unity/build/Runtime/Export/UnityEvent.cs:771)
    UnityEngine.Events.UnityEvent`1:Invoke(T0) (at /home/builduser/buildslave/unity/build/Runtime/Export/UnityEvent_1.cs:53)
    UnityEditor.TestTools.TestRunner.EditModeRunner:TestConsumer() (at /home/builduser/buildslave/unity/build/Extensions/TestRunner/UnityEditor.TestRunner/TestRunner/EditModeRunner.cs:55)
    UnityEditor.EditorApplication:Internal_CallUpdateFunctions() (at /home/builduser/buildslave/unity/build/artifacts/generated/common/editor/EditorApplicationBindings.gen.cs:239)

    (Filename: /home/builduser/buildslave/unity/build/Extensions/TestRunner/UnityEditor.TestRunner/TestRunner/Callbacks/ResultSaverCallback.cs Line: 42)

    Receiving unhandled NULL exception


    Worth noting - I have no issues running tests from within the Unity Editor's test runner.

    Experimenting with -editorTestsResultFile also results in errors (either same as above, or access issues)

    Without this, it's impossible to set up Continuous Integration, or TDD integrations with other editors :( so I'd love to see it fixed.
     

    Attached Files:

    Last edited: Jan 24, 2017
  2. Tak

    Tak

    Joined:
    Mar 8, 2010
    Posts:
    1,001
    Thanks for the report - we'll investigate.
     
  3. markmandel

    markmandel

    Joined:
    Feb 1, 2016
    Posts:
    11
    Just wanted to gentle bump this - because I tried it again with 5.6 and no fix :(

    This is a blocker for setting up CI on Linux.
     
  4. jreed-curious

    jreed-curious

    Joined:
    Jul 24, 2017
    Posts:
    10
    Bump... We just ran into this on our Jenkins CI server, which invokes test from the command line.

    Below is the relevant output. If you want I can get you the full build output.

    It's worth noting that a subsequent build, with no changes, ran successfully with no errors or crashes.

    Running tests for editmode
    UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
    UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
    UnityEngine.Logger:Log(LogType, Object)
    UnityEngine.Debug:Log(Object)
    UnityEditor.TestTools.TestRunner.Batch:InitiateRun(String, String, String[], String[]) (at /Users/builduser/buildslave/unity/build/Extensions/TestRunner/UnityEditor.TestRunner/Batch.cs:100)
    UnityEditor.TestTools.TestRunner.Batch:RunTests(String, String, String[], String[]) (at /Users/builduser/buildslave/unity/build/Extensions/TestRunner/UnityEditor.TestRunner/Batch.cs:28)

    (Filename: /Users/builduser/buildslave/unity/build/Extensions/TestRunner/UnityEditor.TestRunner/Batch.cs Line: 100)

    Refreshing native plugins compatible for Editor in 6.49 ms, found 2 plugins.
    Preloading 1 native plugins for Editor in 0.62 ms.

    ----- Total AssetImport time: 0.052874s, AssetImport time: 0.000000s, Asset hashing: 0.000000s [0 B, 0.000000 mb/s]

    Unloading 25 Unused Serialized files (Serialized files now loaded: 0)
    System memory in use before: 274.5 MB.
    System memory in use after: 274.7 MB.

    Unloading 22 unused Assets to reduce memory usage. Loaded Objects now: 2781.
    Total: 6.290509 ms (FindLiveObjects: 0.415246 ms CreateObjectMapping: 0.059129 ms MarkObjects: 5.773317 ms DeleteObjects: 0.040531 ms)

    DisplayProgressbar: Test Runner
    Saving results to: /Users/jenkins/.jenkins/workspace/missing-letters-test/build/tests/unity-test-results.xml
    UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
    UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
    UnityEngine.Logger:Log(LogType, Object)
    UnityEngine.Debug:Log(Object)
    UnityEditor.TestTools.TestRunner.ResultSaverCallback:RunFinished(ITestResult) (at /Users/builduser/buildslave/unity/build/Extensions/TestRunner/UnityEditor.TestRunner/TestRunner/Callbacks/ResultSaverCallback.cs:41)
    UnityEngine.Events.InvokableCall`1:Invoke(Object[]) (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent.cs:189)
    UnityEngine.Events.InvokableCallList:Invoke(Object[]) (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent.cs:637)
    UnityEngine.Events.UnityEventBase:Invoke(Object[]) (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent.cs:773)
    UnityEngine.Events.UnityEvent`1:Invoke(T0) (at /Users/builduser/buildslave/unity/build/Runtime/Export/UnityEvent_1.cs:53)
    UnityEditor.TestTools.TestRunner.EditModeRunner:TestConsumer() (at /Users/builduser/buildslave/unity/build/Extensions/TestRunner/UnityEditor.TestRunner/TestRunner/EditModeRunner.cs:58)
    UnityEditor.EditorApplication:Internal_CallUpdateFunctions() (at /Users/builduser/buildslave/unity/build/Editor/Mono/EditorApplication.cs:109)

    (Filename: /Users/builduser/buildslave/unity/build/Extensions/TestRunner/UnityEditor.TestRunner/TestRunner/Callbacks/ResultSaverCallback.cs Line: 41)

    Receiving unhandled NULL exception
    Obtained 36 stack frames.
    #0 0x0000010cb88f50 in OBJC_METACLASS_$_UnderlayOpenGLHostingWindow
    #1 0x00000100232062 in browser_process_handler_on_context_initialized(_cef_browser_process_handler_t*)
    #2 0x000001092cd90a in cef_zip_reader_create
    #3 0x000001092cd2d4 in cef_zip_reader_create
    #4 0x000001092ccf29 in cef_zip_reader_create
    #5 0x00000109278d0b in cef_initialize
    #6 0x0000010022ea3f in CefInitialize(CefMainArgs const&, CefStructBase<CefSettingsTraits> const&, CefRefPtr<CefApp>, void*, bool)
    #7 0x000001006bf674 in CefInstance::Init()
    #8 0x00000100ab00c0 in UnityConnect::SaveConfigUrls(core::basic_string<char, core::StringStorageDefault<char> >)
    #9 0x00000100ab5d85 in UnityConnectConfigRequest::OnSuccess()
    #10 0x00000100afa190 in JSONRequestMessage::Done()
    #11 0x00000100ab96df in UnityConnectJSONRequest::Done()
    #12 0x00000100adc8cc in CurlRequest::Check()
    #13 0x00000100adc9c0 in CurlRequestCheck()
    #14 0x0000010076c86e in Collab::Terminate()
    #15 0x00000100368a3a in Application::Terminate()
    #16 0x00000101d9d9c0 in EditorApplication_CUSTOM_Exit(int)
    #17 0x0000013b176e62 in (wrapper managed-to-native) UnityEditor.EditorApplication:Exit (int) + 0x92 (0x13b176dd0 0x13b176e91) [0x12dbf3000 - Unity Child Domain]
    #18 0x0000013b176da0 in UnityEditor.TestTools.TestRunner.BatchRunCallback:RunFinished (NUnit.Framework.Interfaces.ITestResult) + 0x150 (0x13b176c50 0x13b176dc4) [0x12dbf3000 - Unity Child Domain]
    #19 0x000001335c376a in UnityEngine.Events.InvokableCall`1<object>:Invoke (object[]) + 0x20a (0x1335c3560 0x1335c37ac) [0x12dbf3000 - Unity Child Domain]
    #20 0x000001335c340e in UnityEngine.Events.InvokableCallList:Invoke (object[]) + 0x23e (0x1335c31d0 0x1335c34ac) [0x12dbf3000 - Unity Child Domain]
    #21 0x000001335c2c34 in UnityEngine.Events.UnityEventBase:Invoke (object[]) + 0xc4 (0x1335c2b70 0x1335c2c58) [0x12dbf3000 - Unity Child Domain]
    #22 0x000001335c2b32 in UnityEngine.Events.UnityEvent`1<object>:Invoke (object) + 0xb2 (0x1335c2a80 0x1335c2b56) [0x12dbf3000 - Unity Child Domain]
    #23 0x000001335d1c4e in UnityEditor.TestTools.TestRunner.EditModeRunner:TestConsumer () + 0x20e (0x1335d1a40 0x1335d1f14) [0x12dbf3000 - Unity Child Domain]
    #24 0x000001335d2110 in (wrapper delegate-invoke) UnityEditor.EditorApplication/CallbackFunction:invoke_void__this__ () + 0x180 (0x1335d1f90 0x1335d2170) [0x12dbf3000 - Unity Child Domain]
    #25 0x000001335d1a13 in UnityEditor.EditorApplication:Internal_CallUpdateFunctions () + 0xa3 (0x1335d1970 0x1335d1a37) [0x12dbf3000 - Unity Child Domain]
    #26 0x0000011f7e0916 in (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr) + 0xf6 (0x11f7e0820 0x11f7e0a49) [0x12dbf3000 - Unity Child Domain]
    #27 0x0000012d43b30e in mono_get_runtime_build_info
    #28 0x0000012d56636e in mono_runtime_invoke
    #29 0x000001019c376b in CallStaticMonoMethod(char const*, char const*, void**, ScriptingExceptionPtr*)
    #30 0x000001019c36d9 in CallStaticMonoMethod(char const*, char const*, void**)
    #31 0x000001003647fa in Application::TickTimer()
    #32 0x000001021fa92d in NoGraphicsMain()
    #33 0x000001021fad59 in EditorMain(int, char const**)
    #34 0x000001021fb2a9 in main
    #35 0x007fffbc731235 in start
    FATAL: Unity3d command line execution failed with status 134
     
  5. Tak

    Tak

    Joined:
    Mar 8, 2010
    Posts:
    1,001
    Aha, that callstack seems to indicate that interaction with collab is part of the issue, thanks.
     
  6. sprout_steamrollerstudios

    sprout_steamrollerstudios

    Joined:
    Apr 6, 2017
    Posts:
    3
    I think that we're getting a similar error. This occurs when we run Unity with the '-runTests playmode' command line parameter from a Jenkins job, using the Jenkins Unity3d plug-in. We do not get this error when running this directly from a Windows command prompt.

    This is the editor log starting from where the error occurs.

    [0201/165602:ERROR:gpu_info_collector_win.cc(103)] Can't retrieve a valid WinSAT assessment.
    [0201/165602:FATAL:window_impl.cc(118)] Check failed: atom. 126
    Crash!!!
    SymInit: Symbol-SearchPath: '.;D:\Jenkins\Development-Test\MASTER;C:\Program Files\Unity\Editor;C:\WINDOWS;C:\WINDOWS\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: 'JENKINS'
    OS-Version: 10.0.16299 () 0x100-0x1
    C:\Program Files\Unity\Editor\Unity.exe:Unity.exe (0000000140000000), size: 82309120 (result: 0), SymType: 'PDB', PDB: 'C:\Program Files\Unity\Editor\Unity_x64.pdb', fileVersion: 2017.1.1.12495
    C:\WINDOWS\SYSTEM32\ntdll.dll:ntdll.dll (00007FFC14BA0000), size: 1966080 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ntdll.dll', fileVersion: 10.0.16299.192
    C:\Program Files\AVAST Software\Avast\x64\aswhooka.dll:aswhooka.dll (00007FFBF8CF0000), size: 212992 (result: 0), SymType: '-nosymbols-', PDB: 'C:\Program Files\AVAST Software\Avast\x64\aswhooka.dll', fileVersion: 17.9.3.19960
    C:\WINDOWS\System32\KERNEL32.DLL:KERNEL32.DLL (00007FFC14100000), size: 712704 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\KERNEL32.DLL', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\KERNELBASE.dll:KERNELBASE.dll (00007FFC10FA0000), size: 2514944 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\KERNELBASE.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\ole32.dll:eek:le32.dll (00007FFC14670000), size: 1347584 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\ole32.dll', fileVersion: 10.0.16299.192
    C:\WINDOWS\System32\combase.dll:combase.dll (00007FFC12070000), size: 3178496 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\combase.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\ucrtbase.dll:ucrtbase.dll (00007FFC114B0000), size: 1007616 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\ucrtbase.dll', fileVersion: 10.0.16299.125
    C:\WINDOWS\System32\RPCRT4.dll:RPCRT4.dll (00007FFC14A50000), size: 1175552 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\RPCRT4.dll', fileVersion: 10.0.16299.192
    C:\WINDOWS\System32\bcryptPrimitives.dll:bcryptPrimitives.dll (00007FFC11FF0000), size: 466944 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\bcryptPrimitives.dll', fileVersion: 10.0.16299.98
    C:\WINDOWS\System32\GDI32.dll:GDI32.dll (00007FFC14820000), size: 163840 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\GDI32.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\gdi32full.dll:gdi32full.dll (00007FFC11DB0000), size: 1650688 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\gdi32full.dll', fileVersion: 10.0.16299.98
    C:\WINDOWS\System32\msvcp_win.dll:msvcp_win.dll (00007FFC11F50000), size: 634880 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\msvcp_win.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\USER32.dll:USER32.dll (00007FFC13CE0000), size: 1634304 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\USER32.dll', fileVersion: 10.0.16299.125
    C:\WINDOWS\System32\win32u.dll:win32u.dll (00007FFC11490000), size: 131072 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\win32u.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\sechost.dll:sechost.dll (00007FFC14910000), size: 372736 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\sechost.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\COMDLG32.dll:COMDLG32.dll (00007FFC13FF0000), size: 1089536 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\COMDLG32.dll', fileVersion: 10.0.16299.125
    C:\WINDOWS\System32\msvcrt.dll:msvcrt.dll (00007FFC13E70000), size: 643072 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\msvcrt.dll', fileVersion: 7.0.16299.125
    C:\WINDOWS\System32\shcore.dll:shcore.dll (00007FFC13F40000), size: 679936 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\shcore.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\SHLWAPI.dll:SHLWAPI.dll (00007FFC149F0000), size: 331776 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\SHLWAPI.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\SHELL32.dll:SHELL32.dll (00007FFC12720000), size: 21192704 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\SHELL32.dll', fileVersion: 10.0.16299.192
    C:\WINDOWS\System32\cfgmgr32.dll:cfgmgr32.dll (00007FFC11210000), size: 303104 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\cfgmgr32.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\windows.storage.dll:windows.storage.dll (00007FFC11660000), size: 7630848 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\windows.storage.dll', fileVersion: 10.0.16299.192
    C:\WINDOWS\System32\advapi32.dll:advapi32.dll (00007FFC14860000), size: 659456 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\advapi32.dll', fileVersion: 10.0.16299.192
    C:\WINDOWS\System32\kernel.appcore.dll:kernel.appcore.dll (00007FFC10F10000), size: 69632 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\kernel.appcore.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\powrprof.dll:powrprof.dll (00007FFC10F30000), size: 311296 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\powrprof.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\profapi.dll:profapi.dll (00007FFC10F80000), size: 110592 (result: 0), SymType: '-nosymbols-', PDB: 'C:\WINDOWS\System32\profapi.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\IMM32.dll:IMM32.dll (00007FFC13F10000), size: 184320 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\IMM32.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\SETUPAPI.dll:SETUPAPI.dll (00007FFC141B0000), size: 4513792 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\SETUPAPI.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\WS2_32.dll:WS2_32.dll (00007FFC12420000), size: 442368 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\WS2_32.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\CRYPT32.dll:CRYPT32.dll (00007FFC112C0000), size: 1892352 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\CRYPT32.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\MSASN1.dll:MSASN1.dll (00007FFC10EF0000), size: 73728 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\MSASN1.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\OLEAUT32.dll:OLEAUT32.dll (00007FFC12490000), size: 806912 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\OLEAUT32.dll', fileVersion: 10.0.16299.15
    C:\Program Files\Unity\Editor\FreeImage.dll:FreeImage.dll (0000000180000000), size: 6160384 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Unity\Editor\FreeImage.dll', fileVersion: 3.11.0.0
    C:\WINDOWS\SYSTEM32\HID.DLL:HID.DLL (00007FFC0FCD0000), size: 49152 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\HID.DLL', fileVersion: 10.0.16299.15
    C:\Program Files\Unity\Editor\TextureConverter.dll:TextureConverter.dll (00007FFBDEC40000), size: 6627328 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Unity\Editor\TextureConverter.dll'
    C:\Program Files\Unity\Editor\umbraoptimizer64.dll:umbraoptimizer64.dll (00007FFBF4B30000), size: 1515520 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Unity\Editor\umbraoptimizer64.dll'
    C:\WINDOWS\System32\WLDAP32.dll:WLDAP32.dll (00007FFC14610000), size: 385024 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\WLDAP32.dll', fileVersion: 10.0.16299.15
    C:\Program Files\Unity\Editor\libcef.dll:libcef.dll (00007FFBD8480000), size: 52191232 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Unity\Editor\libcef.dll', fileVersion: 3.2062.1930.0
    C:\WINDOWS\System32\PSAPI.DLL:pSAPI.DLL (00007FFC14850000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\PSAPI.DLL', fileVersion: 10.0.16299.15
    C:\Program Files\Unity\Editor\ispc_texcomp.dll:ispc_texcomp.dll (00007FFBF4920000), size: 1523712 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Unity\Editor\ispc_texcomp.dll'
    C:\Program Files\Unity\Editor\slapi.dll:slapi.dll (00007FFBDE5D0000), size: 6692864 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Unity\Editor\slapi.dll', fileVersion: 15.0.9350.0
    C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.16299.192_none_15c8cdae9364c23b\COMCTL32.dll:COMCTL32.dll (00007FFBFCDB0000), size: 2527232 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.16299.192_none_15c8cdae9364c23b\COMCTL32.dll', fileVersion: 6.10.16299.192
    C:\WINDOWS\SYSTEM32\OPENGL32.dll:OPENGL32.dll (00007FFBED360000), size: 1171456 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\OPENGL32.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\GLU32.dll:GLU32.dll (00007FFBED200000), size: 180224 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\GLU32.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (00007FFC104B0000), size: 233472 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\DNSAPI.dll:DNSAPI.dll (00007FFC10500000), size: 745472 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DNSAPI.dll', fileVersion: 10.0.16299.19
    C:\WINDOWS\System32\NSI.dll:NSI.dll (00007FFC13CD0000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\NSI.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\WINHTTP.dll:WINHTTP.dll (00007FFC0CF40000), size: 909312 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINHTTP.dll', fileVersion: 10.0.16299.192
    C:\WINDOWS\SYSTEM32\WININET.dll:WININET.dll (00007FFBF6800000), size: 3358720 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WININET.dll', fileVersion: 11.0.16299.192
    C:\WINDOWS\SYSTEM32\VERSION.dll:VERSION.dll (00007FFC05EB0000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\VERSION.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\WINMM.dll:WINMM.dll (00007FFC0F320000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINMM.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\WINSPOOL.DRV:WINSPOOL.DRV (00007FFC0B800000), size: 548864 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINSPOOL.DRV', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\USERENV.dll:USERENV.dll (00007FFC10E20000), size: 167936 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\USERENV.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\urlmon.dll:urlmon.dll (00007FFC05450000), size: 1884160 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\urlmon.dll', fileVersion: 11.0.16299.192
    C:\WINDOWS\System32\imagehlp.dll:imagehlp.dll (00007FFC12700000), size: 118784 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\imagehlp.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (00007FFC0C670000), size: 106496 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\WTSAPI32.dll:WTSAPI32.dll (00007FFC0F210000), size: 77824 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WTSAPI32.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\Secur32.dll:Secur32.dll (00007FFC08A60000), size: 49152 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\Secur32.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\OLEACC.dll:OLEACC.dll (00007FFBEF480000), size: 450560 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\OLEACC.dll', fileVersion: 7.2.16299.15
    C:\WINDOWS\SYSTEM32\USP10.dll:USP10.dll (00007FFBF8910000), size: 102400 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\USP10.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\MSVCP100.dll:MSVCP100.dll (0000000072960000), size: 622592 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSVCP100.dll', fileVersion: 10.0.30319.1
    C:\WINDOWS\SYSTEM32\MSVCR100.dll:MSVCR100.dll (0000000072880000), size: 856064 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSVCR100.dll', fileVersion: 10.0.30319.1
    C:\WINDOWS\SYSTEM32\WINMMBASE.dll:WINMMBASE.dll (00007FFC0F2F0000), size: 172032 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINMMBASE.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\bcrypt.dll:bcrypt.dll (00007FFC109F0000), size: 151552 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\bcrypt.dll', fileVersion: 10.0.16299.125
    C:\WINDOWS\SYSTEM32\iertutil.dll:iertutil.dll (00007FFC06310000), size: 2723840 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\iertutil.dll', fileVersion: 11.0.16299.192
    C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL:CRYPTBASE.DLL (00007FFC10900000), size: 45056 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\SSPICLI.DLL:SSPICLI.DLL (00007FFC10DF0000), size: 196608 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SSPICLI.DLL', fileVersion: 10.0.16299.192
    C:\Program Files\Unity\Editor\OpenRL.dll:OpenRL.dll (00000000026F0000), size: 12779520 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Unity\Editor\OpenRL.dll', fileVersion: 1.5.100.0
    C:\Program Files\Unity\Editor\embree.dll:embree.dll (00007FFBDD5E0000), size: 16711680 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Unity\Editor\embree.dll', fileVersion: 2.14.0.0
    C:\Program Files\Unity\Editor\tbb.dll:tbb.dll (00007FFBF48B0000), size: 413696 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Unity\Editor\tbb.dll', fileVersion: 2017.0.2016.1004
    C:\WINDOWS\SYSTEM32\MSVCP120.dll:MSVCP120.dll (00007FFBF4800000), size: 679936 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSVCP120.dll', fileVersion: 12.0.21005.1
    C:\WINDOWS\SYSTEM32\MSVCR120.dll:MSVCR120.dll (00007FFBF4480000), size: 978944 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSVCR120.dll', fileVersion: 12.0.21005.1
    C:\Program Files\Unity\Editor\OpenRL_pthread.dll:OpenRL_pthread.dll (0000000003340000), size: 61440 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Unity\Editor\OpenRL_pthread.dll', fileVersion: 2.9.0.0
    C:\WINDOWS\system32\mswsock.dll:mswsock.dll (00007FFC10720000), size: 417792 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\mswsock.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (00007FFC0C690000), size: 90112 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\clbcatq.dll:clbcatq.dll (00007FFC12380000), size: 647168 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\clbcatq.dll', fileVersion: 2001.12.10941.16384
    C:\WINDOWS\system32\wbem\wbemprox.dll:wbemprox.dll (00007FFC088A0000), size: 61440 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\wbem\wbemprox.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\wbemcomn.dll:wbemcomn.dll (00007FFC0A6D0000), size: 528384 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\wbemcomn.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\system32\wbem\wbemsvc.dll:wbemsvc.dll (00007FFC06AB0000), size: 81920 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\wbem\wbemsvc.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\system32\wbem\fastprox.dll:fastprox.dll (00007FFC06C30000), size: 983040 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\wbem\fastprox.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (00007FFC108E0000), size: 94208 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CRYPTSP.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\system32\rsaenh.dll:rsaenh.dll (00007FFC10330000), size: 208896 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\rsaenh.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\fwpuclnt.dll:fwpuclnt.dll (00007FFC0C830000), size: 458752 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\fwpuclnt.dll', fileVersion: 10.0.16299.15
    C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (00007FFC0B490000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\rasadhlp.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\MMDevApi.dll:MMDevApi.dll (00007FFC0B4A0000), size: 454656 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\MMDevApi.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\DEVOBJ.dll:DEVOBJ.dll (00007FFC10CA0000), size: 159744 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\DEVOBJ.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\System32\PROPSYS.dll:pROPSYS.dll (00007FFC0CC50000), size: 1773568 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\PROPSYS.dll', fileVersion: 7.0.16299.15
    C:\WINDOWS\SYSTEM32\wdmaud.drv:wdmaud.drv (00007FFBF47B0000), size: 270336 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\wdmaud.drv', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\ksuser.dll:ksuser.dll (00007FFC0F010000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ksuser.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\AVRT.dll:AVRT.dll (00007FFC0BFC0000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\AVRT.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\mscms.dll:mscms.dll (00007FFBF3980000), size: 618496 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\mscms.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\icm32.dll:icm32.dll (00007FFBF4AE0000), size: 266240 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\icm32.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\SYSTEM32\dbghelp.dll:dbghelp.dll (00007FFC03AD0000), size: 1867776 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dbghelp.dll', fileVersion: 10.0.16299.15
    C:\Program Files\Unity\Editor\tbbmalloc.dll:tbbmalloc.dll (00007FFBF4750000), size: 372736 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Unity\Editor\tbbmalloc.dll', fileVersion: 2017.0.2016.1004
    C:\Program Files\Unity\Editor\Data\Mono\EmbedRuntime\mono.dll:mono.dll (00007FFBE0450000), size: 3006464 (result: 0), SymType: 'PDB', PDB: 'C:\Program Files\Unity\Editor\mono.pdb', fileVersion: 1.0.0.1
    C:\WINDOWS\SYSTEM32\ntmarta.dll:ntmarta.dll (00007FFC10030000), size: 200704 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ntmarta.dll', fileVersion: 10.0.16299.15
    C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\VR\Win64\AudioPluginMsHRTF.dll:AudioPluginMsHRTF.dll (00007FFBDCC80000), size: 3072000 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\VR\Win64\AudioPluginMsHRTF.dll'
    C:\WINDOWS\SYSTEM32\HrtfApo.dll:HrtfApo.dll (00007FFBF45D0000), size: 495616 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\HrtfApo.dll', fileVersion: 10.0.16299.15
    C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\VR\Win64\AudioPluginOculusSpatializer.dll:AudioPluginOculusSpatializer.dll (00007FFBEC7B0000), size: 2371584 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\VR\Win64\AudioPluginOculusSpatializer.dll'
    C:\WINDOWS\System32\WINTRUST.dll:WINTRUST.dll (00007FFC11260000), size: 360448 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\WINTRUST.dll', fileVersion: 10.0.16299.15
    C:\WINDOWS\system32\NLAapi.dll:NLAapi.dll (00007FFC0EF80000), size: 98304 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\NLAapi.dll', fileVersion: 10.0.16299.192
    C:\WINDOWS\system32\audioses.dll:audioses.dll (00007FFBE7770000), size: 1187840 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\audioses.dll', fileVersion: 10.0.16299.192
    C:\WINDOWS\SYSTEM32\wintypes.dll:wintypes.dll (00007FFC0C1B0000), size: 1269760 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\wintypes.dll', fileVersion: 10.0.16299.15

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

    0x00007FFBD85EA6C8 (libcef) cef_trace_event_instant
    0x00007FFBD85B7B74 (libcef) cef_trace_event_instant
    0x00007FFBD86A16BC (libcef) cef_trace_event_instant
    0x00007FFBD86A0F63 (libcef) cef_trace_event_instant
    0x00007FFBD86A10CD (libcef) cef_trace_event_instant
    0x00007FFBDA39A310 (libcef) cef_string_userfree_wide_alloc
    0x00007FFBDA39A6AF (libcef) cef_string_userfree_wide_alloc
    0x00007FFBD8A30E66 (libcef) SetCrashKeyValueImpl
    0x00007FFBD893D4BA (libcef) SetCrashKeyValueImpl
    0x00007FFBD8A30D2F (libcef) SetCrashKeyValueImpl
    0x00007FFBD893DF61 (libcef) SetCrashKeyValueImpl
    0x00007FFBD89168BA (libcef) SetCrashKeyValueImpl
    0x00007FFBD85588A2 (libcef) cef_time_to_timet
    0x00007FFBD9CA0B69 (libcef) SetCrashKeyValueImpl
    0x00007FFBD9CA0A34 (libcef) SetCrashKeyValueImpl
    0x00007FFBD850F127 (libcef) cef_string_list_value
    0x00007FFBD850EAC1 (libcef) cef_string_list_value
    0x00007FFBD84CD483 (libcef) cef_initialize
    0x000000014254BC72 (Unity) CefInitialize
    0x00000001403DDFB1 (Unity) CefInstance::Init
    0x00000001407481C3 (Unity) UnityConnectStateMachine::InitCookies
    0x000000014073C626 (Unity) UnityConnect::SaveConfigUrls
    0x000000014074450F (Unity) UnityConnectConfigRequest::OnSuccess
    0x000000014078AF5B (Unity) JSONRequestMessage::Done
    0x0000000140745CAE (Unity) UnityConnectJSONRequest::Done
    0x000000014076EA53 (Unity) CurlRequest::Check
    0x0000000140772C0F (Unity) CurlRequestCheck
    0x00000001401315BB (Unity) Application::TickTimer
    0x0000000141A8A84D (Unity) MainMessageLoop
    0x0000000141A8C15E (Unity) WinMain
    0x0000000141CEF53C (Unity) __tmainCRTStartup
    0x00007FFC14111FE4 (KERNEL32) BaseThreadInitThunk
    0x00007FFC14C0EFB1 (ntdll) RtlUserThreadStart

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

    FATAL: Unity3d command line execution failed with status -2,147,483,645
    Build step 'Invoke Unity3d Editor' marked build as failure
    Finished: FAILURE
     
  7. Kamand0l

    Kamand0l

    Joined:
    May 19, 2014
    Posts:
    24
    Very similar stack trace as the previous one