Search Unity

Two empty errors

Discussion in 'Linux' started by r1ddle-5, Sep 12, 2019.

  1. r1ddle-5

    r1ddle-5

    Joined:
    May 11, 2019
    Posts:
    8
    I created EMPTY 2D project and got these errors:



    Unity version:
     
  2. CyRaid

    CyRaid

    Joined:
    Mar 31, 2015
    Posts:
    134
    Are you using Ubuntu 19.04? I had that same error.. Right click on the console tab, and see "editor log". In the editor log do you see a "no usable libssl found"? If that's the case, it's still looking for libssl.1.0.0 .. Which you can just add to your system: http://security.debian.org/debian-s...penssl/libssl1.0.0_1.0.1t-1+deb8u11_amd64.deb

    (Ubuntu 19.04 no longer ships with libssl.so.1.0.0) dotnet acknowledges this and has a patch but I suppose we don't have it yet. But it's a workaround for now for those who need it.
     
    r1ddle-5 and Eyap like this.
  3. Eyap

    Eyap

    Joined:
    Nov 17, 2017
    Posts:
    40
  4. r1ddle-5

    r1ddle-5

    Joined:
    May 11, 2019
    Posts:
    8
    @CyRaid, thank you, man! Now everything works perfectly!
     
    CyRaid likes this.