VMware Workstation

 View Only

 VM25h2打开Win11 25H2的虚拟机出现问题

YOU Long's profile image
YOU Long posted Feb 06, 2026 04:13 AM

系统版本:Windows 11 专业版 26200.7705

软件版本:VM25H2

问题:打开win11 25h2的最新虚拟机报错,重新创建也报错闪退,附上dump和日志信息,哪位好人帮我看一下

Matt Wang's profile image
Broadcom Employee Matt Wang

2026-02-06T08:07:10.766Z -INFO vmware.exe 10460 [ws@4413 threadName="vmui"] VMMgr::OpenVM (cfgPath=E:\VM虚拟机\Win11 25h2\Windows 11 25H2.vmx)
2026-02-06T08:07:10.786Z -INFO vmware.exe 10460 [ws@4413 threadName="host-34992"] [msg.dictionary.unlock.noKey] The dictionary is encrypted and the required key is not available.
2026-02-06T08:07:10.786Z -INFO vmware.exe 10460 [ws@4413 threadName="host-34992"] VigorOffline_Init: Failed to initialize VIGOR offline: Missing decryption key for configuration file 'E:\VM虚拟机\Win11 25h2\Windows 11 25H2.vmx'.
2026-02-06T08:07:10.786Z +INFO vmware.exe 10460 [ws@4413 threadName="host-34992"] 
2026-02-06T08:07:10.786Z -INFO vmware.exe 10460 [ws@4413 threadName="host-34992"] VMHS_ManageVM: failed to initialize the vigor offline object
2026-02-06T08:07:10.786Z -INFO vmware.exe 10460 [ws@4413 threadName="host-34992"] [msg.vigor.vmx.encrypted.missing] Missing decryption key for configuration file 'E:\VM虚拟机\Win11 25h2\Windows 11 25H2.vmx'.

Seems like you are trying to power on an encrypted VM without key. Please follow steps described in

https://techdocs.broadcom.com/us/en/vmware-cis/desktop-hypervisors/fusion-pro/13-0/using-vmware-fusion/configuring-your-virtual-machines/encrypting-a-virtual-machine-fusion-help/remove-encryption-for-a-virtual-machine.html 

If that doesn't work, encryption team may help here.

James Lin's profile image
Broadcom Employee James Lin

You're hitting the same error as in https://community.broadcom.com/vmware-cloud-foundation/discussion/unable-to-run-os-in-the-virtual-machine

We believe that this is due to a bug in your host's graphics driver.  Can  you try editing your VM's .vmx file and setting:

mks.enableVulkanPresentation = "FALSE"

and confirm whether that helps or not?

(Also, I find it interesting that your error message is in Chinese even though Workstation 25H2 no longer includes or supports Chinese translation files... are you reusing the translation files from an older release?)

YOU Long's profile image
YOU Long

We believe that this is due to a bug in your host's graphics driver.  Can  you try editing your VM's .vmx file and setting:

mks.enableVulkanPresentation = "FALSE"

我添加了这个参数,但是虚拟机还是崩溃,这个应该什么时候修复呢