Can Not Export a Project

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.


@juancllanos , can you share your Editor.log file with me? It’s under ~/.config/unity3d.

1 Like

Hello man, check your inbox. Thanks

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.

1 Like

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!!!

1 Like

By the way, I’m using Ubuntu 20.04.1

@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.

1 Like