0

I recently installed Unity3d for Ubuntu with the .deb file I found there, but on launch I am not able to connect to my account:, and I get this error:

Service not availabe, please try again later.

Buggy Unity3d

on the red stripe, after clicking theSign In button.
I then launched Unity3d from a terminal, and I saw an error description that maybe is the cause to my problem:

error descr

I tried to reinstall libgcrypt20 and libgpg-error0 that seem to be the faulty packages but nothing worked.

I even redownloaded the .deb package, and checked both md5 sums, which turned out to be dentical, so I guess the problem is not the package itself.

What is wrong with it then?

joH1
  • 113
  • 6

1 Answers1

0

Actually that question has already been answered here.
try:

LD_PRELOAD=/lib/x86_64-linux-gnu/libresolv.so.2 /path/to/Unity

where /path/to/Unity is likely to be /opt/Unity/Editor/Unity

joH1
  • 113
  • 6