I`m running software and its shows this error message:
"Sorry, this application cannot be run under virtual machine"
How can i simulate genuine machine in VirtualBox how to solve that trouble?
Thnx
sorry, this application cannot be run under virtual machine
-
stefan.becker
- Volunteer
- Posts: 7639
- Joined: 7. Jun 2007, 21:53
Re: sorry, this application cannot be run under virtual machine
Quiz show? Its a game and you have 2 parallel running accounts?
Forget it, no way.
I think the programmers have a reason to prohibit this.
Forget it, no way.
I think the programmers have a reason to prohibit this.
German Howto (Linux): http://www.linuxforen.de/forums/showthread.php?t=236444
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
User Manual / Download Section: http://www.virtualbox.de/wiki/Downloads
FAQ: http://www.virtualbox.de/wiki/User_FAQ http://forums.virtualbox.org/viewtopic.php?t=8669
-
kabbahan
- Posts: 2
- Joined: 19. Nov 2010, 21:18
- Primary OS: Ubuntu other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: XP
Re: sorry, this application cannot be run under virtual machine
Its not a game, its a software which wants physical host.
I added these strings in vmware config file and it works fine:
monitor_control.virtual_rdtsc = "false"
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"
But i want use VirtualBox this way, can i fix it?
I added these strings in vmware config file and it works fine:
monitor_control.virtual_rdtsc = "false"
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"
But i want use VirtualBox this way, can i fix it?
Re: sorry, this application cannot be run under virtual mach
Thank you so much! I could run Autodata now on Vmware Workstation!kabbahan wrote:Its not a game, its a software which wants physical host.
I added these strings in vmware config file and it works fine:
monitor_control.virtual_rdtsc = "false"
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"
But i want use VirtualBox this way, can i fix it?
The shown error was
sentinelkeyw.dll sorry this application cannot run under a virtual machine
There should be a way to do it under Virtualbox.