-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无法启动程序 #11534
Comments
1080 端口被占用,请检查。 |
netstat -ano 没发现有占用 |
netstat -ano 活动连接 协议 本地地址 外部地址 状态 PID |
你现在运行肯定发现不了,你需要在出现 bind 失败时再运行。 |
10013 是被拒绝,也可能是权限不够,虽然我没听说过有这种问题,但是你可以尝试用管理员权限运行。 |
关闭防火墙,管理员权限运行,仍然如此 |
不好意思,我对此无能为力。 |
请问解决了吗。我也遇到了这个问题‘ |
shadowsocks/shadowsocks-windows#2035 (comment) |
原因是在win10最近的系统更新中将1080端口保留, x-tunnel由于无法bind 1080端口而启动失败,从而导致xx-net启动失败. 需要改动 |
操作系统:Windows10 1809(17763.1)
托盘图标不显示,配置页也打不开。
Oct 06 21:51:18.903 [cloudfront_front][INFO] load ip_list num:100, target num:100
Oct 06 21:51:18.919 [tls_relay][INFO] SSL use version:TLSv1_2
Oct 06 21:51:18.919 [tls_relay][INFO] OpenSSL support alpn
Oct 06 21:51:18.934 [heroku_front][INFO] SSL use version:TLSv1_2
Oct 06 21:51:18.950 [heroku_front][INFO] OpenSSL support alpn
Oct 06 21:51:18.950 [heroku_front][INFO] load ip_list num:75, target num:75
Oct 06 21:51:18.950 [x_tunnel][INFO] use config_path:D:\XX-Net-3.12.11\data\x_tunnel\client.json
Oct 06 21:51:18.950 [x_tunnel][INFO] X-Tunnel window:16777216
Oct 06 21:51:18.966 [x_tunnel][INFO] xxnet_version:3.12.11
Oct 06 21:51:18.966 [x_tunnel][ERROR] bind to 127.0.0.1:1080 fail:error(10013, '')
Exception in thread Thread-50:
Traceback (most recent call last):
File "D:\XX-Net-3.12.11\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner
self.run()
File "D:\XX-Net-3.12.11\code\default\python27\1.0\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "D:\XX-Net-3.12.11\code\default\x_tunnel\start.py", line 19, in main
client.main(args)
File "D:\XX-Net-3.12.11\code\default\x_tunnel\local\client.py", line 172, in main
g.socks5_server = simple_http_server.HTTPServer((listen_ip, g.config.socks_port), Socks5Server, logger=xlog)
File "D:\XX-Net-3.12.11\code\default\python27\1.0\lib\noarch\simple_http_server.py", line 412, in init
self.init_socket()
File "D:\XX-Net-3.12.11\code\default\python27\1.0\lib\noarch\simple_http_server.py", line 422, in init_socket
self.add_listen(addr)
File "D:\XX-Net-3.12.11\code\default\python27\1.0\lib\noarch\simple_http_server.py", line 436, in add_listen
raise Exception(err_string)
Exception: bind to 127.0.0.1:1080 fail:error(10013, '')
Oct 06 21:51:21.626 [gae_proxy][WARNING] network IPv6 fail
The text was updated successfully, but these errors were encountered: