How can I

I posted this before I could change the title :frowning:
The title would be:
What libraries are required for running Unity 5.6.3?

I’m currently trying to use Unity 5.6.3f1 for Linux Solus.

I’m having some trouble, I downloaded the sh file, executed, everything. I’m able to go to the project window, but when I open a project Unity freezes and crashes.

I have installed the following packages

My Editor.Log is the following gist:b1eb5a24c59b26e03c4bf27f45e1a965 · GitHub

Calling ldd -r Unity inside the Unity/Editor folder gives me the following output

I know that Unity can work in this distro, a friend of mine who works with C++ (and have thousands of C++ libraries installed) could make it run without a problem, what am I missing?

I believe that I’m only missing a library, but I do not know which one.

Any help would be really appreciated.

This is suggestive:
Error: execvp(/home/jbullrich/Downloads/unity-editor-5.6.3xf1Linux/Editor/Data/Tools/UnityShaderCompiler): No such file or directory

Does this file exist for you? If so, does ldd resolve all its dependencies?

The file exists but I can not execute it, when I execute it it tells me “No such file or directory”

I can’t execute a ldd on it, nor execute it, but I can copy the file, change its permissions, move it or cat it.

It’s a really weird behavior. Any thoughts on this?

Solved https://forum.unity3d.com/threads/tutorial-installing-unity-on-solus-os.490709/