> 2020-06-03T12:14:24.092+02:00| vmx| I005: DICT virtualHW.version = "10"
I tried copying your guest configuration from the vmware.log, but still was unable to see the issue. Can you try these these three steps (separately) and see if one fixes the issue?
(1) Your VM is running on a really old hardware version (Fusion 6.x era). Can you upgrade the VM to the latest hardware version (16) and see if anything changes? There should be an option in the UI to "Upgrade this virtual machine".
(2) Switch to the software renderer on the host. You will need to add these two lines to the VM config file (.vmx).
mks.enableDX11Renderer = "FALSE"
mks.enableSoftwareRenderer = "TRUE"
(3) Disable 3D in the VM (VM Settings -> Display, uncheck accelerate 3d Graphics)