CarTechnoloGY
Odis-E 7.2.2 cant run under VMware? - Printable Version

+- CarTechnoloGY (https://cartechnology.co.uk)
+-- Forum: Discussions All about Software and Hardware (https://cartechnology.co.uk/forumdisplay.php?fid=310)
+--- Forum: Automotive Help & Discussions / Software and Hardware (https://cartechnology.co.uk/forumdisplay.php?fid=40)
+---- Forum: VAG Group (VW - Audi - Seat - Skoda - Bentley) (https://cartechnology.co.uk/forumdisplay.php?fid=55)
+---- Thread: Odis-E 7.2.2 cant run under VMware? (/showthread.php?tid=28338)

Pages: 1 2


Odis-E 7.2.2 cant run under VMware? - kreativ - 01-10-2017

Hi

When I try to run Odis-E 7.2.2 it says "This program cannot be run under VMWARE"

is there any fix for this? I have tried google but didn't help much sad


RE: Odis-E 7.2.2 cant run under VMware? - leonfrrojito - 01-10-2017

I probe to install it with vmware and windows 7 and I was not able to make it work correctly I do not know if there is another way greetings


RE: Odis-E 7.2.2 cant run under VMware? - razzo - 01-10-2017

Close VMWare
Go to your virtual machine folder
Make a backup of your VMWare virtual machine file (.vmx) and rename it xxxx_backup.vmx or something like that
Open the original .vmx file in Notepad and add the following text all the way at the bottom:
Code:
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"
monitor_control.disable_chksimd = "TRUE"
monitor_control.disable_ntreloc = "TRUE"
monitor_control.disable_selfmod = "TRUE"
monitor_control.disable_reloc = "TRUE"
monitor_control.disable_btinout = "TRUE"
monitor_control.disable_btmemspace = "TRUE"
monitor_control.disable_btpriv = "TRUE"
monitor_control.disable_btseg = "TRUE"
usb:0.present = "TRUE"
usb:0.deviceType = "hid"
usb:0.port = "0"
usb:0.parent = "-1"
Save it, close it.
Then it will work again. I've got ETKA8, Elsawin 6, ODIS-S 4.2.3 and ODIS-E 7.2.2 running in just one virtual machine at Windows 7 x86.

Warning: VMware Tools will not work anymore, so no easy/copy paste anymore. Be creative on that problem, for example use your automatic syncing cloud-storage or something like that.


RE: Odis-E 7.2.2 cant run under VMware? - fantomel - 01-10-2017

(01-10-2017, 15:17 PM)razzo Wrote:  Close VMWare
Go to your virtual machine folder
Make a backup of your VMWare virtual machine file (.vmx) and rename it xxxx_backup.vmx or something like that
Open the original .vmx file in Notepad and add the following text all the way at the bottom:
Code:
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"
monitor_control.disable_chksimd = "TRUE"
monitor_control.disable_ntreloc = "TRUE"
monitor_control.disable_selfmod = "TRUE"
monitor_control.disable_reloc = "TRUE"
monitor_control.disable_btinout = "TRUE"
monitor_control.disable_btmemspace = "TRUE"
monitor_control.disable_btpriv = "TRUE"
monitor_control.disable_btseg = "TRUE"
usb:0.present = "TRUE"
usb:0.deviceType = "hid"
usb:0.port = "0"
usb:0.parent = "-1"
Save it, close it.
Then it will work again. I've got ETKA8, Elsawin 6, ODIS-S 4.2.3 and ODIS-E 7.2.2 running in just one virtual machine at Windows 7 x86.

Warning: VMware Tools will not work anymore, so no easy/copy paste anymore. Be creative on that problem, for example use your automatic syncing cloud-storage or something like that.
that is the easy way, but tools can also work in vm if u install them custom before making changes to vmx smile


RE: Odis-E 7.2.2 cant run under VMware? - kreativ - 01-10-2017

I added this to my .vmx files and seems to do the trick smile

Odis 7.2.2 now running in virtual machine

monitor_control.restrict_backdoor = "TRUE"


RE: Odis-E 7.2.2 cant run under VMware? - jerome110383 - 07-10-2017

(01-10-2017, 18:25 PM)kreativ Wrote:  I added this to my .vmx files and seems to do the trick smile

Odis 7.2.2 now running in virtual machine

monitor_control.restrict_backdoor = "TRUE"


Great, this solution work for me too, thanks


RE: Odis-E 7.2.2 cant run under VMware? - marco88 - 09-10-2017

Can you upload your VM files? I would also have this programs on VM Waresmilesmile

It works for me also with this solution. Thanks.


RE: Odis-E 7.2.2 cant run under VMware? - 23Andi23 - 09-10-2017

(09-10-2017, 16:17 PM)marco88 Wrote:  Can you upload your VM files? I would also have this programs on VM Waresmilesmile

It works for me also with this solution. Thanks.

You find all on forum for install and it is not difficult to install. Just edit .vmx file like written in this thread and you can make your own VM


RE: Odis-E 7.2.2 cant run under VMware? - marco88 - 10-10-2017

My VM Ware Tools did not work after that hve someone work it after this solution?


RE: Odis-E 7.2.2 cant run under VMware? - ninja_zx11 - 10-10-2017

(01-10-2017, 15:17 PM)razzo Wrote:  Warning: VMware Tools will not work anymore, so no easy/copy paste anymore. Be creative on that problem, for example use your automatic syncing cloud-storage or something like that.

Sorry i didn't get it properly.Do you mean that after modifying the vmx file,one won't be able to copy paste virtual machine or VMware has changed something in their latest versions?Thanks.