问题现象:LOL登录时遇到了一个预期之外的错误,这个问题是个常见的问题,特别容易出现在游戏大版本更新的时候,和服务器不稳定的时候,最近就有家网吧频繁出现,然后网吧自己找到个方法说还有点用,让我给网吧操作 ...
问题现象:LOL登录时遇到了一个预期之外的错误,这个问题是个常见的问题,特别容易出现在游戏大版本更新的时候,和服务器不稳定的时候,最近就有家网吧频繁出现,然后网吧自己找到个方法说还有点用,让我给网吧操作,试了下还真进去了,分享给大家,下次也可以尝试下。 解决办法: 1、找到我们本机内的hosts文件,如果Hosts在指向的时候出现了问题,是会出现LOL登入时遇到了一个预期之外的错误这种问题的,路径如图 2、找到这个文件然后清空文件内容,复制以下内容粘贴进去; # Copyright (c) 1993-2009 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x client host # localhost name resolution is handled within DNS itself. # 127.0.0.1 localhost # ::1 localhost 3、把客户机DNS更改为公网DNS,可以参考改成223.5.5.5和114.114.114.114 4、最后只需要重置下网络协议即可,这里我们可以使用本机自带的DOS命令(netsh winsock reset )进行重置也可以使用第三方软件进行重置; 恩,按老板说法还真进去了,下次遇到可以尝试下。 |