Search Unity

Can Not Export a Project

Discussion in 'Linux' started by juancllanos, Aug 10, 2020.

  1. juancllanos

    juancllanos

    Joined:
    Apr 30, 2020
    Posts:
    4
    Hello, my english is not that good but I hope you can understand me and help me.
    I have a problem everytime I try to export a project, this is the error.
     

    Attached Files:

  2. KevinWelton

    KevinWelton

    Joined:
    Jul 26, 2018
    Posts:
    239
    @juancllanos, can you share your Editor.log file with me? It's under ~/.config/unity3d.
     
    juancllanos likes this.
  3. juancllanos

    juancllanos

    Joined:
    Apr 30, 2020
    Posts:
    4
    Hello man, check your inbox. Thanks
     
  4. KevinWelton

    KevinWelton

    Joined:
    Jul 26, 2018
    Posts:
    239
    No worries. From the log, I see this:

    Unity.IL2CPP.Building.BuilderFailedException: /home/juanc/Unity/2019.3.12f1/Editor/Data/PlaybackEngines/WebGLSupport/BuildTools/Emscripten_FastComp_Linux/clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
    ERROR:root:compiler frontend failed to generate LLVM bitcode, halting
    What distro are you using? The supported distros are Ubuntu and CentOS 7. Try this command for each, then give it a go again:

    Ubuntu: sudo apt install libtinfo5
    CentOS: yum install ncurses-libs
    Let me know if it pans out. And definitely log a bug if you're on one of the supported configs.
     
    juancllanos likes this.
  5. juancllanos

    juancllanos

    Joined:
    Apr 30, 2020
    Posts:
    4
    Hello man, installing that library solved the error. Thank you so much !
    I tried to find info on youtube but what really helped was your instruction.
    Have a nice day!!!
     
    KevinWelton likes this.
  6. juancllanos

    juancllanos

    Joined:
    Apr 30, 2020
    Posts:
    4
    By the way, I'm using Ubuntu 20.04.1
     
  7. KevinWelton

    KevinWelton

    Joined:
    Jul 26, 2018
    Posts:
    239
    @juancllanos, can you report a bug specifying what Ubuntu release you were on and what you had to do?

    Glad things worked out, and happy to help.
     
    juancllanos likes this.