有几个方面:要是你装了会么新的软件的话有可能是你所装的软件所造成的,另外还有可能是病毒和木马引起的,最后就是你的系统出现问题了,这样的话一般不会有多大的影响,你可以先用着,到你有时间的时候从做一下系统就OK了!
S13 NC.connectTcp(): failed connect to: 8223357531, error 10049 2014/12/04 22:45:33.667 3024 9900 S0!! S13 NC.Connect.RetryTcp, Err=0 2014/12/04 22:45:33.667 3024 9900 S0!! S13 NC.connectTcp(): failed connect to: 8223357531, error 10049 2014/12/04 22:45:33.667 3024 9900 S0!
如果把病毒杀了,还原一下系统就可以了。
return _run_module_code(code, init_globals, run_name, File "C:\Users\vipuser\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 96, in _run_module_code _run_code(code, mod_globals, init_globals, File "C:\Users\vipuser\AppData\Local\Programs\Python\Python310\lib\runpy.py"...
Windows Error Code(windows错误代码详解) 0 操作成功完成。 1 功能错误。 2 系统找不到指定的文件。 3 系统找不到指定的路径。 4 系统无法打开文件。 5 拒绝访问。 6 句柄无效。 7 存储控制块被损坏。 8 存储空间不足,无法处理此命令。 9 存储控制块地址无效。 10 环境错误。 11 试图加载格式错误的程序...
查看teamveiwer的程序日志(从Extral->Open log file可以打开)后,报Error10049,详细报错如最后贴出 解决方法:Control Pannel->Windows Firewall->Allow a proggram or feature through Windows Firewall-->Change Settings->将teamviewer所有的都勾选上,允许通过.--> ...
Hello, When I try to listen and use my computer's external ip I get the error "A TCP error (10049: The requested address is not valid in its context) occurred while listening on IP Endpoint=218.166.32.38:808. Here is the code: ...
Thread to discuss better handling of (or avoiding) 'error: (10049, "Can't assign requested address")' Suggestion to handle it: fall back to 0.0.0.0 in case this error happens. Rationale: apparently the user has filled out something else than 127.0.0.1, so he/she wants SABnzbd to listen...
9504 DNS 错误,请检查 rcode。 9505 为保险的 DNS 包。 9551 无效的 DNS 种类。 9552 无效的 IP 地址。 9553 无效的属性。 9554 稍后再试一次 DNS 操作。 9555 给出的记录名称和种类不是单一的。 9556 DNS 名称不符合 RFC 说明。 9557 DNS 名称是一个完全合格的 DNS 名称。 9558 DNS 名...
… 运行结果: bind failed! err code = 10049 error lookup 的解释:在其上下文中,该请求的地址无效。 用netstat -a -n 查看发现所设置的端口没有被使用. 修改: 将(*)那一行修改为: sin.sin_addr.S_un.S_addr = INADDR_ANY;