Search Unity

Some scripts have compilation errors which may prevent obsolete API usages to get updated...

Discussion in 'Linux' started by Garzec, May 19, 2019.

  1. Garzec

    Garzec

    Joined:
    Mar 3, 2016
    Posts:
    151
    I just installed Ubuntu 19.4. and installed the Linux Hub from here

    https://forum.unity.com/threads/unity-hub-v-1-6-0-is-now-available.640792/

    After installing the Unity Hub I installed the version 2019.2.0b2 (Personal) and I get this message after creating a new fresh project



    and three empty errors in the console

    (https://cdn.discordapp.com/attachme...69980/Screenshot_from_2019-05-19_11-59-17.png)



    I am not able to run the project because of these errors. How can I fix them?

    Do I have to install 2019.1.3f1? I installed 2019.3.0a2 but I get the same errors.
     
  2. Eyap

    Eyap

    Joined:
    Nov 17, 2017
    Posts:
    40
  3. Garzec

    Garzec

    Joined:
    Mar 3, 2016
    Posts:
    151
    I got it working! All I did was executing this in the terminal

    Code (JavaScript):
    1. $ wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu6_amd64.deb
    2.  
    3. $ sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu6_amd64.deb
    I got it from here

    https://github.com/dbcli/mssql-cli/issues/252
     
    marcdi_unity likes this.