wegame 错误码:48 解决方案
1、第一步:打开我的电脑,找到hosts文件 。路径为:C:\Windows\System32\drivers\etc
2、第二步:以记事本的格式打开hosts文件。没有记事本也可以以word形式打开。
3、第三步:把hosts这两句话,删掉就好了0.0.0.0 dlied1.11.com ,0.0.0.0 down.qq.com
4、第四步:如果第三步没有效果的话,那么把hosts先拷贝一份,然后清除掉hosts里的内容,然后复制下面这段话:
# 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
0.0.0.0 cert.bandicam.com
即可解决问题。
5、总结:wegame错误代码48大部分是因为无法连接到服务器或者服务器冲突所导致的,我们只需要改下hosts文件即可解决问题。