<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cannot Pause Virtual Machine in VMware Workstation Player Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-Workstation-Player/Cannot-Pause-Virtual-Machine/m-p/2989718#M40940</link>
    <description>&lt;P&gt;I know this already has a solution, but it didn't work for me.&lt;/P&gt;&lt;P&gt;The only thing that seems to work is changing the processors/cores to 1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm on a&lt;/P&gt;&lt;P class=""&gt;Windows 11 Pro&lt;/P&gt;&lt;P class=""&gt;Processor: 12th Gen Intel(R) Core(TM) i7-12700H, 2300 Mhz, 14 Core(s), 20 Logical Processor(s)&lt;/P&gt;&lt;P class=""&gt;Installing in VMware Workstation Pro&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2023 02:42:28 GMT</pubDate>
    <dc:creator>OptimisticJC</dc:creator>
    <dc:date>2023-10-05T02:42:28Z</dc:date>
    <item>
      <title>Cannot Pause Virtual Machine</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Player/Cannot-Pause-Virtual-Machine/m-p/2930713#M39477</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am not able to pause my VM, whenever I try to pause I get 3 Errors:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Error-1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;VMware Workstation unrecoverable error: (vcpu-1)

Exception 0xc0000005 (access violation) has occurred.

A log file is available in "D:\KALI\VM\vmware.log".

You can request support.

To collect data to submit to VMware support, choose "Collect Support Data" from the Help menu.

You can also run the "vm-support" script in the Workstation folder directly.

We will respond on the basis of your support entitlement.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error-2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;VMware Workstation unrecoverable error: (vcpu-0)

Exception 0xc0000005 (access violation) has occurred.

A log file is available in "D:\KALI\VM\vmware.log".

You can request support.

To collect data to submit to VMware support, choose "Collect Support Data" from the Help menu.

You can also run the "vm-support" script in the Workstation folder directly.

We will respond on the basis of your support entitlement.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Error-3:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Transport (VMDB) error -14: Pipe connection has been broken.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*I am facing this issue after I upgraded to Windows 11 from Windows 10.&lt;/P&gt;&lt;P&gt;I am dropping the log file in the attachments.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 08:30:52 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Player/Cannot-Pause-Virtual-Machine/m-p/2930713#M39477</guid>
      <dc:creator>sn3akysnak3</dc:creator>
      <dc:date>2022-09-27T08:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Pause Virtual Machine</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Player/Cannot-Pause-Virtual-Machine/m-p/2930787#M39478</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your vmware.log file has monitor mode = ULM&lt;/P&gt;&lt;P&gt;So first thing to try is to get that back to CPL0.&lt;/P&gt;&lt;P&gt;monitor mode ULM&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;monitor mode CPL0&lt;/P&gt;&lt;P&gt;Which means that you are running in User Level Mode and thus Workstation cannot use VMware's hypervisor, but instead it has to go through the Hypervisor API that Microsoft provides.&lt;/P&gt;&lt;P&gt;Only when Monitor mode returns CPL0 it is running in ring 0, a.k.a. no hypervisor.&lt;/P&gt;&lt;P&gt;Monitor mode CPL0 (Current Privilege Level 0) is required for VMware Workstation to be able to use their own hypervisor.&lt;/P&gt;&lt;P&gt;See also:&lt;/P&gt;&lt;P&gt;&lt;A class="" href="https://communities.vmware.com/t5/VMware-Workstation-Pro/MikroTik-RouterOS-boot-speed-is-drastically-slow/m-p/2291457/highlight/true#M137161" rel="nofollow" target="_blank"&gt;https://communities.vmware.com/t5/VMware-Workstation-Pro/MikroTik-RouterOS-boot-speed-is-drastically-slow/m-p/2291457/highlight/true#M137161&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In order to turn off ULM/Hyper-V mode, run the following command at the host in windows command-line with Administrator privileges:&lt;/P&gt;&lt;PRE&gt;bcdedit /set hypervisorlaunchtype off&lt;/PRE&gt;&lt;P&gt;Reboot the system to activate your changes.&lt;/P&gt;&lt;P&gt;If you want to go back to Hyper-V mode again, then you can enable it like this:&lt;/P&gt;&lt;PRE&gt;bcdedit /set hypervisorlaunchtype auto&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;See also:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A class="" href="https://communities.vmware.com/t5/VMware-Workstation-Pro/Workstation-16-Pro-Error-quot-Virtualized-Intel-VT-x-EPT-is-not/m-p/2866101/emcs_t/S2h8ZW1haWx8dG9waWNfc3Vic2NyaXB0aW9ufEtUQ1FQTUtTQ01STk83fDI4NjYxMDF8U1VCU0NSSVBUSU9OU3xoSw#" rel="nofollow" target="_blank"&gt;Workstation 16 Pro Error "Virtualized Intel VT-x/EPT is not supported on this platform&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A class="" href="https://kb.vmware.com/s/article/2146361" rel="nofollow" target="_blank"&gt;https://kb.vmware.com/s/article/2146361&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Note that you also might have to disable Memory Integrity.&lt;/P&gt;&lt;PRE&gt;Windows Security -&amp;gt; Device Security -&amp;gt; Core Isolation details&lt;/PRE&gt;&lt;P&gt;Don't forget to reboot the host after making any of these changes.&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt;Wil&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 16:02:47 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Player/Cannot-Pause-Virtual-Machine/m-p/2930787#M39478</guid>
      <dc:creator>wila</dc:creator>
      <dc:date>2022-09-27T16:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Pause Virtual Machine</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Player/Cannot-Pause-Virtual-Machine/m-p/2989718#M40940</link>
      <description>&lt;P&gt;I know this already has a solution, but it didn't work for me.&lt;/P&gt;&lt;P&gt;The only thing that seems to work is changing the processors/cores to 1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm on a&lt;/P&gt;&lt;P class=""&gt;Windows 11 Pro&lt;/P&gt;&lt;P class=""&gt;Processor: 12th Gen Intel(R) Core(TM) i7-12700H, 2300 Mhz, 14 Core(s), 20 Logical Processor(s)&lt;/P&gt;&lt;P class=""&gt;Installing in VMware Workstation Pro&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 02:42:28 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Player/Cannot-Pause-Virtual-Machine/m-p/2989718#M40940</guid>
      <dc:creator>OptimisticJC</dc:creator>
      <dc:date>2023-10-05T02:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Pause Virtual Machine</title>
      <link>https://communities.vmware.com/t5/VMware-Workstation-Player/Cannot-Pause-Virtual-Machine/m-p/2989731#M40941</link>
      <description>&lt;P&gt;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/5645062"&gt;@OptimisticJC&lt;/a&gt;&amp;nbsp;What version of Workstation Pro and build of Windows 11 Pro?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 04:58:02 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Workstation-Player/Cannot-Pause-Virtual-Machine/m-p/2989731#M40941</guid>
      <dc:creator>Technogeezer</dc:creator>
      <dc:date>2023-10-05T04:58:02Z</dc:date>
    </item>
  </channel>
</rss>

