Search Unity

unity Hub 2.4.5. can't open Unity 2020.3.12 project

Discussion in 'Unity Hub' started by evianita08, Aug 11, 2021.

  1. evianita08

    evianita08

    Joined:
    Jun 12, 2021
    Posts:
    1
    unity Hub 2.4.5. can't open Unity 2020.3.12 project. i tried install unity 2020.3.12 twice and still can't open unity project using unity hub 2.4.5. and my storage still free up to 10GB.
     
  2. laurentcp

    laurentcp

    Joined:
    Dec 22, 2020
    Posts:
    2
    Same problem on Ubuntu "20.04.3 LTS (Focal Fossa)".
    I cannot open old project, create new project, open tutorial projects.
    I can install any Editor. Ic an download tutorials.
    I cannot open projects from command line:

    Code (CSharp):
    1. ../../Unity/Hub/Editor/2020.3.12f1/Editor/Unity -projectpath ../../Dev/fidgi/Src/Fidgi
    2. [1]    24607 segmentation fault  ../../Unity/Hub/Editor/2020.3.12f1/Editor/Unity -projectpath
    3.  
     
  3. UnityJuju

    UnityJuju

    Unity Technologies

    Joined:
    Jun 15, 2021
    Posts:
    222
    Hi there!
    Could you both please log the bug through Bug Reporter within the Hub?
    To do that, click on your account (close to the settings/gear icon), go to Troubleshooting and Report a bug.

    hubbugreportv2.PNG

    Thank you so much!
     
  4. laurentcp

    laurentcp

    Joined:
    Dec 22, 2020
    Posts:
    2
    Hello !
    Thanks helping for our problem. I solve mine finding the solution in an other thread.
    The problem occurred after installing libasound2, the Alsa driver crashed Unity Editor, discovering that with `gdb`.
    So I removed libasound2: `sudo apt-get remove --auto-remove libasound2` and had to reinstall Gnome: `sudo apt install gnome-session gdm3`
     
    UnityJuju likes this.
  5. UnityJuju

    UnityJuju

    Unity Technologies

    Joined:
    Jun 15, 2021
    Posts:
    222
    Sweet! Thank you for the heads up! :)
    Let us know if you need anything else!