Search Unity

Solved: [5.4.0p1] Failed to get socket connection from UnityShaderCompiler shader compiler!

Discussion in 'Linux' started by tswalk, Aug 11, 2016.

  1. tswalk

    tswalk

    Joined:
    Jul 27, 2013
    Posts:
    1,109
    Fedora 24 (Cinnamon Spin).

    I'm 90% sure I got all of the dependencies:

    Node and NPM look good:

    node -v:
    v4.4.7
    npm -v:
    2.15.8

    Splash screen pops and registration seems to start without an issue. Selecting a project works fine; however, once Unity fires up, I can see the menu and a blank white screen under it for about a minute then a crash report.

    The only thing that I can tell is wrong in the logs is below:


    I had previously been running Linux Mint 18 'Sarah' with no issues with Unity.. but needed a different distro for use with Maya... and would really like to get Unity working.

    So far the platform has been pretty nice...


    any ideas?
     
  2. tswalk

    tswalk

    Joined:
    Jul 27, 2013
    Posts:
    1,109
    Last edited: Aug 11, 2016
  3. tswalk

    tswalk

    Joined:
    Jul 27, 2013
    Posts:
    1,109
    FIXED:

    sudo dnf install libstdc++.i686

    ...see i was only 90% sure :D
     
    lassade likes this.
  4. lassade

    lassade

    Joined:
    Jan 27, 2013
    Posts:
    127
    I had a differnt issue with UnityShaderCompiler

    Code (CSharp):
    1. $ ./UnityShaderCompiler
    2. File not found
    Installing libstdc++.i686 solved
    thanks @tswalk