pinotproject
New Member
- Joined
- Oct 2, 2014
- Messages
- 2
- Reaction score
- 0
I'm having issues getting a stable VM with ArcheAge running inside of it. After launching the game anywhere from instantly to an hour later the VM will crash with the process vmware-vmx.exe becoming unresponsive and needing to be closed manually. The VM itself will freeze completely and if the mouse is locked into the VM a hard reboot is needed.
Currently I'm using a Windows 7 64bit fresh install with Directx and Net framework 4.5.1 as the only post setup installs. This is inside VMware workstation 10 with the following additions to the VMX file.
and changes to the registry's display driver records at
Has anyone had success running in a VM? What tweaks worked for you?
Currently I'm using a Windows 7 64bit fresh install with Directx and Net framework 4.5.1 as the only post setup installs. This is inside VMware workstation 10 with the following additions to the VMX file.
Code:
monitor_control.restrict_backdoor = "true"
isolation.tools.getPtrLocation.disable = "true"
isolation.tools.setPtrLocation.disable = "true"
isolation.tools.setVersion.disable = "true"
isolation.tools.getVersion.disable = "true"
monitor_control.disable_directexec = "true"
and changes to the registry's display driver records at
Code:
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Class/{4D36E968-E325-11CE-BFC1-08002BE10318}/0000
Has anyone had success running in a VM? What tweaks worked for you?