tortoisehg 2.1.3 上下文菜单单击在 win7 x86 中不起作用
我在从 2.1.2 升级的 win7 x86 系统上运行 tortoisehg 2.1.3(现在是 2.1.4)。当我单击上下文菜单(例如工作台)时,什么也没有发生。
我启用了 shell 调试:[HKCU]\Software\TortoiseHg\ value DebugShellExt="1"
结果是:[THGx86] RunDialog: THG root is empty
在 DbgView 中。
我已手动检查 [HKCU] 和 [HKLM] 的 \Software\TortoiseHg\ 默认值为“C:\Program Files\TortoiseHg”
。虽然我遇到了一些问题,安装 TortoiseHg 似乎会使这些注册表项变空且不可读,而且我必须手动更改它们的所有权才能删除它们。
还有其他人在 Windows 版本的 TortoiseHg 中遇到这些上下文菜单问题吗?有人知道安装程序中是否发生了变化吗?任何人都知道有什么可能导致这些注册表项甚至对于创建它们的应用程序来说也无法访问?
I'm running tortoisehg 2.1.3 (and now 2.1.4) on a win7 x86 system upgraded from 2.1.2. When I click on the context menus (e.g. workbench) nothing happens.
I enabled shell debugging: [HKCU]\Software\TortoiseHg\ value DebugShellExt="1"
Which yielded: [THGx86] RunDialog: THG root is empty
in DbgView.
I've manually checked that \Software\TortoiseHg\ default is "C:\Program Files\TortoiseHg"
for both [HKCU] and [HKLM]. Though I'm having some problems where installing TortoiseHg seems to make these registry keys empty and unreadable and I have to manually change ownership on them to even delete them.
Anyone else having problems with these context menus in this version of TortoiseHg on windows? Anyone know if something has changed in the installer? Anyone know of something that could cause these registry keys to become inaccessible even to the application that created them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来这些问题在最新版本的 TortoiseHG(2.2.1 及更高版本)中已得到解决。所以,我将这个问题标记为已回答。
It looks like the issues are resolved in more recent versions of TortoiseHG (2.2.1 and later). So, I'm marking this question answered.