|

楼主 |
发表于 2009-10-11 21:20:35
|
显示全部楼层
刚刚打开ORCAD,打开原理图文件时就碰到了问题。
搜索搞定:
OrCAD 出错解决方法
使用OrCAD 10.5会出现如下问题的说明:
exception access violation
threads has read from or write to a virtual address for which it does not have the appropriate access
当用ORCAD10.5打开一个文件时,弹出错误窗口,大意是一个线程读取虚拟地址错误,程序将关闭,点确定是保存后再关闭,点取消是直接关闭程序
解决方法:
HKEY_CURRENT_USER \Software\Microsoft\Windows\CurrentVersion\Policies\Explorer下的 NoRecentDocsHistory注册表项(DWORD类型的)设置为0,重启explorer.exe进程 |
|