无法初始化显示器主题:无法建立环回连接初始化、显示器、主题

2023-09-05 04:25:12 作者:人总要靠自己

从昨天起突然我的Eclipse不工作了。错误是无法初始化显示器主题:无法establishe回环连接。我用Google搜索,并尝试了以下内容:

Since yesterday suddenly my Eclipse does not work anymore. The error is "Failed to initialize monitor Thread: Unable to establishe loopback connection". I googled and tried the following:

在IPv6的完全脱落,如果我平本地主机我回来127.0.0.1 的eclipse.exe并adb.exe添加防火墙例外 亚行杀死并重新启动 从日食复位亚行 在病毒扫描仪关闭(临时)

似乎没有任何帮助,我迷路了。再说,如果我尝试更新我得到的错误消息也:

Nothing seems to help, I'm lost. Besides, if I try to update I get the error message also:

有些网站无法找到。请参阅错误日志以了解详情。 无法读取存储库在 http://dl-ssl.google.com/android/日食/ content.xml中。 权限被拒绝:连接

Some sites could not be found. See the error log for more detail. Unable to read repository at http://dl-ssl.google.com/android/eclipse/content.xml. Permission denied: connect

..我可以浏览从Eclipse中(与内部Web浏览器的角度看),所以有一个互联网连接。此外,没有代理,只是一个直接连接。

.. I can browse from Eclipse (with the Internal Web Browser perspective), so there is an internet connection. Furthermore, no proxies, just a direct connection.

推荐答案

解决方法:关闭Teredo隧道伪接口

Solution : turn off Teredo Tunneling Pseudo-Interface.

这可能转换IP4向IPv6地址什么的,导致IPv6地址为本地主机(奇怪,虽然,一个PING仍然导致IP4)。无论如何,将其关闭(设备管理器>查看 - >显示隐藏的设备>右键点击的Teredo>禁用)解决了这个问题!

This probably converts IP4 to IPv6 addresses or something, resulting in an IPv6 address for your localhost (strange though, that a PING still results in IP4). Anyway, turning it off (Device manager > View > Show hidden devices > right click on Teredo > disable) solves the problem!

我发现做一个IPCONFIG / ALL在非工作状态。它表明:

I found out by doing a ipconfig /all in the NON working situation. It showed :

隧道适配器Teredo隧道伪接口:

Tunnel adapter Teredo Tunneling Pseudo-Interface:

连接特定的DNS后缀。

Connection-specific DNS Suffix . :

说明。 。 。 。 。 。 。 。 。 。 。 :Teredo隧道伪接口

Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface

物理地址。 。 。 。 。 。 。 。 。 :00-00-00-00-00-00-00-E0

Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0

启用DHCP。 。 。 。 。 。 。 。 。 。 。 :否

DHCP Enabled. . . . . . . . . . . : No

启用自动配置。 。 。 。 :是的。

Autoconfiguration Enabled . . . . : Yes

IPv6地址。 。 。 。 。 。 。 。 。 。 。 :2001:0:5ef5:79fb:####:###:####:####(preferred)

IPv6 Address. . . . . . . . . . . : 2001:0:5ef5:79fb:####:###:####:####(Preferred)

链路本地IPv6地址。 。 。 。 。 :FE80 :: 3c47:###:####:####(preferred)

Link-local IPv6 Address . . . . . : fe80::3c47:###:####:#### (Preferred)

//编辑:我想这是一种解决方法,直到Eclipse支持IPv6的

//edit : I guess it's a workaround untill Eclipse supports IPv6