Search Unity

  1. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice
  2. Unity is excited to announce that we will be collaborating with TheXPlace for a summer game jam from June 13 - June 19. Learn more.
    Dismiss Notice

Unidentifiable errors in Unity console on Ubuntu 19.04 - FIXED

Discussion in 'Linux' started by TwoScoopAlex, Jun 6, 2019.

  1. TwoScoopAlex

    TwoScoopAlex

    Joined:
    Jan 8, 2015
    Posts:
    1
    Issue:
    5 Blank (date only) errors in console, game will not run.

    I was able to reproduce this bug in both Unity 2019.1.5f1 and 2019.3.0a4
    I submitted a bug report but I figure it might help someone to see the temporary fix I did.

    We read through the Editor Log and found this:

    No usable version of the libssl was found
    /home/abezuska/Unity/Hub/Editor/2019.1.5f1/Editor/Data/Tools/RoslynScripts/unity_csc.sh: line 64: 28227 Aborted (core dumped) "/home/abezuska/Unity/Hub/Editor/2019.1.5f1/Editor/Data/Tools/RoslynScripts/../../Tools/Roslyn/csc" /shared /noconfig [USER=391366]@temp[/USER]/UnityTempFile-c8355884da1220cdd9d43fb9e8e24eb0

    Apparently Ubuntu 19.04 uses libssl1.1 and .net requires libssl1.0

    THE FIX
    Installing libssl1.0 from this source fixed the issue for me:
    https://packages.ubuntu.com/xenial/amd64/libssl1.0.0/download
     
    Last edited: Jun 6, 2019
    syscrusher, Sparkpin, Eyap and 4 others like this.
  2. LTK

    LTK

    Joined:
    Jul 16, 2015
    Posts:
    24
    @TwoScoopAlex Thank you. I have same issue and resolved with your post above
     
  3. Eyap

    Eyap

    Joined:
    Nov 17, 2017
    Posts:
    40
    You can also upvote the related issue, created by PixelJ : Issue

    See also this thread