Search Unity

Ubuntu 19.04 4 empty errors

Discussion in 'Editor & General Support' started by Donelfefe, Jun 10, 2019.

  1. Donelfefe

    Donelfefe

    Joined:
    Mar 24, 2019
    Posts:
    15
    Hey !

    I have a problem of empty errors in my unity3D editor. Do you know any of this ?
    I'm currently using visual studio code as text editor. I have tried to open the errors but nothing show ...

    There is a picture:



    Thanks you !
     
    Padman_Silversoft likes this.
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Google for "unity 4 empty errors" and the first result should help.
     
  3. Donelfefe

    Donelfefe

    Joined:
    Mar 24, 2019
    Posts:
    15
    Thanks you Jeff, very kind and accepting from you.

    I'm using ubuntu 19.04 and i have only access to the ".NET standard 2x" and ".NET 4x" but not the ".NET 3.5" because the package that microsoft offer to linux users don't include ".NET 3.5".

    So i'm kind of stuck here, do you have any clue for this kind of situation ?
     
  4. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    So both .NET versions that you have cause the issue for you?
     
  5. Donelfefe

    Donelfefe

    Joined:
    Mar 24, 2019
    Posts:
    15
    Yeah, exactly !
     
  6. Donelfefe

    Donelfefe

    Joined:
    Mar 24, 2019
    Posts:
    15
  7. Donelfefe

    Donelfefe

    Joined:
    Mar 24, 2019
    Posts:
    15
    I'm using a GTX1650 if it can help.
     
  8. Padman_Silversoft

    Padman_Silversoft

    Joined:
    Jul 19, 2012
    Posts:
    8
    I have exactly the same behaviour for 3 month (since I upgraded to Ubuntu 19.04). But I saw in the Editor.log those lines which cause compiler error :

    -----CompilerOutput:-stdout--exitcode: 134--compilationhadfailure: True--outfile: Temp/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll
    -----CompilerOutput:-stderr----------
    No usable version of the libssl was found
    /home/padman/Unity/Hub/Editor/2019.1.10f1/Editor/Data/Tools/RoslynScripts/unity_csc.sh : ligne 64 : 14477 Abandon (core dumped) "/home/padman/Unity/Hub/Editor/2019.1.10f1/Editor/Data/Tools/RoslynScripts/../../Tools/Roslyn/csc" /shared /noconfig @temp/UnityTempFile-12e81e511d9a79097863b4f89a62f2b1
    -----EndCompilerOutput---------------
    - Finished compile Library/ScriptAssemblies/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll


    The libssl version in ubuntu 19.04 seems to be not compatible with the one expected by Unity Editor.
    How to fix this error ?

    I added the entire Editor.log in attachments.
     

    Attached Files:

  9. Eyap

    Eyap

    Joined:
    Nov 17, 2017
    Posts:
    40