VM is not recognized as supported system

StephanS2

Bit poster
When I try to install Roboguide (FANUC) on my virtual WIN 10 Machine Roboguide says System is not supported although Roboguide supports WIN 10. Does anyone know how to make Roboguide think it sees a real hardware machine?
 
When I try to install Roboguide (FANUC) on my virtual WIN 10 Machine Roboguide says System is not supported although Roboguide supports WIN 10. Does anyone know how to make Roboguide think it sees a real hardware machine?
Hi, did you get any error messages?
And did you use the correct version, I mean 32/64 bits?
 
Hi,
Yes from the License Manager I get the Errormessage: Error= Corrupted(107) Unsupported Operating System. I have installed a WIN 10 32-bit Version and Roboguide Installation should work on this. But normally there are Problems with virtual Machines. I thought only with virtual machines running on Windows, but it seems that there are the same Problems with virtual PCs running with Parallels on a MacBook. Do You have any solution?
 

Attachments

  • Screenshot 2017-02-10 um 09.42.07.png
    Screenshot 2017-02-10 um 09.42.07.png
    116.9 KB · Views: 20
Hi,
Yes from the License Manager I get the Errormessage: Error= Corrupted(107) Unsupported Operating System. I have installed a WIN 10 32-bit Version and Roboguide Installation should work on this. But normally there are Problems with virtual Machines. I thought only with virtual machines running on Windows, but it seems that there are the same Problems with virtual PCs running with Parallels on a MacBook. Do You have any solution?
OK, thank you for your reply. And could you please provide us with the version of you app, which you are trying to install.
We'd like to test it on our environments.
 
Hi,

I have the same problem.
This is a protection from the roboguide software because you need a license for every computer you use it on.
so they protect is from running it on every vm ware.
so is there a trick to avoid the software to see its not a VM machine?

Thanks,
Jo
 
Hi,

I have the same problem.
This is a protection from the roboguide software because you need a license for every computer you use it on.
so they protect is from running it on every vm ware.
so is there a trick to avoid the software to see its not a VM machine?

Thanks,
Jo
Hi Jo,

Not yet really found a trick. So I switched back to the 6.4 License I have, but that's not really a good working solution. I think we will need a windows expert to solve this issue. The FANUC support was not very helpful. They asked me to buy a windows PC....;))
 
I am also having this issue. When you have to use a Mac, "just buying a windows PC" is not always an option in the field.
 
Hi,
I found the solution!
RoboGuide have to be tricked, because it detects that installed on a virtual machine...
(I use win10 64bit on HOST / VMWare 12 Player - win7 64 bit image on VM)
- go to your VM location folder / VM have to be shut down!
- open .vmx file with notepad
- insert the end of doc:
monitor_control.virtual_rdtsc = "false"
monitor_control.restrict_backdoor = "true"
monitor_control.disable_directexec = "true"
isolation.tools.getPtrLocation.disable = "true"
isolation.tools.setPtrLocation.disable = "true"
isolation.tools.setVersion.disable = "true"
isolation.tools.getVersion.disable = "true"
- start your VM, now fanuc license key is not corrupted/ starts the 30 day trial... :)

Regards
 
Hi,
I found the solution!
RoboGuide have to be tricked, because it detects that installed on a virtual machine...
(I use win10 64bit on HOST / VMWare 12 Player - win7 64 bit image on VM)
- go to your VM location folder / VM have to be shut down!
- open .vmx file with notepad
- insert the end of doc:
monitor_control.virtual_rdtsc = "false"
monitor_control.restrict_backdoor = "true"
monitor_control.disable_directexec = "true"
isolation.tools.getPtrLocation.disable = "true"
isolation.tools.setPtrLocation.disable = "true"
isolation.tools.setVersion.disable = "true"
isolation.tools.getVersion.disable = "true"
- start your VM, now fanuc license key is not corrupted/ starts the 30 day trial... :)

Regards
This solution worked for me. Thanks you :)
 
Hi,
I found the solution!
RoboGuide have to be tricked, because it detects that installed on a virtual machine...
(I use win10 64bit on HOST / VMWare 12 Player - win7 64 bit image on VM)
- go to your VM location folder / VM have to be shut down!
- open .vmx file with notepad
- insert the end of doc:
monitor_control.virtual_rdtsc = "false"
monitor_control.restrict_backdoor = "true"
monitor_control.disable_directexec = "true"
isolation.tools.getPtrLocation.disable = "true"
isolation.tools.setPtrLocation.disable = "true"
isolation.tools.setVersion.disable = "true"
isolation.tools.getVersion.disable = "true"
- start your VM, now fanuc license key is not corrupted/ starts the 30 day trial... :)

Regards
I tested it on VMWare 16 player with Roboguide version 9.0
 
Hello,

I have the same challenge, but cannot find the right place to enter the text in the right document.

Could you please be more specific about which file I should change?
 
Back
Top