我有一台 Windows Server 2008 R2 Enterprise SP1 机器,我登录并使用它来管理在我们域中的多个 Hyper-V 服务器上运行的虚拟机。有时,当我右键单击本地或远程 VM 时,Hyper-V 管理器会崩溃并显示以下错误消息:
如果我使用右下角的操作菜单,它工作得很好,但由于某种原因右键单击会导致 MMC 停止工作。有没有办法解决这个问题?以下是错误消息的完整详细信息。
Description:
Stopped working
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: mmc.exe
Problem Signature 02: 6.1.7600.16385
Problem Signature 03: 4a5bc808
Problem Signature 04: Microsoft.Virtualization.Client
Problem Signature 05: 6.1.0.0
Problem Signature 06: 4ce7c9e3
Problem Signature 07: 342
Problem Signature 08: 1f
Problem Signature 09: System.OverflowException
OS Version: 6.1.7601.2.1.0.274.10
Locale ID: 1033
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
Run Code Online (Sandbox Code Playgroud)
还有这个堆栈跟踪:
FX:{922180d7-b74e-45f6-8c74-4b560cc100a5}
Exception has been thrown by the target of an invocation.
at Microsoft.ManagementConsole.Internal.SnapInMessagePumpProxy.OnThreadException(Object sender, ThreadExceptionEventArgs e)
at System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
at System.Windows.Forms.Control.WndProcException(Exception e)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
at System.Windows.Forms.ListView.WndProc(Message& m)
at Microsoft.Virtualization.Client.Controls.EnhancedListView.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Run Code Online (Sandbox Code Playgroud)
Gre*_*ray 17
在第二台显示器上运行时,HyperV 管理单元崩溃似乎是一个问题
你不会相信这个的。我们最终弄清楚了它是什么,而且相当复杂:)
我们发现 Hyper-V MMC snap 存在一个非常可重复的错误。使用 Win2k8R2,将机器连接到外部显示器(我在笔记本电脑上这样做)。然后,将 MMC(在本例中为服务器管理器)移动到外部显示器。尝试右键单击 Hyper-V 中的任何虚拟机,它会崩溃。一旦您将其移回主显示器,它就会再次正常工作。
去搞清楚!
我可以在我的系统上确认这些结果,它有 2 个 GPU,总共有 4 个显示器(见下文)。如果我在主显示器或显示器 3 和 4 的下半部分使用 HyperV 管理器,那么一切正常,但是一旦我将其移动到主显示器的垂直高度上方并尝试右键单击它就会崩溃。我一直在与 Microsoft 支持部门合作解决该问题(SR 编号 112110960192323),如果找到修补程序或解决方法,我将跟进。
似乎流氓 Windows 更新对此负责。您可以通过运行wusa.exe /uninstall /kb:2686831
,重新启动来卸载它,然后通过自动更新重新安装更新并再次重新启动。此TechNet 论坛帖子中概述了此修复程序。
如果这不起作用,我会尝试卸载 RSAT 并重新安装它。