Search Unity

Jobs Menu Crash the Editor

Discussion in 'Linux' started by mEndlessLoop, Jun 12, 2018.

  1. mEndlessLoop

    mEndlessLoop

    Joined:
    Jun 12, 2018
    Posts:
    7
    I do not know if someone report this already (couldn't find anything) but... Everytime i try to check or unchecked any option in the Jobs menu (with ECS package installed), the editor crash. Test it using 2018.2.0b7 and 2018.1.3f1 with same problem.
     
  2. Fi-Renn

    Fi-Renn

    Joined:
    Jun 19, 2016
    Posts:
    4
    I think it is related to the new runtime. I also getting this error when opening the editor with ECS installed:
    System.AggregateException: One or more errors occurred. ---> System.TypeInitializationException: The type initializer for 'ZeroMQ.lib.zmq' threw an exception. ---> System.EntryPointNotFoundException: mono_dllmap_insert
    at (wrapper managed-to-native) ZeroMQ.lib.Platform+Posix.mono_dllmap_insert(intptr,intptr,intptr,intptr,intptr)
    at ZeroMQ.lib.Platform+Posix.MonoDllMapInsert (System.String libraryName, System.String libraryPath) [0x0000e] in <89499c667382432583a6a5f1fb22bd37>:0
    at ZeroMQ.lib.Platform+Posix.LoadUnmanagedLibrary (System.String libraryName) [0x0022e] in <89499c667382432583a6a5f1fb22bd37>:0
    at ZeroMQ.lib.zmq..cctor () [0x005a7] in <89499c667382432583a6a5f1fb22bd37>:0
    --- End of inner exception stack trace ---
    at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_generic_class_init(intptr)
    at ZeroMQ.ZContext..ctor () [0x00006] in <89499c667382432583a6a5f1fb22bd37>:0
    at UnityEditor.ServiceBroker.Client+<>c__DisplayClass6_0`1[T].<Subscribe>b__0 () [0x00000] in <d12a2b5a37c340e09a4b14574b3a784b>:0
    at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <e1a80661d61443feb3dbdaac88eeb776>:0
    at System.Threading.Tasks.Task.Execute () [0x00010] in <e1a80661d61443feb3dbdaac88eeb776>:0
    --- End of inner exception stack trace ---
    at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00011] in <e1a80661d61443feb3dbdaac88eeb776>:0
    at System.Threading.Tasks.Task.Wait (System.Int32 millisecondsTimeout, System.Threading.CancellationToken cancellationToken) [0x00043] in <e1a80661d61443feb3dbdaac88eeb776>:0
    at System.Threading.Tasks.Task.Wait () [0x00000] in <e1a80661d61443feb3dbdaac88eeb776>:0
    at UnityEditor.Compilation.CompilerConnection.SubscribeInternal (System.Int32 millisecondTimeout, System.Boolean retryOnTimeout, System.Int32& attempts) [0x0002c] in <d5f4d17a9e23471b97eef6dda1b7cd7c>:0
    at UnityEditor.Compilation.CompilerConnection.SubscribeInternal (System.Int32 attempts) [0x00000] in <d5f4d17a9e23471b97eef6dda1b7cd7c>:0
    at UnityEditor.Compilation.CompilerConnection.InitializeSingleton () [0x0002f] in <d5f4d17a9e23471b97eef6dda1b7cd7c>:0
    at UnityEditor.Compilation.RoslynCompilerBootstrap..cctor () [0x0000a] in <d5f4d17a9e23471b97eef6dda1b7cd7c>:0
    ---> (Inner Exception #0) System.TypeInitializationException: The type initializer for 'ZeroMQ.lib.zmq' threw an exception. ---> System.EntryPointNotFoundException: mono_dllmap_insert
    at (wrapper managed-to-native) ZeroMQ.lib.Platform+Posix.mono_dllmap_insert(intptr,intptr,intptr,intptr,intptr)
    at ZeroMQ.lib.Platform+Posix.MonoDllMapInsert (System.String libraryName, System.String libraryPath) [0x0000e] in <89499c667382432583a6a5f1fb22bd37>:0
    at ZeroMQ.lib.Platform+Posix.LoadUnmanagedLibrary (System.String libraryName) [0x0022e] in <89499c667382432583a6a5f1fb22bd37>:0
    at ZeroMQ.lib.zmq..cctor () [0x005a7] in <89499c667382432583a6a5f1fb22bd37>:0
    --- End of inner exception stack trace ---
    at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_generic_class_init(intptr)
    at ZeroMQ.ZContext..ctor () [0x00006] in <89499c667382432583a6a5f1fb22bd37>:0
    at UnityEditor.ServiceBroker.Client+<>c__DisplayClass6_0`1[T].<Subscribe>b__0 () [0x00000] in <d12a2b5a37c340e09a4b14574b3a784b>:0
    at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <e1a80661d61443feb3dbdaac88eeb776>:0
    at System.Threading.Tasks.Task.Execute () [0x00010] in <e1a80661d61443feb3dbdaac88eeb776>:0 <---
    UnityEditor.EditorAssemblies:processInitializeOnLoadAttributes()

    I even needed to fix some compilation errors in the entity package. Thinks like 'var out parameter'
     
  3. Arnau-Prat

    Arnau-Prat

    Joined:
    Jan 25, 2013
    Posts:
    6
    Having the same problem here with 2018.3.03b and AntergOS(arch linux). Crashes on a freshly created program and the following manifest file:

    {
    "dependencies": {
    "com.unity.collab-proxy": "1.2.9",
    "com.unity.entities": "0.0.12-preview.17",
    "com.unity.package-manager-ui": "2.0.0-preview.7",
    "com.unity.test-framework.performance": "0.1.34-preview",
    "com.unity.modules.ai": "1.0.0",
    "com.unity.modules.animation": "1.0.0",
    "com.unity.modules.assetbundle": "1.0.0",
    "com.unity.modules.audio": "1.0.0",
    "com.unity.modules.cloth": "1.0.0",
    "com.unity.modules.director": "1.0.0",
    "com.unity.modules.imageconversion": "1.0.0",
    "com.unity.modules.imgui": "1.0.0",
    "com.unity.modules.jsonserialize": "1.0.0",
    "com.unity.modules.particlesystem": "1.0.0",
    "com.unity.modules.physics": "1.0.0",
    "com.unity.modules.physics2d": "1.0.0",
    "com.unity.modules.screencapture": "1.0.0",
    "com.unity.modules.terrain": "1.0.0",
    "com.unity.modules.terrainphysics": "1.0.0",
    "com.unity.modules.tilemap": "1.0.0",
    "com.unity.modules.ui": "1.0.0",
    "com.unity.modules.uielements": "1.0.0",
    "com.unity.modules.umbra": "1.0.0",
    "com.unity.modules.unityanalytics": "1.0.0",
    "com.unity.modules.unitywebrequest": "1.0.0",
    "com.unity.modules.unitywebrequestassetbundle": "1.0.0",
    "com.unity.modules.unitywebrequestaudio": "1.0.0",
    "com.unity.modules.unitywebrequesttexture": "1.0.0",
    "com.unity.modules.unitywebrequestwww": "1.0.0",
    "com.unity.modules.vehicles": "1.0.0",
    "com.unity.modules.video": "1.0.0",
    "com.unity.modules.vr": "1.0.0",
    "com.unity.modules.wind": "1.0.0",
    "com.unity.modules.xr": "1.0.0"
    },
    "registry": "https://packages.unity.com",
    "testables": [
    "com.unity.collections",
    "com.unity.entities",
    "com.unity.jobs",
    "com.unity.test-framework.performance"
    ]
    }
     
  4. maikramer

    maikramer

    Joined:
    Jun 2, 2017
    Posts:
    12
    Yes, was working fine in 2018.2 but now in 2018.3, its not.
     
  5. Muhamad_Faizol

    Muhamad_Faizol

    Joined:
    Jan 21, 2017
    Posts:
    47
    Hi,
    Is there any update or a workaround for this? I am using 2018.3 beta 6 and it still crashes the editor.

    Thanks.
     
  6. ll3v3ll

    ll3v3ll

    Joined:
    Nov 14, 2014
    Posts:
    11
    Unity 2013.3.0b12 on Ubuntu 18.04 still crashes