Search Unity

Service not Available Please try later

Discussion in 'Linux' started by ashokbugude, May 9, 2016.

  1. ashokbugude

    ashokbugude

    Joined:
    Feb 10, 2016
    Posts:
    20
    Hi,

    I have installed Unity in Ubuntu 16 . When I open for 1st time and sign in. I get below screen-shot

    I have read the workaround which says

    WORKAROUND: Launch Unity with LD_PRELOAD=/usr/lib/libresolv.so.2 /path/to/Unity (check the path to your local libresolv)



    I have executed the following in terminal, but the issue still persists.Please help
    --------------------
    ashok@ashok:~
    $ LD_PRELOAD=/usr/lib/libresolv.so.2 /opt/Unity/Editor/Unity
    ERROR: ld.so: object '/usr/lib/libresolv.so.2' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
    /opt/Unity/Editor/Unity: /opt/Unity/Editor/Data/Tools/libgpg-error.so.0: no version information available (required by /lib/x86_64-linux-gnu/libgcrypt.so.20)
    ---------------------------

    1. Could you explain a bit more how to execute the above
    2. I do not find libresolv.so.2 in /usr/lib folder (do I need to download from internet ?)
     

    Attached Files:

    Last edited: May 9, 2016
  2. ashokbugude

    ashokbugude

    Joined:
    Feb 10, 2016
    Posts:
    20
    Able to solve it by downloading libresolv.so.2 and placing in /usr/lib folder
     
  3. Saxmax

    Saxmax

    Joined:
    Jan 15, 2016
    Posts:
    1
    For others with this issue:
    First, check if you have "libc6" installed (sudo apt install libc6).
    Secondly, run: sudo locate libresolv
    This will print a list to where the file is on your disk. For me, I had like three libresolv.so.2 but in different folders.
    Then, I ran the command written above and it worked. After signing in to Unity I can just start the program without having to use the above command again.

    So for me:
    LD_PRELOAD=/lib/x86_64-linux-gnu/libresolv.so.2 /opt/Unity/Editor/Unity
     
  4. zweihander111

    zweihander111

    Joined:
    Nov 7, 2010
    Posts:
    20
    Thank you very much, it work just fine for me!
     
  5. JuanDavid0705

    JuanDavid0705

    Joined:
    Jan 24, 2016
    Posts:
    1

    Thanks, it works !!!
     
  6. boykh

    boykh

    Joined:
    Aug 5, 2017
    Posts:
    1
    It Work. You are my God ..!! Bro ..!!
     

    Attached Files:

  7. cushbu

    cushbu

    Joined:
    Sep 8, 2017
    Posts:
    2
    same error occurred for me. I download libresolv.so.2 then also show this.Please help me to solve this. Thanks in advance
     
  8. Tiki720

    Tiki720

    Joined:
    Sep 10, 2017
    Posts:
    3
    it says sudo: locate: command not found
     
  9. CarsteinLeung

    CarsteinLeung

    Joined:
    Jan 9, 2017
    Posts:
    5
    Would you please to tell me if it is for Windows platform?