小编Gon*_*era的帖子

Kubuntu 中的服务不可用 Unity3d 错误

我正在尝试在 Kubuntu 中使用Unity3d,但出现此错误:

Service not avaliable, please try again later.
Run Code Online (Sandbox Code Playgroud)

我找到了这个帖子

Certain systems may experience "Service unavailable" errors when trying to log in. WORKAROUND: Launch Unity with LD_PRELOAD=/usr/lib/libresolv.so.2 /path/to/Unity (check the path to your local libresolv)
Run Code Online (Sandbox Code Playgroud)

我已经在我的电脑中检查了 libresolv.so.2 的路径。我在 /lib32/libresolv.so.2 和 /libx32/libresolv.so.2 下找到了它。(不知道有什么区别)。

当我运行时:

LD_PRELOAD=/lib32/libresolv.so.2 /opt/Unity/Editor/Unity
Run Code Online (Sandbox Code Playgroud)

我得到:

ERROR: ld.so: object '/lib32/libresolv.so.2' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Run Code Online (Sandbox Code Playgroud)

当我运行时:

LD_PRELOAD=/libx32/libresolv.so.2 /opt/Unity/Editor/Unity
Run Code Online (Sandbox Code Playgroud)

我得到:

ERROR: ld.so: object '/libx32/libresolv.so.2' from LD_PRELOAD cannot be preloaded (cannot open …
Run Code Online (Sandbox Code Playgroud)

dependencies shared-library kubuntu unity3d

5
推荐指数
1
解决办法
3172
查看次数

标签 统计

dependencies ×1

kubuntu ×1

shared-library ×1

unity3d ×1