|
楼主 |
发表于 2021-4-14 12:48:34
|
显示全部楼层
本帖最后由 yyjdelete 于 2021-4-14 12:55 编辑
就是有部分wifi热点(比如很多商场/火车站就是那种)或者学校/公司网络, 连接后访问任意网页会把你重定向到一个登录页面, 如果是https的就是无效证书或者RST(好像都有, 看地方),
在这种情况下如果启用了自动更新, 新启动todesk会不停的闪退重启, 如果是已经启动的情况下进到这种网络好像是正常的.
如果找不到类似的网络来测试, 也可以通过我前面写的改hosts的方式模拟(ip随意, 用百度www.baidu.com对应的ip也是可以的). 反正我在自己的机器上试了下, 能观察到的直接效果是一样的.
然后是本地的日志, 基本上就是如下内容不停的重复
client_xxx.log
2021-04-14 12:46:42,968: INFO infoCategory : tcp begin connect! address=127.0.0.1 port=35600
2021-04-14 12:46:42,969: INFO infoCategory : tcp end connect! ret=-1
2021-04-14 12:46:42,969: INFO infoCategory : tcp connect err! begin select!!
2021-04-14 12:46:42,972: INFO infoCategory : [todesk] CreateClipboardView 49409 49313
2021-04-14 12:46:42,972: INFO infoCategory : [todesk] CreateClipboardView 0
2021-04-14 12:46:42,972: INFO infoCategory : Clipboard old 0
2021-04-14 12:46:42,972: INFO infoCategory : [todesk] CreateClipboardView 49409 49313
2021-04-14 12:46:42,972: INFO infoCategory : [todesk] CreateClipboardView 0
2021-04-14 12:46:43,074: INFO infoCategory : createtray = 1
2021-04-14 12:46:46,025: INFO infoCategory : sock recv err!! sock=1412 errno=10054
service_xxx.log
2021-04-14 12:46:42,512: INFO infoCategory : tcp begin connect! address=106.75.101.125 port=443
2021-04-14 12:46:42,512: INFO infoCategory : tcp end connect! ret=-1
2021-04-14 12:46:42,512: INFO infoCategory : tcp connect err! begin select!!
2021-04-14 12:46:42,513: INFO infoCategory : CreateNamedPipe ok!! name=\\.\pipe\todesk_pipe
2021-04-14 12:46:42,601: INFO infoCategory : ss sock recv err!! sock=21119728 errno=0
2021-04-14 12:46:42,609: INFO infoCategory : center client disconnect!! sock=768
2021-04-14 12:46:42,609: INFO infoCategory : disconnect=768
2021-04-14 12:46:42,609: INFO infoCategory : disconnect=768
2021-04-14 12:46:42,609: INFO infoCategory : shutdown socket err! errno=10038
2021-04-14 12:46:42,609: INFO infoCategory : close socket err! errno=10038
2021-04-14 12:46:43,272: INFO infoCategory : doUpdateAppEvent WTSGetActiveConsoleSessionId = 1
2021-04-14 12:46:43,272: INFO infoCategory : StartProcess = "C:\Program Files (x86)\ToDesk\ToDeskUpd.exe" 1
|
|