作者:广东在线游戏网日期:
返回目录:游戏资讯
为什么要用mysql,麻烦而且不好修改,换服务器也麻烦
可以新建一个库名 HEROdb
ruciwan
补丁没有解压好!需重新解压,或者重新安装客户端再解压补丁,一定能解决!
那一般是他知们的问题 他们的防火墙 或者是特定关闭的 某个你服使用的端口
都会出现 这种情况!!
现在网道上有很多 所谓的防止 入侵 木马 等等关闭某些端内口的文章和教程
很多都是他们 自己设置的
你可以更换一下 你的容端口 试试看!!
上面那段英文的意思是:对不起,这个应用程序无法在虚拟机里运行e68a84e799bee5baa6e79fa5e98193330。
1原因:是因为此程序会自动执行虚拟机检测,从而禁止在虚拟机运行。
2解决办法:打开 VMware 虚拟机的配置文件,这是一个后缀为 vmx 的文本文件。在里面加入以下内容
isolation.tools.getPtrLocation.disable = "TRUE"
isolation.tools.setPtrLocation.disable = "TRUE"
isolation.tools.setVersion.disable = "TRUE"
isolation.tools.getVersion.disable = "TRUE"
monitor_control.disable_directexec = "TRUE"
monitor_control.disable_chksimd = "TRUE"
monitor_control.disable_ntreloc = "TRUE"
monitor_control.disable_selfmod = "TRUE"
monitor_control.disable_reloc = "TRUE"
monitor_control.disable_btinout = "TRUE"
monitor_control.disable_btmemspace = "TRUE"
monitor_control.disable_btpriv = "TRUE"
monitor_control.disable_btseg = "TRUE"
这段代码在7.0-7.1版本虚拟机好用,我亲自测试了。
不加代码的话,网游是提示 Sorry,this application cannot run under a Virtual Machine
加了之后可以进行游戏了!给分吧!