博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SecureCRT issue "Could not open clipboard: Assess is denied" (无法打开粘贴板:访问被拒绝)
阅读量:5325 次
发布时间:2019-06-14

本文共 1677 字,大约阅读时间需要 5 分钟。

I got an issue when copying some line/word (actually just select the context ) in the Linux terminal via SecureCRT,  error box popped up with message "Could not open clipboard: Assess is denied" as blew.  when I double click a word or just select a piece of context, the terminal got line wrap automatically and printed "^C" on screen.

I tried to change the application setting in SecureCRT in the menu "session options" and "global options" to fixed it,  in the "global options" i canceled the check box for item "Copy on select" but the issue persists. I also found that the issue occurs even the server dnt connect,  then I realised that the issue shd not caused by the application setting.

I seek answers from internet and found that many people encountered this issue but the most common reason is missing clipboard.exe file in windows 7 OS, the solution is to copy and rename clip.exe to let the SecureCRT can invoke it, I had also tried the same but it still does work.

finally, I was enlighten from a blog "http://www.cnblogs.com/zhaojk2010/p/4124924.html", the author claimed a similar case and answer the root cause: that's because of some functionality conflicts from dictionary application in your PC ( 金山词霸,网易翻译,etc.). those app has the capability of translation by selecting content, however, it also work with the capability of copy by selecting content in SecureCRT!

then I found out the arch-criminal is "金山秒译", the issue was fixed after uninstalling the  "金山秒译".

very appreciate for that blog and that's why I write down the blog, I would like to share the case to all the people who encountering the same problem.

 

转载于:https://www.cnblogs.com/fysola/p/6017188.html

你可能感兴趣的文章
epoll 技术(转)
查看>>
<转>Shell脚本相关
查看>>
使用FreeMarker加载远程主机上模板文件,比如FTP,Hadoop等(转载)
查看>>
Java的位运算符具体解释实例——与(&amp;)、非(~)、或(|)、异或(^)
查看>>
java 注解 学习
查看>>
[leetcode]403. Frog Jump青蛙过河
查看>>
英语音节知识
查看>>
IEEE 802.15.4协议学习之MAC层
查看>>
AngularJS学习篇(十三)
查看>>
Tableau 学习资料
查看>>
中断和异常
查看>>
lucene 全文检索工具的介绍
查看>>
C# MD5-16位加密实例,32位加密实例
查看>>
无线点餐系统初步构思
查看>>
AJAX
查看>>
前端之CSS
查看>>
List注意点【修改】
查看>>
sqoop导入导出对mysql再带数据库test能跑通用户自己建立的数据库则不行
查看>>
拓扑排序的原理及其实现
查看>>
对StageWebView捕获位图时空白
查看>>