From 7bee0d5bc827a190ed82c9f15cea1ae9a979975c Mon Sep 17 00:00:00 2001 From: D3vil0p3r Date: Sun, 25 Feb 2024 21:02:04 +0100 Subject: [PATCH] Update troubleshooting.mdx --- src/content/docs/en/support/troubleshooting.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/content/docs/en/support/troubleshooting.mdx b/src/content/docs/en/support/troubleshooting.mdx index a3c09dd..8f4117c 100644 --- a/src/content/docs/en/support/troubleshooting.mdx +++ b/src/content/docs/en/support/troubleshooting.mdx @@ -11,4 +11,17 @@ This document shows common issues and solutions to any problems a user can meet. When you search for a pentesting tool, like Nmap, in Application Menu or by Red/Blue Team Menu in GNOME, where the terminal is invoked but with no output, just go to the Virtual Machine settings and disable 3D Acceleration. +### Virtual machine freezes randomly after a while in VMware Workstation Pro 17.x + +Uninstall VMware Workstation 17 and [download](https://download3.vmware.com/software/WKST-1625-WIN/VMware-workstation-full-16.2.5-20904516.exe) from [VMware website](https://customerconnect.vmware.com/en/downloads/info/slug/desktop_end_user_computing/vmware_workstation_pro/16_0). + +Then, locate the directory where your existing virtual machines are stored, edit `.vmx` file and change: +``` +virtualHW.version = "21" +``` +to +``` +virtualHW.version = "19" +``` +