Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

Odis-E 7.2.2 cant run under VMware?
01-10-2017, 11:28 AM,
Post: #1
Odis-E 7.2.2 cant run under VMware?
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
Quote this message in a reply
01-10-2017, 11:43 AM,
Post: #2
RE: Odis-E 7.2.2 cant run under VMware?
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
Quote this message in a reply
01-10-2017, 15:17 PM, (This post was last modified: 01-10-2017, 15:19 PM by razzo.)
Post: #3
RE: Odis-E 7.2.2 cant run under VMware?
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.
Reputation: +1 - ricky16 [+1]
Quote this message in a reply
[+] 8 users say Thank You to razzo for this post
01-10-2017, 15:20 PM,
Post: #4
RE: Odis-E 7.2.2 cant run under VMware?
(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

If you like my post and it helped you please press [Image: postbit_reputation.gif][Image: tyl_add.png]
Quote this message in a reply
[+] 4 users say Thank You to fantomel for this post
01-10-2017, 18:25 PM,
Post: #5
RE: Odis-E 7.2.2 cant run under VMware?
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"
Reputation: +1 - xtac1080 [+1]
Quote this message in a reply
[+] 14 users say Thank You to kreativ for this post
07-10-2017, 13:47 PM,
Post: #6
RE: Odis-E 7.2.2 cant run under VMware?
(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
Quote this message in a reply
09-10-2017, 16:17 PM,
Post: #7
RE: Odis-E 7.2.2 cant run under VMware?
Can you upload your VM files? I would also have this programs on VM Waresmilesmile

It works for me also with this solution. Thanks.
Quote this message in a reply
09-10-2017, 18:01 PM,
Post: #8
RE: Odis-E 7.2.2 cant run under VMware?
(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
Quote this message in a reply
10-10-2017, 18:22 PM,
Post: #9
RE: Odis-E 7.2.2 cant run under VMware?
My VM Ware Tools did not work after that hve someone work it after this solution?
Quote this message in a reply
10-10-2017, 21:08 PM,
Post: #10
RE: Odis-E 7.2.2 cant run under VMware?
(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.
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
0Scope ODIS-Service 7.2.1 Postsetup 4220 (test) Tadk 1,065 102,263 9 hours ago
Last Post: dachCAR
  ODIS-Service_update_23_0_1-EU_20240418_Postsetup_230001.105.1350_test Tadk 315 19,776 Yesterday, 23:44 PM
Last Post: JoZerByte
ZBentley ODIS Service 11.0.1 + Activations justdiag 110 9,821 Yesterday, 20:37 PM
Last Post: Stig33
00Windows ODIS-Service 6.2.0 Postsetup 4220 (test) Tadk 187 13,610 21-04-2024, 11:27 AM
Last Post: Tomey
  ODIS engineering passthru install sanil 3 165 17-04-2024, 20:20 PM
Last Post: vagvag
Lamborghini ODIS Service 23.2.2 + Activations justdiag 62 4,668 15-04-2024, 08:41 AM
Last Post: justdiag
0Scope ODIS-Engineering 12.2 Postsetup 1060 (test) Tadk 263 34,440 14-04-2024, 07:56 AM
Last Post: RitterDussel
ZVW Odis Engineering 14 + Activations fantomel 346 40,045 13-04-2024, 23:40 PM
Last Post: ch0ngin
ZTAudi ODIS E 18 help making patch jkraemer0485 2 478 11-04-2024, 09:36 AM
Last Post: justdiag
ZVW ODIS + Tactrix Openport clone Prazcon 2 249 09-04-2024, 15:50 PM
Last Post: pupu144

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content