Tengo una máquina Windows Server 2008 R2 Enterprise SP1 en la que inicio sesión y uso para administrar máquinas virtuales que se ejecutan en varios servidores Hyper-V en nuestro dominio. A veces, cuando hago clic derecho en una máquina virtual local o remota, el Administrador de Hyper-V se bloquea y muestra el siguiente mensaje de error:
Si uso el menú Acciones en la esquina inferior derecha, funciona bien, pero por alguna razón, al hacer clic con el botón derecho, MMC deja de funcionar. ¿Hay alguna manera de arreglar este problema? Aquí están los detalles completos del mensaje de error.
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
También este rastro de pila:
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)
Drag the HyperV manager so it's in the lower half of the virtual display area before you right click on things
?if (monitors.moreThanOne){explode()}
Parece que una actualización de Windows deshonesta es responsable de esto. Puede desinstalarlo ejecutando
wusa.exe /uninstall /kb:2686831
, reiniciar, luego reinstalar la actualización mediante actualización automática y reiniciar nuevamente. Esta solución se describe en esta publicación del foro de TechNet .Si eso no funciona, intentaría desinstalar RSAT y reinstalarlo.
fuente
Any help on how to prevent this crash or where to report it to Microsoft?
- Suponiendo que tenga un contrato de soporte con Microsoft (que espero que haga si virtualiza con Hyper-V), puede abrir un ticket aquí . Si no tiene un contrato, también hay una opción de pago por incidente. He tenido buena suerte abriendo boletos y no pagando si es un problema "inédito pero conocido", pero obviamente YMMV está allí.Un par de sugerencias / preguntas básicas.
fuente